注意:教程来源于用户上传,互联网收集,其中真实性注意斟酌,操作可能存在风险,请践行时注意保存资料防止丢失,如果本教程侵犯您的个人或者集体利益,请邮件fiimecn@163.com下架处理,非常感谢!
①放到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选择修改好的脚本文件,进行刷入。
基本上都可以跳出循环 直接起死回生了
没有评论数据