如何更新 Unlock 過的 Pixel 5

文章目錄

前言

Pixel 5 在 Unlock 之後, 自動更新就失效了, 得手動更新, 方法如下.

事前準備

  1. 下載
    1. Pixel OTA Images
    2. Pixel Factory Images
  2. 把redfin-sq1a.220205.002-factory-734556ab.zip (檔案名稱看實際的版本) 解壓縮, 要解兩層, 直到解出 boot.img
  3. 利用 Magisk 修補 boot.img, 產生的檔案名稱長類似這樣 magisk_patched-24201_LSQ4E.img, 再把這個檔案傳回電腦中
  4. 進入開發者模式並確定 adb devices 可以連
    1C:\platform-tools>adb devices
    2List of devices attached
    3*************** device
    

更新步驟

  1. 執行以下指令重新開機進入sideload mode

    adb reboot sideload

  2. 刷入安全性更新檔案, 這個步驟會比較久

    adb sideload redfin-ota-sq1a.220205.002-84ba2421.zip

  3. 完成上傳後勿重新開機,"在手機上" 選擇Reboot to bootloader

  4. 刷入被 Magisk 修補後的 boot.img

    fastboot flash boot --slot=all magisk_patched-24201_LSQ4E.img

  5. 執行以下指令重新開機

    fastboot reboot

  6. 進入 設定->關於->Android 版本, 確定有更新成功.

參考

  1. https://forum.xda-developers.com/t/4356219/
  2. https://www.mobile01.com/topicdetail.php?f=565&t=6487485

Posts in this Series