一、先做:关闭 AVB 验证(必做)
手机进 Fastboot,电脑用 fastboot 命令:
fastboot erase misc
fastboot erase persist
fastboot -w
fastboot reboot bootloader
执行完,手机会回到 Fastboot 界面。 然后再执行:
二、再重刷一次官方(只刷关键分区)
不要直接双击 flash_all.bat,手动刷:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash vendor vendor.img
fastboot reboot