tags: [“tf201”,“android”] title: 20120816 tf201 root化
tf201 root化
bootloader unlock
- download apk here
- Unlock Device App
- install apk & done
flash recovery clockworkmod
fastboot mode
Boot your tablet into fastboot by holding down the power and volume-down buttons.
The tablet will power off and reboot.
Wait until you see several lines of white text in the upper-left corner of the screen,
then let go of the power and volume buttons.
Then wait for five seconds and you will see the fastboot options.check
fastboot -i 0x0b05 finished. total time: 1345126235.306s
flash recovery image
fastboot -i 0x0b05 flash recovery recovery-clockwork-5.8.3.4-tf201.img sending 'recovery' (5408 KB)... OKAY [ 3.242s] writing 'recovery'... OKAY [ 2.136s] finished. total time: 5.379s
root化
download su here
SparkyRootAPKよりsuとsuperuser.apkを取り出す
boot recovery colock work mod
mount /system
push su
adb push su /system/xbin
permission
adb shell chown 0.0 /system/xbin/su chmod 06755 /system/xbin/su
reboot
busybox導入
marketよりbusybox installerインストール