类别:rom / 日期:2020-04-02 / 浏览:1672 / 评论:0

Nexus5 error:update package missing system.img  nexus adb fastboot system img error 第1张

    Nexus系列线刷固件包的时候,可能出现 error:updatepackage missing system.img 的错误提示,解决方法是将 image-hammerhead-XXXX.zip 解压出来单独刷入,具体批处理修改如下:

PATH=%PATH%;"%SYSTEMROOT%\System32"
fastboot flash bootloader bootloader-hammerhead-hhz12h.img
fastboot reboot-bootloader
ping -n 5 127.0.0.1 >nul
fastboot flash radio radio-hammerhead-m8974a-2.0.50.2.26.img
fastboot reboot-bootloader
ping -n 5 127.0.0.1 >nul
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot reboot-bootloader
ping -n 5 127.0.0.1 >nul
fastboot flash system system.img
fastboot reboot-bootloader
ping -n 5 127.0.0.1 >nul
fastboot flash cache cache.img
fastboot flash userdata userdata.img
fastboot reboot
echo Press any key to exit...
pause >nul
exit
target reported max download size of 1073741824 bytes
sending 'bootloader' (3119 KB)...
OKAY [  0.314s]
writing 'bootloader'...
OKAY [  1.178s]
finished. total time: 1.494s
rebooting into bootloader...
OKAY [  0.114s]
finished. total time: 0.115s
target reported max download size of 1073741824 bytes
sending 'radio' (45425 KB)...
OKAY [  1.861s]
writing 'radio'...
OKAY [  4.498s]
finished. total time: 6.360s
rebooting into bootloader...
OKAY [  0.110s]
finished. total time: 0.111s
target reported max download size of 1073741824 bytes
sending 'recovery' (9632 KB)...
OKAY [  0.529s]
writing 'recovery'...
OKAY [  2.190s]
finished. total time: 2.726s
target reported max download size of 1073741824 bytes
sending 'boot' (8916 KB)...
OKAY [  0.508s]
writing 'boot'...
OKAY [  2.193s]
finished. total time: 2.703s
rebooting into bootloader...
OKAY [  0.117s]
finished. total time: 0.118s
target reported max download size of 1073741824 bytes
erasing 'system'...
OKAY [  0.326s]
sending 'system' (1021824 KB)...
OKAY [ 34.904s]
writing 'system'...
OKAY [ 87.099s]
finished. total time: 122.332s
rebooting into bootloader...
OKAY [  0.020s]
finished. total time: 0.021s
target reported max download size of 1073741824 bytes
erasing 'cache'...
OKAY [  0.357s]
sending 'cache' (13348 KB)...
OKAY [  0.660s]
writing 'cache'...
OKAY [  3.035s]
finished. total time: 4.055s
target reported max download size of 1073741824 bytes
erasing 'userdata'...
OKAY [  7.894s]
sending 'userdata' (137318 KB)...
OKAY [  4.979s]
writing 'userdata'...
OKAY [ 10.580s]
finished. total time: 23.456s
rebooting...
finished. total time: 0.096s
Press any key to exit...

赞助

感谢您的打赏~

打开支付宝扫一扫,即可进行扫码打赏哦~

版权声明 : 本文未使用任何知识共享协议授权,您可以任何形式自由转载或使用 / Article Is Not Licensed Under Any Creative Commons License, And You May Freely Reprint Or Use It In Any Form

 可能感兴趣的文章

伤心叹戈

评论区

发表评论 / 取消回复

必填

选填

选填

◎欢迎讨论,请在这里发表您的看法及观点。