当前位置:  开发笔记 > 编程语言 > 正文

Fastboot flash system.img错误

如何解决《Fastbootflashsystem.img错误》经验,为你挑选了1个好方法。

当我尝试通过fastboot system.img(从我的自定义AOSP版本)闪存到Sony Xperia Z3时,我收到以下错误:

# fastboot flash system system.img 
sending 'system' (584106 KB)...
OKAY [ 18.294s]
writing 'system'...
FAILED (remote: size too large)
finished. total time: 18.297s

Z3有大约2GB的系统分区,我不知道为什么闪存失败.



1> 小智..:

这会强制fastboot自动将文件稀疏到大小为K |的给定范围 M | G,在这种情况下为256M

fastboot flash –S 256M system PATH_TO_SYSTEM.img

推荐阅读
周扒pi
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有