Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

NextBook Premium 10SE Root

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    NextBook Premium 10SE Root

    Hi there guys.
    after reading and testing a bunch of your tricks and tips, i still didnt manage to root this new device.
    i have already root various types of phones, but this great tablet is driving me nuts.

    the only problem im facing is the driver:
    USB\VID_2207&PID_0000

    i have tried very diferent ones, but none works.

    any idea what should i do to root it?

    thanks

    #2
    Do you have a ROM dump of this tablet? I would need to see how /system is setup along with boot.img.

    Bob
    "Pzebacz im, bo nie wiedzą, co czynią"
    "Прости им, они не ведают, что творят"
    "Perdona loro perché non sanno quello che fanno"
    "Vergib ihnen, denn sie wissen nicht, was sie tun"
    "Vergeef hen want ze weten niet wat ze doen"
    "Pardonne-leur car ils ne savent pas ce qu'ils font"
    "Perdónalos porque no saben que lo que hacen"
    "Oprosti im, jer ne znaju što čine"
    "Forgive them as they know not what they do"





    Comment


      #3
      nextbook 10SE | next10P12

      1-Run "cmd"

      go to the where you installed android-sdk\platform_tools, Run “adb devices” to see if the device is detected.


      2. Determine the Hardware Ids for your device (Device Manager, properties,details,property)
      USB\VID_2207&PID_0000&REV_0222&MI_01
      USB\VID_2207&PID_0000&MI_01


      3. Add the vendor to adb_usb.ini (C:\Users\username\.android\.android\ adb_usb.ini).
      In our case, simply type 0×2207, (WRITE IT, don’t copy/paste)

      (If doesn't exist install Android SDK... easier.)


      4. Add the lines below to android_winusb.inf (from Google USB Drivers - install them) for both x86/64bit.
      ;Next10p12
      %SingleAdbInterface% = USB_Install, USB\VID_2207&PID_0000
      %CompositeAdbInterface% = USB_Install, USB\VID_2207&PID_0000&MI_01
      ——————–


      5- Install the driver (Device manager-> your Device -> "update controler") -> FORCE to install your previously edited android_winusb.inf

      ------------------
      Run "cmd"

      go to the where you installed android-sdk\platform_tools, Run “adb devices” to see if the device is detected.





      -------------------------------------------------------------------

      Other things:

      - Remove all the drivers associated with the device until you see it on Device Manager with a yellow "!";
      - CompositeAdbInterface


      Abraço,
      João

      Comment


        #4
        In this way, I found my RockChip based 8p12

        Originally posted by doarcanjo View Post
        1-Run "cmd"

        go to the where you installed android-sdk\platform_tools, Run “adb devices” to see if the device is detected.


        2. Determine the Hardware Ids for your device (Device Manager, properties,details,property)
        USB\VID_2207&PID_0000&REV_0222&MI_01
        USB\VID_2207&PID_0000&MI_01


        3. Add the vendor to adb_usb.ini (C:\Users\username\.android\.android\ adb_usb.ini).
        In our case, simply type 0×2207, (WRITE IT, don’t copy/paste)

        (If doesn't exist install Android SDK... easier.)


        4. Add the lines below to android_winusb.inf (from Google USB Drivers - install them) for both x86/64bit.
        ;Next10p12
        %SingleAdbInterface% = USB_Install, USB\VID_2207&PID_0000
        %CompositeAdbInterface% = USB_Install, USB\VID_2207&PID_0000&MI_01
        ——————–


        5- Install the driver (Device manager-> your Device -> "update controler") -> FORCE to install your previously edited android_winusb.inf

        ------------------
        Run "cmd"

        go to the where you installed android-sdk\platform_tools, Run “adb devices” to see if the device is detected.





        -------------------------------------------------------------------

        Other things:

        - Remove all the drivers associated with the device until you see it on Device Manager with a yellow "!";
        - CompositeAdbInterface


        Abraço,
        João
        Hi, Abraco:

        Just followed your instruction and did several modification, system start to find my RockChip based 8p12.

        Before update the google usb driver, my tablet shows "USB Mass Storage Device" in Device Manager, and after that it shows "Andorid ADB Interface". And ADB devices found it with a serial combination of letters and numbers.

        Thanks for your help!

        Rommel

        Comment

        Working...
        X