安卓刷机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
相关推荐
csdn_aspnet6 小时前
TCP/IP协议栈深度解析:从基石到前沿
服务器·网络·tcp/ip
search77 小时前
前端设计:CRG 3--CDC error
前端
治金的blog7 小时前
vben-admin和vite,ant-design-vue的结合的联系
前端·vscode
2501_944424127 小时前
Flutter for OpenHarmony游戏集合App实战之贪吃蛇食物生成
android·开发语言·flutter·游戏·harmonyos
利刃大大8 小时前
【Vue】Vue2 和 Vue3 的区别
前端·javascript·vue.js
梁辰兴8 小时前
计算机网络基础:虚拟专用网
服务器·网络·计算机网络·vpn·虚拟专用网·计算机网络基础·梁辰兴
荔枝一杯酸牛奶9 小时前
HTML 表单与表格布局实战:两个经典作业案例详解
前端·html
Charlie_lll10 小时前
学习Three.js–纹理贴图(Texture)
前端·three.js
Java程序之猿10 小时前
Linux使用U盘安装centos及报错You might want to saue “/run/initramfs/rdsosreport.txt“ 处理
linux·运维·服务器
yuguo.im10 小时前
我开源了一个 GrapesJS 插件
前端·javascript·开源·grapesjs