コンピュータや音楽の事書いてます

Tegra Note 7 Root化メモ

参考: http://blog.livedoor.jp/cn221283/archives/51137741.html
ググった情報だけでは成功しなかったので、解決メモ。

C:\adt-bundle-windows-x86-20131030\sdk\platform-tools
>adb devices
List of devices attached
0524513116016000E347    device


C:\adt-bundle-windows-x86-20131030\sdk\platform-tools
>adb reboot-bootloader

ここまでは上手くいった

C:\adt-bundle-windows-x86-20131030\sdk\platform-tools
>fastboot oem unlock
...
FAILED (command write failed (Unknown error))
finished. total time: 0.582s

この失敗の原因は、bootloader状態ではAndroid ADB Interface


ではなく、Android Bootloader Interface

を使わなければならない。

C:\adt-bundle-windows-x86-20131030\sdk\platform-tools
>fastboot oem unlock
...
(bootloader) Showing Options on Display.
(bootloader) Use device keys for selection.
(bootloader) erasing userdata...
(bootloader) erasing userdata done
(bootloader) erasing cache...
(bootloader) erasing cache done
(bootloader) unlocking...
(bootloader) Bootloader is unlocked now.
OKAY [ 69.029s]
finished. total time: 69.030s

C:\adt-bundle-windows-x86-20131030\sdk\platform-tools
>fastboot boot root_tn7.img
downloading 'boot.img'...
OKAY [  0.352s]
booting...
OKAY [  0.023s]
finished. total time: 0.377s

cwm導入

C:\adt-bundle-windows-x86-20131030\sdk\platform-tools
>fastboot flash recovery recovery_cwm.img
target reported max download size of 641728512 bytes
sending 'recovery' (6326 KB)...
OKAY [  0.327s]
writing 'recovery'...
OKAY [  0.336s]
finished. total time: 0.665s

C:\adt-bundle-windows-x86-20131030\sdk\platform-tools
>