MacOS 経由で Nexus 6 (Android 7 インストール済み) に TWRP をインストールできない

MacOS 経由で Nexus 6 (Android 7 インストール済み) に TWRP をインストールできない

目的:

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 デバイスが原因だと言っている人がいました。ただし、私のデバイスはロック解除されています。

関連情報