工程建设最好的网站葫芦岛公司做网站
nexus、pixel可使用google官网线上刷机的方法。网址:https://flash.android.com/
 本文使用google线上刷机,将Android14 刷为Android12
以下是失败的线刷经历。
准备工作
下载升级包。https://developers.google.com/android/images?hl=zh-cn
 注意,此处选择"出厂映像"而不是OTA
 
安装android OS映像
- 进入fastboot
 
adb reboot bootloader
 

- 查看设备
 
fastboot devices
 
- 解锁flashing。只有解锁才能安装os。
 
fastboot flashing unlock
 


- 解锁bootloader
 
通过fastboot界面提示,按音量键,跳过"Do not unlock the bootloader",选择"unlock the bootloader",点击电源键确认。



- 刷入IMG
 
fastboot flash boot myboot.img
 

- 重启
 
fastboot reboot
 

