無法透過 MacOS 在 Nexus 6(已安裝 Android 7)上安裝 TWRP

無法透過 MacOS 在 Nexus 6(已安裝 Android 7)上安裝 TWRP

目的:

透過 macOS 將 TWRP 安裝到裝有 Android 7 的 Nexus 6 中。 (我在Windows下測試過,可以用)

問題:

我有一台安裝了 Android 7 的 Nexus 6 裝置。我想將 TWRP 安裝到 Android 7 中,但無法將 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. 

我用谷歌搜尋過,有人說這是由鎖定的 OEM 設備引起的。但是,我的設備已解鎖。

相關內容