教程详情

icon
时间:2024-03-27
icon
查看:70

标题:无限循环Fastboot无法开机


①放到flash_all.bat中即可 头部位置

fastboot %* flash partition:0 %~dp0images/gpt_both0.bin || @echo "Flash gpt_both0 error" && exit 1
fastboot %* flash partition:1 %~dp0images/gpt_both1.bin || @echo "Flash gpt_both1 error" && exit 1
fastboot %* flash partition:2 %~dp0images/gpt_both2.bin || @echo "Flash gpt_both2 error" && exit 1
fastboot %* flash partition:3 %~dp0images/gpt_both3.bin || @echo "Flash gpt_both3 error" && exit 1
fastboot %* flash partition:4 %~dp0images/gpt_both4.bin || @echo "Flash gpt_both4 error" && exit 1
fastboot %* flash partition:5 %~dp0images/gpt_both5.bin || @echo "Flash gpt_both5 error" && exit 1

‼️注意 :

由于部分机型底层原因,partition:4不建议直接添加到脚本中,

可能会导致FastBoot无法进入,直接升级为9008砖。

建议先添加partition:{0,1,2,3,5}这五条,如果仍然无限FastBoot再尝试添加。


②启动MiFlash选择修改好的脚本文件,进行刷入。


基本上都可以跳出循环 直接起死回生了

讨论区(0)

没有评论数据

提交我的评价


*文明理性,友善沟通.