> fastboot.exe flash system system-arm-aonly-vanilla-nosu.img
target reported max download size of 134217728 bytes
erasing 'system'...
OKAY [ 0.172s]
sending sparse 'system' 1/7 (131068 KB)...
OKAY [ 5.124s]
writing 'system' 1/7...
FAILED (remote: sparse image size span overflow.)
finished. total time: 5.311s
我这个 system-arm-aonly-vanilla-nosu.img 大小是 812M,在 TWRP 下可以成功刷入,但启动后会自动进入 fastboot 模式,无法进入系统。
但奇怪的是,官方 firmware 里的 system.bin 大小有 1.4G ,在 fastboot 模式下却可以成功刷入。
请问这是镜像的问题吗?还是哪里需要设置?
target reported max download size of 134217728 bytes
erasing 'system'...
OKAY [ 0.172s]
sending sparse 'system' 1/7 (131068 KB)...
OKAY [ 5.124s]
writing 'system' 1/7...
FAILED (remote: sparse image size span overflow.)
finished. total time: 5.311s
我这个 system-arm-aonly-vanilla-nosu.img 大小是 812M,在 TWRP 下可以成功刷入,但启动后会自动进入 fastboot 模式,无法进入系统。
但奇怪的是,官方 firmware 里的 system.bin 大小有 1.4G ,在 fastboot 模式下却可以成功刷入。
请问这是镜像的问题吗?还是哪里需要设置?