level 11
archive does not contain "boot.sig"
archive does not contain "recovery.sig"
archive does not contain "system.sig"
然后就中断刷机了
这个怎么解决??
2015年06月07日 07点06分
1
level 13
image-hammerhead-lmy48b.zip里面的也解压出来。还要修改flash-all.bat
否则可能会出现,
1,写入system.img失败之类的(提示找不到或者内存不足之类的)
2,把32G刷成16G(5.x之后的官方刷机包都有这个问题)
flash-all.bat里的
fastboot -w update image-hammerhead-lmy48b.zip
修改为:
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
::下面是清除个人数据的(双WIPE)。 如果要保留数据升级,则不要下面2行。
fastboot flash cache cache.img
fastboot flash userdata userdata.img
2015年06月07日 14点06分
7
按照你的方法,弄好了
2015年11月24日 13点11分
![[玫瑰]](/static/emoticons/u73abu7470.png)
同上~感谢
2015年12月02日 13点12分
虽然已经过去几个月,但我现在刚百度到,非常及时的解决了我的问题。感恩!
2015年12月14日 19点12分
我也弄好了, 十分感谢
2016年02月01日 09点02分