android刷机

刷入新版的twrp

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 测试,只有下次启动使用recovery.img
fastboot boot recovery.img
# 永久刷入recovery.img
fastboot flash recovery recovery.img

adb sideload <ROM zip file>

fastboot oem reboot-recovery
adb reboot bootloader

adb reboot recovery

# 关机
adb shell reboot -p
adb reboot