先决条件
刷入 Arrow Recovery 恢复
确保您已重启进入 Fastboot 模式
Windows cmd 用户
从Windows cmd 刷入 boot.img 和 vendor_boot.img
1 2
| fastboot flash boot boot.img fastboot flash vendor_boot vendor_boot.img
|
Powershell 用户
从Windows Powershell 刷入 boot.img 和 vendor_boot.img
1 2
| .\fastboot.exe flash boot boot.img .\fastboot.exe flash vendor_boot vendor_boot.img
|
重启到 Arrow Recovery 恢复 并确定正确链接到 Recovery
注意:小米Pad 5的恢复存在面板无法呈现UI的问题,但恢复工作正常.
Windows cmd 用户
1
| fastboot reboot recovery
|
Windows Powershell 用户
1
| .\fastboot.exe reboot recovery
|
确定链接正常
Windows cmd 用户
Windows Powershell 用户
刷入ROM
现在您已经成功刷入了 Recovery
现在重启到 sideload 模式
Windows cmd 用户
Windows Powershell 用户
1
| .\adb.exe reboot sideload
|
adb sideload ROM
Windows cmd 用户
1
| adb sideload romfile.zip
|
Windows Powershell 用户
1
| .\adb.exe sideload romfile.zip
|
清楚数据并重启,然后享受
Windows cmd 用户
1 2 3
| adb shell recovery --wipe_data adb reboot
|
Windows Powershell 用户
1 2 3
| .\adb.exe shell recovery --wipe_data .\adb.exe reboot
|