pixel 3a(sargo)刷机

twrp 官网 devices 下载对应版本的 twrp img 和 zip

img 为临时 twrp
image.png
选择最后一个。3.6.0 测试会失败,原因未知。

adb reboot bootloader 在 bootloader 模式下

1
2
3
4
PS E:\rom\twrp> fastboot boot .\twrp-3.3.1-0-sargo.img
Sending 'boot.img' (65536 KB) OKAY [ 2.012s]
Booting OKAY [ 5.911s]
Finished. Total time: 7.970s

adb push zip 到/sdcard

1
2
3
PS E:\rom\twrp> adb push .\twrp-installer-3.3.1-1-sargo.zip /sdcard
.\twrp-installer-3.3.1-1-sargo.zip: 1 file pushed, 0 skipped. 69.3 MB/s (10103558 bytes in 0.139s)
PS E:\rom\twrp>

在 twrp 中 install 选择 zip 包进行安装

reboot system, 选择 do not install ok 完成~ twrp 的输入

安装面具

安装 magisk.apk . 选择修补一个文件,选择 rom 解压出来的 boot.img
修补后会在 boot.img 的同文件夹下生成一个 magisk_patched.img 文件,传回电脑

1
2
3
adb reboot bootloader
fastboot flash boot magisk_patched-23000_PUUwu.img
fastboot reboot

安装 magisk
完成~


pixel 3a(sargo)刷机
http://blog.uzilol.cn/2022/02/24/yuque/pixel%203a%EF%BC%88sargo%EF%BC%89%E5%88%B7%E6%9C%BA/
作者
ive_e (leoli)
发布于
2022年2月24日
许可协议