- Jul 9, 2010
- 3,483
- 436
Rooting the tablet allows you to install rooted apps such as SetCPU, which controls the CPU clock speed.
You need to know how to use ADB: http://www.androidtablets.net/forum...esource-how-use-adb-android-debug-bridge.html
Alternately, install DroidExplorer
Mirrored from Augendev Wiki:
Getting Root Access
Use ChainsDD/xinx's Superuser.apk/su from here: [APP] Superuser 2.2.2 - Install fixed (really this time) [2010-07-07] - xda-developers
For Eclair / Froyo (Android 2.1 / 2.2)
Main Link (Thanks ChainsDD)
Mirror (Thanks TDRevolution.com)
md5: 795cdef65fb782854721ab91ae7139b7
adb push ./system/xbin/su /system/xbin
adb shell rm /system/bin/su
adb shell ln -s /system/xbin/su /system/bin/su
adb shell chmod 6755 /system/xbin/su
adb shell reboot
You need to know how to use ADB: http://www.androidtablets.net/forum...esource-how-use-adb-android-debug-bridge.html
Alternately, install DroidExplorer
Mirrored from Augendev Wiki:
Getting Root Access
Use ChainsDD/xinx's Superuser.apk/su from here: [APP] Superuser 2.2.2 - Install fixed (really this time) [2010-07-07] - xda-developers
For Eclair / Froyo (Android 2.1 / 2.2)
Main Link (Thanks ChainsDD)
Mirror (Thanks TDRevolution.com)
md5: 795cdef65fb782854721ab91ae7139b7
- Unzip the update.zip on to your computer.
- Run the following from your computer (or from a terminal on your Tablet)
adb push ./system/xbin/su /system/xbin
adb shell rm /system/bin/su
adb shell ln -s /system/xbin/su /system/bin/su
adb shell chmod 6755 /system/xbin/su
adb shell reboot