zoukankan      html  css  js  c++  java
  • Android手机fastboot刷机命令

    先进入fastboot文件所在目录

    连接硬件命令

    fastboot devices

    删除recover、boot,system同理

    Fastboot erase recovery

    重刷,boot,system同理

    Fastboot flash recovery cn170.img

    只需将boot.img和system.img刷入系统即可完成系统的刷新

    恶补:

    FASTBOOT命令有

    加载驱动 | fastboot devices | [这句意思估计是 加载fastboot驱动]

    擦除 | fastboot erase xxxx | [假如我要擦除RECOVERY 就是:fastboot erase recovery]

    刷BOOT | fastboot flash boot boot.img |

    刷system |fastboot flash system system.img|

    刷系统 |fastboot flash userdata userdata.Img|

    刷系统 |fastboot flash recovery recovery.img|

    刷SPL |fastboot flash hboot hboot.img|

    刷RADIO |fastboot flash radio radio.img|

    重启 |fastboot reboot|

    adb push Mms.apk /system/app

    adb push Music.apk /system/app

  • 相关阅读:
    枚举
    IOS uitableview代理方法
    IOS图片拉伸模式
    IOS单例的设计模式
    圆角属性
    IOS 随机数
    IOS正则表达式
    添加 分类 自动适配图片
    用grep查找文件内容
    Openscada远程配置
  • 原文地址:https://www.cnblogs.com/senior-engineer/p/4790899.html
Copyright © 2011-2022 走看看