毎度おなじみ、カスタムリカバリのTWRPを導入。
LeTV Le1 Pro X800の最新版にTWRP3.0.2.0を導入したのでメモ。
LeTV Le1 Pro X800はブートローダーのロックはされていません。fastbootコマンドが使用できます。
TWRP for Letv Le 1 Pro
TWRP for Letv Le 1 Pro
上記リンクからtwrp-3.0.2-0-x1.imgを入手します。
以下のコマンドでfastbootモードに入ると下のようなLinuxペンギンロゴが表示されます。
>adb reboot bootloader
以下のコマンドでTWRPを書き込みます。>fastboot flash recovery twrp-3.0.2-0-x1.img
>fastboot boot twrp-3.0.2-0-x1.img
↓成功した時のコマンド結果
C:\>fastboot flash recovery twrp-3.0.2-0-x1.img
target reported max download size of 536870912 bytes
sending 'recovery' (29952 KB)...
OKAY [ 0.688s]
writing 'recovery'...
OKAY [ 0.250s]
finished. total time: 0.938s
C:\>fastboot boot twrp-3.0.2-0-x1.img
downloading 'boot.img'...
OKAY [ 0.688s]
booting...
OKAY [ 0.031s]
finished. total time: 0.734s
TWRPが起動したら導入は完了です。※バックアップを忘れずに。
0 件のコメント :
コメントを投稿
当ブログの内容は私感を含むため確実性は保証できかねます。