tags: [“tf201”,“android”] title: 20120816 tf201 root化

tf201 root化

参考1 参考2

bootloader unlock

  1. download apk here
  2. Unlock Device App
  3. install apk & done

flash recovery clockworkmod

  1. 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.

  2. check

     fastboot -i 0x0b05
         finished. total time: 1345126235.306s
    
  3. 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化

  1. download su here

  2. SparkyRootAPKよりsuとsuperuser.apkを取り出す

  3. boot recovery colock work mod

  4. mount /system

  5. push su

     adb push su /system/xbin
    
  6. permission

     adb shell
     chown 0.0 /system/xbin/su
     chmod 06755 /system/xbin/su
    
  7. reboot

busybox導入

marketよりbusybox installerインストール