安卓刷机fastboot分段传输

win10 fastboot 无法识别,驱动下载地址GitHub - xushuan/google_latest_usb_driver_windows

把inf文件更新到设备管理器驱动更新即可

问题

bash 复制代码
archive does not contain 'super_empty.img'
Sending 'vbmeta_a' (4 KB)                          OKAY [  0.117s]
Writing 'vbmeta_a'                                 OKAY [  0.060s]
archive does not contain 'super_empty.img'
archive does not contain 'super_empty.img'
extracting product.img (194 MB) to disk... took 0.331s
archive does not contain 'product.sig'
archive does not contain 'super_empty.img'
Sending 'product_a' (307200 KB)                    FAILED (remote: 'No enough buffer to download data')
fastboot: error: Command failed
Press any key to exit...

在fastboot后面加入 -S 64M 限制分段传输内存

bash 复制代码
PATH=%PATH%;"%SYSTEMROOT%\System32"
fastboot flash -S 64M bootloader bootloader-crosshatch-b1c1-0.1-5578427.img
fastboot reboot-bootloader
ping -n 5 127.0.0.1 >nul
fastboot flash -S 64M radio radio-crosshatch-g845-00017-190312-b-5369743.img
fastboot reboot-bootloader
ping -n 5 127.0.0.1 >nul
fastboot -w update -S 64M image-crosshatch-pq3a.190801.002.zip

echo Press any key to exit...
pause >nul
exit
相关推荐
web1350858863527 分钟前
前端node.js
前端·node.js·vim
zhangphil28 分钟前
Android简洁缩放Matrix实现图像马赛克,Kotlin
android·kotlin
m0_5127446428 分钟前
极客大挑战2024-web-wp(详细)
android·前端
若川37 分钟前
Taro 源码揭秘:10. Taro 到底是怎样转换成小程序文件的?
前端·javascript·react.js
BUG 40442 分钟前
LINUX--shell
linux·运维·服务器
lw向北.1 小时前
Qt For Android之环境搭建(Qt 5.12.11 Qt下载SDK的处理方案)
android·开发语言·qt
菜鸟小白:长岛icetea1 小时前
Linux零基础速成篇一(理论+实操)
linux·运维·服务器
潜意识起点1 小时前
精通 CSS 阴影效果:从基础到高级应用
前端·css
不爱学习的啊Biao1 小时前
【13】MySQL如何选择合适的索引?
android·数据库·mysql
奋斗吧程序媛1 小时前
删除VSCode上 origin/分支名,但GitLab上实际上不存在的分支
前端·vscode