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를 복사할 수 없습니다. 오류 메시지는 다음과 같습니다.

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

검색해 보니 누군가 잠긴 OEM 장치로 인해 발생한다고 말했습니다. 하지만 내 장치는 잠금 해제되어 있습니다.

관련 정보