ROOT solution for Mediacom M-iPro110B and maybe other Atom Bay Trail based - Miscellaneous Android Development

I got this tablet, a Mediacom iPro110B and looked everywhere but no working root solution
However I found a way to root it, and it's very easy. Worked on Windows 7 x64, but had some driver problems on Win10 x64
Just download the attached file and extract it in C:\
Install both drivers included
Computer must be connected to internet
Enable USB debug in tablet and connect to PC
Open a prompt window (I did in admin mode, just to be sure)
Change working dir to c:\root or c:\root\root (where is located the GO.bat file) and run GO.bat
Mission complete. Hit any button to reboot with SuperSU 2.65 installed
SuperSU may ask to upgrade binaries and won't be able to do that, but will work the same, just dismiss the notification at every boot
To avoid that notification I did a "manual update" by downloading SuperSU full package from Chainfire's website (link is down) and copying manually the files contained in the X86 folder in /system/xbin, /system/bin and /system/lib (with right permissions), just to be sure
This procedure worked on my Mediacom M-iPro110B and may work on other Bay Trail based tablets
Hit thanks if that helped you, and enjoy!
Sources of files (I repacked because it wasn't fully working):
http://www.tablette-chinoise.net/forum/viewtopic.php?t=7085
https://download.chainfire.eu/921/SuperSU/UPDATE-SuperSU-v2.65-20151226141550.zip

FYI, It's using Intel FBRL method

goldchang said:
FYI, It's using Intel FBRL method
Click to expand...
Click to collapse
Of course I tried the FBLR procedure described here
http://forum.xda-developers.com/android/development/intel-android-devices-root-temp-cwm-t2975096
but failed. This method use adb commands instead of fastboot

I see.
Just FYI It's using Intel FBRL method
Glad you made it work

Related

[ROM] UPDATED Transformer pure root tw/us/ww/de/jp (8.4.4.5/11/12/8.6.5.6/7/9)

This is pure root kit for Asus Transformer.
It is only root but nothing else
I am waiting for butro provide me the boot.img
For CN Version :
boot_cn_8659.zip http://dl.dropbox.com/u/16475375/tf_hack/boot_cn_8659.zip
For US Version :
boot_us_84411.zip
boot_us_8656.zip
boot_us_8659.zip http://dl.dropbox.com/u/16475375/tf_hack/boot_us_8659.zip
For TW Version :
boot_tw_84411.zip
boot_tw_8656.zip
boot_tw_8659.zip http://dl.dropbox.com/u/16475375/tf_hack/boot_tw_8659.zip
For WW Version :
boot_ww_84411.zip
For DE Version:
boot_de_84411.zip
boot_de_8657.zip page #57
For JP Version:
boot_jp_84412.zip
extract the file inside the zip to directory root before running root.bat
for ww 8.4.4.11 version. thanks for the help from poet,paddy01,peacemaster,rebound821 provide me the boot file
for tw 8.4.4.11/8.6.5.6 version thanks for the help from butro for the boot file.
for us 8.6.5.6 version thanks for the help from gpaunescu for the boot file
to backup the boot and recovery.
nvflash.exe --bct transformer.bct --setbct --configfile flash.cfg --bl bootloader.bin --odmdata 0x300d8011 --sbk 0x1682CCD8 0x8A1A43EA 0xA532EEB6 0xECFE1D98 --sync
nvflash.exe -r --read 6 boot.img
nvflash.exe -r --read 5 recovery.img
Please change the filename boot and recovery to region and version and send it to me. i can build the new version.
Thanks for the fone_fanatic to do the walkthru.
Ok, just did this and worked flawlessly, have root and CWM in under 10 minutes!
I'll replay step by step what i did to help those that are still confused. (it looks long but its really not, i was just very detailed causing this to be more of a "take my hand and i'll walk you through it")
Some background info. Highly recommend reading these if you don't know what either is!
Rooting Explained + Top 5 Benefits of Rooting by androidpolice.com
What is ClockWorkMod recovery and how to use it by addictivetips.com
STEP 1. Make sure you have all the correct asus drivers installed. Not sure if this is necessary but i had them all installed previously and i didn't run into a single issue.
1a. Head over to Asus Support/download page for the transfomer
1b. Select your PC's operating system from the drop down box.
1c. Download and install the USB driver, Asus Sync, and EEE Pad Pc Suite (don't think this one is needed but i installed them all when i first got my tf).
Step 2. Verify that you have adb running properly.
Since adb.exe is included in the download, you really don't need the sdk or adb from elsewhere.
2a. connect your tf via USB to your PC after installing the driver and other apps from step 1.
2b. Open Command prompt on your pc (win key+R) and open (and extract) Tf_rootkit_31 (link at bottom of post).
2c. Navigate to /tf_rootkit_31/root_app/ folder from the downloaded and extracted file, drag "adb.exe file to the open command prompt window.
(it should read something like C:\....\tf_rootkit_31\adb.exe)
2d. After the "adb.exe" press space bar and type "devices" (w/o quotes ofcourse) press enter.
If it says "List of Devices attached" and under that a 15 mixed numbers and letters (serial number) followed by device then adb is working!
If NOT, look at the stickies or search on google on getting adb to work on your OS.
STEP 3. Now the fun begins Here we will put the TF in APX mode and install the APX driver.
3a. Shut your TF off and while plugged into your PC, hold the volume UP and Power button until your PC makes that USB device plugged in sound and there is a notification about installing drivers.
3b. Open up the driver install thing in status bar and press on cancel (or whatever it is to get it to stop searching online for the driver).
3c. Open Device manager, scroll down to "Other Devices" (might be named something else in xp or vista) and you should see APX something with a small exclamation mark in a yellow triangle.
3d. Right click it, select "Update Driver Software..." -> "Browse my computer for driver software" -> "let me pick from list ..." -> click next -> "have disk" -> Browse -> navigate to the downloaded tf_rootkit_31 folder, open usbpcdriver folder and select "NvidiaUsb.inf" -> open, and all it to install, Ignore the unsigned error, let it install anyway.
STEP 4. Get to installing! Now your TF should be in APX Mode (if memory serves me right the screen should turn on.
4a. Go to the downloaded tf_rootkit_31 folder and double click on root.bat (on the TF screen it should say something along the line of "...update successful..."
4b. (OPTIONAL) if you want clockwork mod recovery, then go ahead and double click cwm.bat [Follow STEP 6 to update CWM]
4c. Restart TF, once rebooted make sure USB Debugging is enabled (Settings->Applications->Development)
4d. double click root_app.bat (this installs su and superuser.apk via adb, so command prompt will open up and do its adb thing and reboot your TF)
STEP 5. Confirm completion and CELEBRATE!
5a. Open your app drawer up after reboot and check to see if the Superuser app is there, if so install an app that requires root access (root explorer, adfree, titanium backup etc) and once you open it up, if you get a box requesting super user permission the you got it working!
5b. do a naked/underwear dance!
STEP 6. Update CWM recovery!! You will need a microSD card
6a. Go over to the CWM thread and download latest version of CWM recovery
6b. Place that downloaded .zip (DO NOT UNPACK) on your microSD card
6c. power TF off, then hold voume down + power button, when you see white writing in the top left of the screen press volume up and you should now bee in CWM recovery. Use volume up/down to move through the options and power button to select.
6d. Scroll down to "Install zip from sdcard" press power button then select "Choose zip from sdcard" and now it should list what is on your microsd, Scroll down and select the .zip you downloaded (as of this writing latest version is named recovery-3.1.0.1-solarnz-R3-240511-1908.zip)
6e. Follow instructions on screen, should be straightforward. And now your CWM is updated!
Thanks for the help from Roach`, RaYmAn and Bumble-Bee.
http://www.megaupload.com/?d=N5JDHIWK
mashi said:
This is pure root kit for Asus Transformer.
It is only root but nothing else
after extract the package.
root.bat (root the TF)
if you need CWM installed you have to run cwm.bat after root.bat
root_app.bat will add superuser and su on your TF.
Thanks for the help from Roach`, RaYmAn and Bumble-Bee.
Click to expand...
Click to collapse
Any links or anything?
Thank you
baseballfanz said:
Any links or anything?
Click to expand...
Click to collapse
? the links there.. OP was probably uploading the file but made the thread in advance
zephiK said:
? the links there.. OP was probably uploading the file but made the thread in advance
Click to expand...
Click to collapse
Yeah probably.
mashi said:
This is pure root kit for Asus Transformer.
It is only root but nothing else
after extract the package.
turn off your TF.
press volume up + power until it ask for install driver. install driver from usbpcdriver. your TF is on apx mode now.
root.bat (root the TF). after it is done. if you don't need CWM. you can hold your power button for 10 sec to turn it off and turn it back on.
if you need CWM installed you have to run cwm.bat after root.bat. after it is done. hold your power button for 10 sec to turn it off and turn it back on.
please turn on the USB Debugging before run root_app.bat
root_app.bat will add superuser and su on your TF.
Thanks for the help from Roach`, RaYmAn and Bumble-Bee.
http://www.megaupload.com/?d=N5JDHIWK
Click to expand...
Click to collapse
Thank You so much,This is what I was looking for
Anyone verify that it works?
xreflection said:
Anyone verify that it works?
Click to expand...
Click to collapse
Same question...
mashi said:
This is pure root kit for Asus Transformer.
It is only root but nothing else
after extract the package.
turn off your TF.
press volume up + power until it ask for install driver. install driver from usbpcdriver. your TF is on apx mode now.
root.bat (root the TF). after it is done. if you don't need CWM. you can hold your power button for 10 sec to turn it off and turn it back on.
if you need CWM installed you have to run cwm.bat after root.bat. after it is done. hold your power button for 10 sec to turn it off and turn it back on.
please turn on the USB Debugging before run root_app.bat
root_app.bat will add superuser and su on your TF.
Thanks for the help from Roach`, RaYmAn and Bumble-Bee.
http://www.megaupload.com/?d=N5JDHIWK
Click to expand...
Click to collapse
Does this mean we keep our system and data partitions and don't need to do a full wipe with nvflash?
Can we get a tutorial with easy step by step instructions.
Also is this only for PC or will it work on Mac or Linux.
Sent from my Transformer TF101 using Tapatalk
right. you can keep your system/data partitions untouch.
1. enter apx mode (turn off tf. press and hold volume up + power to enter apx mode)
2. run root.bat (to get perm root)
3. run cwm.bat (if you want cwm installed)
4. reboot (press and hold power button for 10sec)
5. turn on debug on tf (application -> development)
6. run root_app.bat (to install superuser and su)
7. done!
Canadoc said:
Does this mean we keep our system and data partitions and don't need to do a full wipe with nvflash?
Can we get a tutorial with easy step by step instructions.
Also is this only for PC or will it work on Mac or Linux.
Sent from my Transformer TF101 using Tapatalk
Click to expand...
Click to collapse
Sorry for the noob question but are we running these root.bat etc. From windows? Linux? Directly from the device?
Sent from my Transformer TF101 using Tapatalk
from windows.
Thx will try in am
Sent from my Transformer TF101 using Tapatalk
does it work?
Well, CWM installed properly, so I'm guessing it worked. Root_app didn't work even with USB debugging enabled, but I installed Superuser from the market. But for some reason, AdFree didn't seem to recognize the root... TiBu doesn't work either.
Odd...
EDIT: root_app doesn't seem to find the device. I downloaded and installed MTP drivers from Asus and tried again (with USB Debugging enabled), but still didn't work. So CWM works, but the device doesn't seem to be rooted (or at least, the apps don't recognize any root).
hbk19 said:
Well, CWM installed properly, so I'm guessing it worked. Root_app didn't work even with USB debugging enabled, but I installed Superuser from the market. But for some reason, AdFree didn't seem to recognize the root... TiBu doesn't work either.
Odd...
Click to expand...
Click to collapse
Try to install busybox via titanium backup
baseballfanz said:
Try to install busybox via titanium backup
Click to expand...
Click to collapse
TiBu doesn't recognize root either.
EDIT: And busybox won't install because it doesn't see an su, which Superuser won't install because it doesn't recognize root, which I obviously must have because CWM installed and works properly. Pretty frustrating, this is.
EDIT2: Never mind, root_app somehow worked. It might be because I installed ASUS Sync.
Anyway, to those wondering if this works, it does. Just make sure to have all your drivers installed, APX or otherwise.
Now, to wait for PRIME 1.5 to come. I better start backing up my apps.
First you need this as well:
http://dlcdnet.asus.com/pub/ASUS/EeePAD/TF101/ASUS_Android_USB_drivers_for_Windows.zip
It said process completed successfully but nothing happened - no superuser app and no root...
Installed the SuperUser app fro Market. still no root (tested with Root Explorer)
The problem is with the adb not recognizing the device, therefor can't push the superuser.apk
any ideas what to do?
btw, Clockwork is working - which means I can flash a rooted ROM over the current one, use titanium backup to backup apps&games and then if I want, wipe and reinstall the rooted ROM.
If i do this procedure with stock 3.1 (WW) i don't lose my data? and wil i be able to run a custom OC kernel with the stock ROM?
Verified working!
liorry said:
First you need this as well:
http://dlcdnet.asus.com/pub/ASUS/EeePAD/TF101/ASUS_Android_USB_drivers_for_Windows.zip
It said process completed successfully but nothing happened - no superuser app and no root...
Installed the SuperUser app fro Market. still no root (tested with Root Explorer)
The problem is with the adb not recognizing the device, therefor can't push the superuser.apk
any ideas what to do?
btw, Clockwork is working - which means I can flash a rooted ROM over the current one, use titanium backup to backup apps&games and then if I want, wipe and reinstall the rooted ROM.
Click to expand...
Click to collapse
Success!
After I managed to get ADB with the Transformer and updated Windows Media Player (so I can mount on my XP computer at work) I also managed to push the root files and got root access so I can verify this script is working perfectly.
The clockwork however can't mount the sd-card which means I can't flash a custom ROM so I would love if anyone points out a solution for this.

How do i root with adb?

Hello, i just got my new samsung 7 plus with honeycome 3.2 and im loving it
I want to know what is the step by step instruction to rooting my device using adb?
the root.zip i found on here dont work for me. when i save the file to /sdcard and n reboot n go into wher i applie the zip from sdcard it shows no files at all on my card. i bought the 16gb version of this tab so i dont have the externel sdcard. i thought that i read one the forum you can only use the externel card not the interel. i believe they added the folder /sdcard to the internel drive and thats why it not viewing.
The rooting instructions say to put it on an "external" sdcard for a reason as recovery will not recognize the internal storage. Do you have adb installed on your computer and at least know how to use it? If not it is going to be way easier for you to just go and spend the $10 for an 8 GB sdcard and install it that way.
I can at least get you part way, installing the sdk and jdk. Here are the instructions for installing the android sdk (adb) direct from google. You also need the java jdk installed on your commputer and google has a link in their instructions.
http://developer.android.com/sdk/installing.html
You first need the proper usb drivers installed and not exactly sure on how to do that. I already had the android usb drivers installed on my computer for my phone and I just let the compter install whatever else it needed the first time I connected my tab to it.
You will need usb debugging turned in your settings and then power the tab off. You would then plug the usb cable into the tab and computer then boot it into recovery. Once into recovery Mount/System. You then run adb in a command window and change the drive to the platform-tools directory where adb resides. It would look something like this in a command window (c:\android-sdk-windows\ is how I set my computer up yours may be different):
cd c:\android-sdk-windows\platform-tools
To check and see if your device is recognized by adb run the command:
adb devices
If nothing is listed then adb isn't recognizing the device and you would need to troubleshoot your installation or boot method.
As far as installing the root.zip file I'm not sure as I've never had to do that before as I've always had an external sdcard on my devices. Maybe someone else can take you thru the last step. I believe all you would do is push the file inside the zip folder over to the tab. The su file inside the root.zip folder needs to be in the same directory as adb, platform-tools directory.
adb push su /system/bin
I'm not sure if you need to change permissions on this file or not and that is done thru a chmod command in adb shell but not sure of the proper code to use for the GTab to do this. For my phone setting permissions looks like this:
adb shell
cd /system/bin
chmod 0644 Su
exit
Do not use this chmod as I'm not sure it will work on the GTab or what it will do to it, it just an example.
In summary these are the basic steps you are trying to accomplish:
1. Install Java JDK
2. Install Android SDK
3. Install USB drivers
4. Turn USB debugging on in Tabs settings
5. Boot Tab into recovery while connected to PC
6. Mount/System in recovery
7. ADB push su file to system/bin
8. Set permissions of su???
9. Exit adb
10. Reboot phone and install superuser and busy box from market
Thanks im rooted now. I took the sdcard out of my droidx & it works on my galaxy tab & i used the root.zip file.
Sent from my GT-P6210 using Tapatalk
ronlsjr said:
Thanks im rooted now. I took the sdcard out of my droidx & it works on my galaxy tab & i used the root.zip file.
Sent from my GT-P6210 using Tapatalk
Click to expand...
Click to collapse
Yes any sdcard will do and that is the easiest way. Though I think everyone should learn how to use adb anyways as it is useful especially if you get into modding.
Yes i do want to learn how to use adb. My desire is to become a developer.
Sent from my GT-P6210 using Tapatalk
Just follow the link I provided previously to the android developers site and follow the instructions. You will first have to have Java JDK installed and a link to that is provided on the android developers website in the link. Once JDK is installed download and install the SDK. It will only put the basic functions onto your computer and you will have to install the rest through SDK Manager, this can take a while, up to an hour or so depending on what packages you want to install. At the minimum you would want the Android 3.2 API (GTab 7+ uses this) and the Google USB drivers and then any other API's for phones you may have. I myself installed all the API's as my first phone had Donut (Android 1.6).
I know this may be a stupid question but why root? what special features does it give you? I am not sure If I want to or not.
Anyone? I'm just curious if I should flash a ROM on here or not I just don't know why because it works fine now after the SwiftKey x and other little apps
Sent from my SGH-T869 using XDA Premium App
don't get confused by the lingo...
Noah321 said:
Anyone? I'm just curious if I should flash a ROM on here or not I just don't know why because it works fine now after the SwiftKey x and other little apps
Sent from my SGH-T869 using XDA Premium App
Click to expand...
Click to collapse
There's a difference between "flashing a ROM" and "adding root access".
A custom ROM implies someone has taken the stock software infrastructure, altered/tailored/customized it, and packaged it for others to easily use.
"Rooting" a device just simply gives you access to certain folders, permissions, files, etc.
It's like giving yourself Admin Rights to your work computer (assuming you're over 18 and/or working).
It allows you to do things that the manufacture probably didn't want you to do - like delete "bloatware" (unwanted apps).
If helpful, click "Thanks"

[Q] Windows will not install drivers for tf101

I have a B90 TF101 and I am able to get into recovery mode. I have no ROM on my internal SD card and have wiped and formatted everything. I have read that it is possible to push a file using ADB while in recovery.
However I am not able to see my device when I use the adb devices command. I noticed that the drivers for the transformer are not installed. So I tried to install them and it tells me that windows can't install. I am pointing the installer to the MTP devices driver folder.
How do I get the drivers to work so I can use ADB or can I set up ADB in Linux and not have to worry about the drivers?
edit: I forgot to mention I am running windows vista.
Hi! Search in transformer's support page, you can find the drivers there
Are you saying that the drivers in the MTP folder are not the right ones? I got them right from Asus' website. Which drivers should I be using?
Ageesaman, did you ever get the drivers working? I had the exact same problem (got adb working as far as listing devices, but then it returned with a blank line after "adb devices" in cmd window). I downloaded the ASUS site's USB drivers download as well as every other utility from that site; I also tried external sources; finally, I tried manually updating by pointing to the unzipped MTP folder - nothing worked. I used both 64 and 32 bit Windows 7 machines. I am stuck in the cwm recovery loop so I can't do much troubleshooting. I tried searching dozens of sites for several hours but came up short.
Thanks in advance for any help offered.
Unfortunately I have not found a solution to getting the drivers installed. I was hoping someone would be able to confirm/deny if I can do this in Linux without the drivers before going through with setting it up. However that will be my next step as soon as I have the time to do it.
Ageesaman,
Unfortunately I know nothing about Linux, but what finally got it working for me was starting the installation of PDANet for Android. I saw it look for and install the driver, then I got a ADB confirmation. I then canceled the PDANet install. If you decide to go this route and get error messages in the cmd window, retry "adb devices" up to 3 times. In the meantime, I hope you get your Linux answer. Good luck.
I will give that a try. Is PDAnet something from Asus? I will do a search and see if I can find it.
ageesaman said:
Unfortunately I have not found a solution to getting the drivers installed. I was hoping someone would be able to confirm/deny if I can do this in Linux without the drivers before going through with setting it up. However that will be my next step as soon as I have the time to do it.
Click to expand...
Click to collapse
Yes, I can confirm the TF101 works with ADB without drivers on Ubuntu linux [I am on 11.04]. The current [stable, with 12.04 betas] Ubuntu version is 11.10, and you can download it to a live CD and run it off the CD without installing it.
I just got my tf101 the other day and I tried using adb [and older version], and it did not show up. Then I downloaded the tf101 root.zip file, and tried the adb within that folder, and it worked.
I've uploaded it to mediafire:
adb-1.0.29 http://www.mediafire.com/?hqwxbljs2gbpfxe
md5 64c4afbab6d2f769ddbb229f0247cf8a
update: newest adb is 1.0.31 http://www.mediafire.com/download.php?vcvc4dxkdd57695
md5 ed5c8f9a221cae0cb24d6cdc8b76d396
download, and run
chmod +x ./adb-1.0.29
to make it executable
That worked! I can now connect to my device with ADB. Thanks for that pdanet advice.
Now I just need to figure out how to push the file. Can't seem to get it to work. Here is what I am typing in the cmd line.
adb push rom.zip /sdcard
The rom I am trying to push is in the Platform tools folder that I am using to access adb. Does anybody know what I am doing wrong? Any help would be awesome.
is the rom.zip in the same directory as you are in (cd <path>)?
What does it say when you try to transfer it?
You can also try to push it to the full path (/mnt/sdcard/)
The first issue I had was that Asus sync was on and causing problems. As soon as I shut that off ADB started to work and act normal.
The file is in the same path.
When I try the transfer it looks like it finishes and it just tells me the file size. It actually seems like it works I just can't find the file when it is finished. I tried rebooting recovery but it seems like the file is just not there.
I will try the /mnt/sdcard/ and see if that works.
ageesaman said:
The first issue I had was that Asus sync was on and causing problems. As soon as I shut that off ADB started to work and act normal.
The file is in the same path.
When I try the transfer it looks like it finishes and it just tells me the file size. It actually seems like it works I just can't find the file when it is finished. I tried rebooting recovery but it seems like the file is just not there.
I will try the /mnt/sdcard/ and see if that works.
Click to expand...
Click to collapse
It's probably because /sdcard is a soft link to /mnt/sdcard/
if you did /sdcard/, I think it should probably work.
You sir are the man! Thanks for your time.
To get the process all in the same place for anyone else who may need this here you go. Just to make it clear.... This is what I did on my device and it worked. It may or may not work for you but maybe it's worth a try.
1. Downloaded SDK and Java JDK.
2. Used PDAnet to force windows to install the correct ADB device drivers.
3. When the drivers where installed and ADB was working I used this command to push the .zip file to the internal sd card.
adb push rom.zip /sdcard/
Just a few notes for this.
ADB was not working well at first because I had Asus sync running in the background. Make sure this is off.
Also make sure you put the file you are trying to push in the same directory you are using for ADB. For instance I used C:/android-sdk/platform-tools/ to access ADB so the file had to be in that folder in windows explorer.
To make it easier to type (I had to do this a lot while troubleshooting) I changed the name of the rom I was trying to push to rom.zip. This made typos less of an issue.
Make sure that you put the file extension (.zip in my case) in the ADB command even if it doesn't say it when you look at the file in windows explorer.
I think that is it in a nutshell. I hope this helps anyone else who needs to push a rom.
Good Luck
This method in this post didn't work for me, but this one did: http://forum.xda-developers.com/showthread.php?t=1689193
I set Windows to look for driver in c:. After a while one was installed and worked.
What I did on windows 7
Go to Device manager
Find transformer , right click on faulty marked unit.
Select properties
go to tab driver
update driver
Select browse
select path to the subfolder ANDROID ( containing usb drivers from asus )
include subfolders
Windows will find to alternatives , choose xxxx ADB
Windows will complain, ignore
done
/Claes R
W

Rooting the rko3066/rockchip 3066 device

I'm a newbie to Android, but I fumbled around with a rooting tool and found a method that works to root two flavours of rko3066, rockchip 3066 devices. As it only roots the device, I see no reason why it should not root any android device, as long as the correct device drivers are used.
USE AT YOUR OWN RISK.
As always with any routine that flashes the eprom of any
cpu, no responsibility is assumed or implied by the author
for any damage that following these instructions may cause
to your phone, tablet, pc or device.
USE AT YOUR OWN RISK.
Rooting u30gt-h
On tablet
1.In U30gt-h Settings->Display open sleep setting.
2.Set sleep to at least ten minutes.
3.In U30gt-h Settings->storage->click on Three dots in upper
right of Settings window title field
4 Select USB computer connection Dropdown menu .
5. Select "Mass Storage" check box
6. <-- backout of storage settings
7. Browse down in Settings and select Security
8.In Security Settings, Select Unknown sources, to give the
Android device permission to install software from sources
not specifically sanctioned by Google and the Android
Consortium. This ensures that the Root utility,
Tp-Sparky-Root.bat will have the necessary access rights to
root the u30gt. If you have any qualms about unsanctioned
files on your tablet or device, you will want to uncheck
this selection after the rooting process is complete.
Whether any of the rooted utilities and programs you will
want to use are sanctioned, is anybody's guess. As always,
be careful when Dling or intalling Any software. I trust
everyone has and uses anti-virus software on all your
devices.
8.scroll down in settings and select {} Developer
Options, if not there, go to (i)about tablet and touch and
hold the Build field and it will bring up developer Options
in the left hand main menu.
9. In Developer Options, select USB debugging.
10. Close settings, and any other open apps.
11. Goto U30gt main android desktop, to ensure good clean
reboots.
12. Using a Known good micro USB to std USB cable,
connect U30gt tablet to PC, you'll get a "connecting to usb"
in notifications area in Android, and a usb icon in the
notification area. You Do Not want to select "Connect to Pc
to Transfer Files", in the notification menu, just plug in the
cable and let it be.
USE AT YOUR OWN RISK.
On PC
1. Search in a web browser for RKBatchTool_u30.zip, the 1.5
version, DL and unzip in the default zip file subdirs.
Rk-batch-tool 1.5 has u30gt drivers, browse the Rk-batch
tool's dir for the u30 drivers for your PC OS. Right click
on the rockusb.inf and chose Install, to install the driver.
2. Verify that you have a rockchip_usb USB Device under disk
drives in Device Manager. Control Panel->System->Hardware->
Device Manager->Disk Drives->rockchip_usb USB Device.
3. Dl TPSarky-VonDroid-Root.rar from
*"mediafire.com/?vd3y1rld2amdxq5"*
as a newbie I cannot post links, so search mediafire.com for TPSarky-VonDroid-Root.rar
4. Unarchive TPSarky-VonDroid-Root.rar, using an archive, or
zip utility: Winzip, alzip, etc. It may require the password
"geekbuying.com" to unrar the archive.
5. Mouse into TPSarky-VonDroid-Root directory created by the
rar file, until you get to TPsparkyRoot.bat and adb.exe
files, a couple of sudirs inside TpSarky unzipped file
directories.
6. Run, double click on, adb.exe first. It opens up a dos
command window, runs a dos executable that launches adb
server and connects to the U30gt. It opens and closes so
fast you won't hardly see it. If you Do Not run adb.exe.
first, Tp-Sparky-Root.bat will not communicate with the
U30gt, and your root will fail.
7. Now run, double click on, Tp-Sparky-Root.bat
Tp-Sparky-Root.bat will Immediately reboot the u30gt.
8. When the u30gt reboots, hit space key as instructed.
Tp-Sparky-Root.bat will reboot the u30gt, again.
9. Press the space key as instructed, again. The command line
will show
uid=0<root> gid=0<root>
if you have a successful root.
10. Press the space key as instructed, again.
The command informs you the U30gt root has been remounted,
there are a couple of errors relating to SuperSU, I presume
SuperSu was Not included in the tpsarky zip file, or is in
the wrong place for the batch file to find it, but you can
DL SuperSU from GooglePlayStore, nhnf. The Utility notifies
you that Tp-Sparky-Root.bat is completing the root.
11. The u30gt will reboot one last time.
12. DL Titanium Backup Root, Rootchecker, or Avast Android to the tablet,
and they will confirm a rooted tablet.
**As this method only Roots the device, and since it worked
on both my u30gt and an Imito-Mx1 mini android, I think it
should work on nearly any RKO3066 droid device.
As always with any routine that flashes the eprom of any
cpu,
USE AT YOUR OWN RISK.
Thanks to the people who initially posted the original root
routine for the IMITO-MX1 on Youtube, and to geekbuying for
this procedure, as well as the files for rooting the IMITO-
MX1 and ultimately the u30gt. A big thanks to Tp-Sarky or
Tp-Sparky, whoever they may be, for writing the batch file
that does all the work. I also want to thank 900Supersport,
kastycube and the good folks at alldocube for their various
flavours of the u30gt firmware and utilities, as well as
flashmyandroid.com
I have tried all flavours of android 4.1 firmware, 900
supersport, kastycube, to the generic cube-tablet.com
versions from 1.07 to the latest greatest build 1.11, and
None of them gives me access to the microsd card. I bought
two of these puppies for Christmas, IPS version, and neither
the original out of the box or my reconfigured one reads
microsd. It is possible that both got bad sd card readers,
but unlikely. As my imito-mx1 miniandroid reads the microsd
cards, as does the adapter in my pc, it is most probably an
U30gt flavour android system software issue. Anybody got any
clues how to resolve microsd issues in android?
works great
533online said:
I'm a newbie to Android, but I fumbled around with a rooting tool and found a method that works to root two flavours of rko3066, rockchip 3066 devices. As it only roots the device, I see no reason why it should not root any android device, as long as the correct device drivers are used.
USE AT YOUR OWN RISK.
As always with any routine that flashes the eprom of any
cpu, no responsibility is assumed or implied by the author
for any damage that following these instructions may cause
to your phone, tablet, pc or device.
USE AT YOUR OWN RISK.
Rooting u30gt-h
On tablet
1.In U30gt-h Settings->Display open sleep setting.
2.Set sleep to at least ten minutes.
3.In U30gt-h Settings->storage->click on Three dots in upper
right of Settings window title field
4 Select USB computer connection Dropdown menu .
5. Select "Mass Storage" check box
6. <-- backout of storage settings
7. Browse down in Settings and select Security
8.In Security Settings, Select Unknown sources, to give the
Android device permission to install software from sources
not specifically sanctioned by Google and the Android
Consortium. This ensures that the Root utility,
Tp-Sparky-Root.bat will have the necessary access rights to
root the u30gt. If you have any qualms about unsanctioned
files on your tablet or device, you will want to uncheck
this selection after the rooting process is complete.
Whether any of the rooted utilities and programs you will
want to use are sanctioned, is anybody's guess. As always,
be careful when Dling or intalling Any software. I trust
everyone has and uses anti-virus software on all your
devices.
8.scroll down in settings and select {} Developer
Options, if not there, go to (i)about tablet and touch and
hold the Build field and it will bring up developer Options
in the left hand main menu.
9. In Developer Options, select USB debugging.
10. Close settings, and any other open apps.
11. Goto U30gt main android desktop, to ensure good clean
reboots.
12. Using a Known good micro USB to std USB cable,
connect U30gt tablet to PC, you'll get a "connecting to usb"
in notifications area in Android, and a usb icon in the
notification area. You Do Not want to select "Connect to Pc
to Transfer Files", in the notification menu, just plug in the
cable and let it be.
USE AT YOUR OWN RISK.
On PC
1. Search in a web browser for RKBatchTool_u30.zip, the 1.5
version, DL and unzip in the default zip file subdirs.
Rk-batch-tool 1.5 has u30gt drivers, browse the Rk-batch
tool's dir for the u30 drivers for your PC OS. Right click
on the rockusb.inf and chose Install, to install the driver.
2. Verify that you have a rockchip_usb USB Device under disk
drives in Device Manager. Control Panel->System->Hardware->
Device Manager->Disk Drives->rockchip_usb USB Device.
3. Dl TPSarky-VonDroid-Root.rar from
*"mediafire.com/?vd3y1rld2amdxq5"*
as a newbie I cannot post links, so search mediafire.com for TPSarky-VonDroid-Root.rar
4. Unarchive TPSarky-VonDroid-Root.rar, using an archive, or
zip utility: Winzip, alzip, etc. It may require the password
"geekbuying.com" to unrar the archive.
5. Mouse into TPSarky-VonDroid-Root directory created by the
rar file, until you get to TPsparkyRoot.bat and adb.exe
files, a couple of sudirs inside TpSarky unzipped file
directories.
6. Run, double click on, adb.exe first. It opens up a dos
command window, runs a dos executable that launches adb
server and connects to the U30gt. It opens and closes so
fast you won't hardly see it. If you Do Not run adb.exe.
first, Tp-Sparky-Root.bat will not communicate with the
U30gt, and your root will fail.
7. Now run, double click on, Tp-Sparky-Root.bat
Tp-Sparky-Root.bat will Immediately reboot the u30gt.
8. When the u30gt reboots, hit space key as instructed.
Tp-Sparky-Root.bat will reboot the u30gt, again.
9. Press the space key as instructed, again. The command line
will show
uid=0<root> gid=0<root>
if you have a successful root.
10. Press the space key as instructed, again.
The command informs you the U30gt root has been remounted,
there are a couple of errors relating to SuperSU, I presume
SuperSu was Not included in the tpsarky zip file, or is in
the wrong place for the batch file to find it, but you can
DL SuperSU from GooglePlayStore, nhnf. The Utility notifies
you that Tp-Sparky-Root.bat is completing the root.
11. The u30gt will reboot one last time.
12. DL Titanium Backup Root, Rootchecker, or Avast Android to the tablet,
and they will confirm a rooted tablet.
**As this method only Roots the device, and since it worked
on both my u30gt and an Imito-Mx1 mini android, I think it
should work on nearly any RKO3066 droid device.
As always with any routine that flashes the eprom of any
cpu,
USE AT YOUR OWN RISK.
Thanks to the people who initially posted the original root
routine for the IMITO-MX1 on Youtube, and to geekbuying for
this procedure, as well as the files for rooting the IMITO-
MX1 and ultimately the u30gt. A big thanks to Tp-Sarky or
Tp-Sparky, whoever they may be, for writing the batch file
that does all the work. I also want to thank 900Supersport,
kastycube and the good folks at alldocube for their various
flavours of the u30gt firmware and utilities, as well as
flashmyandroid.com
I have tried all flavours of android 4.1 firmware, 900
supersport, kastycube, to the generic cube-tablet.com
versions from 1.07 to the latest greatest build 1.11, and
None of them gives me access to the microsd card. I bought
two of these puppies for Christmas, IPS version, and neither
the original out of the box or my reconfigured one reads
microsd. It is possible that both got bad sd card readers,
but unlikely. As my imito-mx1 miniandroid reads the microsd
cards, as does the adapter in my pc, it is most probably an
U30gt flavour android system software issue. Anybody got any
clues how to resolve microsd issues in android?
Click to expand...
Click to collapse
works great full root on sk30sdk android 4.1.1 2013 rockchip tablet follow instructions and all is well
do you have any idea; f this process works on
Next book 7 premium se
s/n: YFG121******* ?
Sent from my Next7P12 using Tapatalk 4 Beta
Just rooted PIPO M9 which is a RK3188 using this method.
Althought I can everything that a rooted device does, including executing the apps and changing syste files, I don't see SU app anywhere?
Is this normal?
cool, I think I'm gonna try this method tonight after work.
I'll let you know how it goes
Hacking my Own Next7P12-GP, PM me if you can help
Thanks .. it works for RK30_ICS :good::good:
Djuganight said:
Just rooted PIPO M9 which is a RK3188 using this method.
Althought I can everything that a rooted device does, including executing the apps and changing syste files, I don't see SU app anywhere?
Is this normal?
Click to expand...
Click to collapse
Yep, but for security reasons it's better to install some su governor, because now every app can have root access without your permission.
http://forum.xda-developers.com/showthread.php?p=43584766#post43584766
Check this for simple 4 steps root for this device. Easy and without any risks and even with an unroot tool.
Hi Guys, I Need Help to Root my Alcatel One Touch Tab 7HD with
Chipset: Rockchip RK3066
Android 4.1.1
Kernel Version: 3.0.8+
Build Number: 100_ASPPH_000
I cannot enter too Stock Android Recovery Mode ;(
I already Install the adb driver, usb driver of this device and Rockchip Driver ;(
I'll try many Rooting Procedures but Opportunetly it doesnt work ;(
The ff. the i will use to ROOT this Alcatel One Touch Tab 7 HD are
Application Status
1. UnlockRoot Failed
2. SuperOneClick v.1.9.1.0 Failed
3. Root_with_Restore_by_Bin4ry_v31 Failed
4. Srsroot Failed
5. Zuodashi Failed
i'll Try also this Method but its doesn't work too ;(
Rooting the rko3066/rockchip 3066 device
http://forum.xda-developers.com/show....php?t=2127573
[GUIDE] Fix ADB USB driver for Rockchip RK3066
http://forum.xda-developers.com/show....php?t=2061063
I hope any can Help me. ;(
Thank you very much, I have just rooted my Cube U18GT-S
Works also on Kiano Core 10.1 Dual 3G...
after installing Samsung Android ADB driver for Win 7. Thank you very much.....:fingers-crossed: :good:
Search in a web browser for RKBatchTool_u30.zip, the 1.5
version, DL and unzip in the default zip file subdirs.
Rk-batch-tool 1.5 has u30gt drivers, browse the Rk-batch
tool's dir for the u30 drivers for your PC OS. Right click
on the rockusb.inf and chose Install, to install the driver.
Click to expand...
Click to collapse
I'm trying to root my Andi-7 tablet with Android 4.1.1 and the RK30sdk.
I searched as instructed and found this zip file.
Extracted the file, found rockusb.inf and right clicked and chose install.
Every time, I get the error message.
Any help?
Thanks
Works on Xelio P717A
You can try this method found here http://forum.xda-developers.com/showthread.php?t=1987280&page=2. It's the method I used on my IdeaUSA CT705 it's just repetative having to keeping pushing the"enter" button as it also states in the thread.
Working on iRulu AX105
Thank you, working on iRulu AX105 Tablet, 10.1"
Permission denied
As ichiyamato said, this method not working for sk3066 device. Scrips are not working because there are no permission to copy necessary files into device.
All scripts gave,
Code:
*---* VonDroid.com N101 II Root Tool based on work by sunnydavid *---*
--- Plug in your device, make sure debugging is enabled in Developer Options
--- This script will now copy files over to your N101 II
failed on '/data/local/tmp' - Permission denied
link failed File exists
I think we should open write permission on device. But i dont know how.
Thanks.
Work on Touchmate TM-MID940
I have successfully root my Touchmate TM-MID940 with TPSarky Android rooting method
Thanks
Confirmed working on an Energy System i8 tablet.
The micro SD card on my device does not stay in properly, so this method was needed.
I had to manually fiddle with adb a little (I had been trying other methods to root), so personally I would change the instructions to explain how to open a command prompt and execute:
adb kill-server
adb start-server
(Check it says starting server)
adb get-state
(check it says device)
then run the batch file
Rooted Cube U30GT-H firmware original v1.11 Rockchip 3066 with Kingo Root. Easy, easy. :good:
rootmaster
ichiyamato said:
Hi Guys, I Need Help to Root my Alcatel One Touch Tab 7HD with
Chipset: Rockchip RK3066
Android 4.1.1
Kernel Version: 3.0.8+
Build Number: 100_ASPPH_000
I cannot enter too Stock Android Recovery Mode ;(
I already Install the adb driver, usb driver of this device and Rockchip Driver ;(
I'll try many Rooting Procedures but Opportunetly it doesnt work ;(
The ff. the i will use to ROOT this Alcatel One Touch Tab 7 HD are
Application Status
1. UnlockRoot Failed
2. SuperOneClick v.1.9.1.0 Failed
3. Root_with_Restore_by_Bin4ry_v31 Failed
4. Srsroot Failed
5. Zuodashi Failed
i'll Try also this Method but its doesn't work too ;(
Rooting the rko3066/rockchip 3066 device
http://forum.xda-developers.com/show....php?t=2127573
[GUIDE] Fix ADB USB driver for Rockchip RK3066
http://forum.xda-developers.com/show....php?t=2061063
I hope any can Help me. ;(
Click to expand...
Click to collapse
I think u should try rootmaster . Search it on google . Its an chieneese app but u shall understand how to use when u will install it . It can root many of the rk3066 devices

Trouble with rooting MK888 / K-R42 / T-R42 / CS918 / EKB311 - PLEASE HELP!

Hello experts!
Please see the steps I took, and help me figure this one out:
1. Installed MoboRobo on my PC
2. Connected the TV box, and got it recognized
3. Closed MoboRobo
4. Launched TPSarky.bat and followed instructions
5. *At this stage I might have pressed the space key to reboot too early, for one of the three reboots
6. TPSarky completed its work (meaning the UID=0 GID=0, and SuperSU was pushed)
7. Device booted, SuperSU was there, but upon launching, it said there isn't an SU binary installed, and SuperSU can't install it
I tried several advices from different forums:
A. Pushing a different SU with another Superuser app, or different versions of the SU management apps
B. Pushing the SU to /system/bin and also /system/xbin
C. Using Fastboot to install a custom recovery (as I can't do it via the device itself) to update the SU with a flashable ZIP, but Fastboot didn't recognize the device (ADB does recognize it)
D. Using RK Batch tool / Android tool to install the custom recovery, but it said "Load firmware failed", with no matter how many different recovery *.img files I tried (CWM or TWRP)
So now I'm kind of stuck in a situation, where ADB on my pc confirms the device is rooted (UID=0 , GID=0), but the device itself behaves like it's not.
Any advice per how to handle this? Maybe there's a way to unroot by going back to factory settings, and run TPSarky from scratch? Maybe a step I'm missing to complete the root on the device?
Please please please advise, this is killing me...

Categories

Resources