%20%E3%81%AB%20TWRP%20%E3%82%92%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%A7%E3%81%8D%E3%81%AA%E3%81%84%20.png)
目的:
macOS 経由で Android 7 を搭載した Nexus 6 に TWRP をインストールします。(Windows でテストしましたが、動作します)
問題:
Android 7 がインストールされた Nexus 6 デバイスを持っています。Android 7 に TWRP をインストールしたいのですが、TWRP を Nexus にコピーできません。エラー メッセージは次のとおりです。
$fastboot flash recovery recovery.img
(bootloader) has-slot:recovery: not found
target reported max download size of 536870912 bytes
sending 'recovery' (0 KB)...
FAILED (remote failure)
finished. total time: 0.000s
この問題をどのように解決すればよいか教えていただけますか?
環境と手順
macos EI Caption
、、Nexus 6 (Android 7)
twrp-3.0.2-0-shamu.img
次のコマンドを実行しました。
$adb reboot bootloader
$fastboot flash recovery recovery.img
// error here.
// recovery.img which is twrp-3.0.2-0-shamu.img, just rename it.
Google で調べたところ、ロックされた OEM デバイスが原因だと言っている人がいました。ただし、私のデバイスはロック解除されています。