Android Tablets Forum banner
21 - 40 of 152 Posts
hi iv got a tablet with the same specs as the n90 , probably a clone and im having difficulties with root. please can someone have a look, iv attached a screenshot of the problem.

http://www.slatedroid.com/topic/36790-rooting-unlisted-rk3066-tablet/page__gopid__404808#entry404808

thanks in advance!
From log seems that, once it try to install busybox, It has no permission to do that and stop the work... Maybe a wrong version of O.S. not recognized by Superoneclick.
 
From log seems that, once it try to install busybox, It has no permission to do that and stop the work... Maybe a wrong version of O.S. not recognized by Superoneclick.
Well, via ADB I managed to install busybox and set its permissions (04755, right?) just fine, but still it seems root is not working. Running "su" from adb shell works, but since adb is rooted already, that isn't very meaningful.
 
just installed. It seems to work, but just one big problem: rooting with SuperOneClick doesn't work, the program completes the procedure, but I cannot manage to obtain root privileges... did someone else try?
Hi to all,
reading 3Ds attacched seems that JB could be rooted updating busybox, patch is like an update.zip

Into 3D is available the link to file, otherwise you'll find it into my 4shared folder under Rooting folder. -> http://www.4shared.com/zip/zJDYzJyC/SuperSU-093-Busybox-1202.html psw:windown90ii

http://www.androidiani.com/forum/modding-google-galaxy-nexus/167500-root-jelly-bean-4-1-1-stock.html
http://forum.xda-developers.com/showthread.php?t=1812882
 
Hi to all,
reading 3Ds attacched seems that JB could be rooted updating busybox, patch is like an update.zip

Into 3D is available the link to file, otherwise you'll find it into my 4shared folder under Rooting folder. -> http://www.4shared.com/zip/zJDYzJyC/SuperSU-093-Busybox-1202.html psw:windown90ii

http://www.androidiani.com/forum/modding-google-galaxy-nexus/167500-root-jelly-bean-4-1-1-stock.html
http://forum.xda-developers.com/showthread.php?t=1812882
How to do this ? i tried with recovery but not installed the update .
 
I confirm. I've even tried to copy the files (Superuser.apk, su, busybox) by hand via adb. No way.
As Adam Richman would say, in the battle of Man versus Android, today, man won!

I forgot to fix the permissions!

Here we go:

- take the zip linked here: http://www.slatedroid.com/topic/34442-root-window-n90-dual-core-ii-how-to-root/page__view__findpost__p__412121
- unzip it
- start adb -- I've done it in Linux as indicated here: http://www.slatedroid.com/topic/37572-how-to-adb-under-linux-solved/
- adb root
- adb remount
- adb push system/app/Superuser.apk /system/app/
- adb push system/bin/su /system/bin/
- adb push system/xbin/busybox /system/xbin/
- adb shell
- chmod 04755 /system/xbin/busybox
- chown root.shell /system/bin/su
- chmod 06755 /system/bin/su
- sync

That's all folks!
 
As Adam Richman would say, in the battle of Man versus Android, today, man won!

I forgot to fix the permissions!

Here we go:

- take the zip linked here: http://www.slatedroid.com/topic/34442-root-window-n90-dual-core-ii-how-to-root/page__view__findpost__p__412121
- unzip it
- start adb -- I've done it in Linux as indicated here: http://www.slatedroid.com/topic/37572-how-to-adb-under-linux-solved/
- adb root
- adb remount
- adb push system/app/Superuser.apk /system/app/
- adb push system/bin/su /system/bin/
- adb push system/xbin/busybox /system/xbin/
- adb shell
- chmod 04755 /system/xbin/busybox
- chown root.shell /system/bin/su
- chmod 06755 /system/bin/su
- sync

That's all folks!
Ok i tried as above but no go ..
Do i need to do more ?
Sorry working now !!! Yeah !
Removed old superuser and busybox then did as above ..THX !
 
21 - 40 of 152 Posts