安卓刷机fastboot分段传输

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

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

问题

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 限制分段传输内存

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

相关推荐

  1. 功耗分析

    2024-04-15 03:40:01       11 阅读
  2. uniapp通过蓝牙传输数据 (

    2024-04-15 03:40:01       44 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-04-15 03:40:01       16 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-04-15 03:40:01       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-04-15 03:40:01       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-04-15 03:40:01       18 阅读

热门阅读

  1. 前端面试问题汇总 - ES6篇

    2024-04-15 03:40:01       13 阅读
  2. 解析ShardingSphere:强大的分布式数据库中间件

    2024-04-15 03:40:01       12 阅读
  3. 初识责任链模式--一起学习吧之数据库

    2024-04-15 03:40:01       10 阅读
  4. Spring的事务传播机制有哪些

    2024-04-15 03:40:01       15 阅读
  5. leetcode2924--找到冠军II

    2024-04-15 03:40:01       14 阅读
  6. 2024.4.14

    2024-04-15 03:40:01       11 阅读
  7. 小公司应该选择docker swarm还是k8s

    2024-04-15 03:40:01       12 阅读
  8. mysql面试

    2024-04-15 03:40:01       10 阅读