刷Google官方的Android 11 ROM,进入fastboot模块后双击运行flash-all.bat,前面可以正常刷入相关img,待刷到system_other.img的时候,提示以下`Requested download size is more than max allowed`错误:
Sending 'system_b' (2621440 KB) FAILED (remote: 'Requested download size is more than max allowed
')
fastboot: error: Command failed
Press any key to exit...
解决方案:
- 用记事本 或 编辑器打开flash-all.bat文件,增加`-S 256M`选项,保存文件。
- 重新双击运行flash-all.bat,等待刷机完成。


文章讲述了在刷Google官方的Android11ROM过程中遇到的Requesteddownloadsizeismorethanmaxallowed错误,解决方案是通过编辑flash-all.bat文件添加-S256M选项并重新刷机。
1万+

被折叠的 条评论
为什么被折叠?



