编译的 system.img 刷入 nexus 5 的时候报错,命令:
fastboot flash system system.img
得到错误如下:
arget reported max downloa size of 1073741824 bytes nvalid sparse file format at header magi rasing 'system'... KAY [ 0.637s] ending sparse 'system' 1/1 (499041 KB)... KAY [ 17.526s] riting 'system' 1/1... AILED (remote: size too large) inished. total time: 18.362s
google 了一圈了,还是没有能够解决!
![]() | 1 acrisliu 2017-10-03 00:18:49 +08:00 via Android Size too large. 是不是 system 分区空间不够了? |
![]() | 2 Tyanboot PRO 是不是没有把 system.img 用 img2simg 转成 simg ? |
3 capturepointer OP @acrisliu 问题解决了,我使用 fastboot flashall -w 就可以了 |
4 capturepointer OP @Tyanboot 问题解决了,我使用 fastboot flashall -w 就可以了 |