`

修改局部源码烧录手顺

 
阅读更多

1. 添加命令到PATH路径下,方便全局使用:

android-sdk-windows\tools(主要使用adb.exefastboot.exe)

android-sdk-windows\platform-tools(主要使用ddms.bat)

2. 常用的刷机命令

>adb devices

F:\Users\TXL\Desktop>adb devices

List of devices attached

M9WRB08AKGVCWE0008      device

1a10c933        device

罗列出连接到电脑的所有设备

 

>adb reboot bootloader

进入bootloader模式

 

>adb remount

挂载system分区为可读写,方便下边使用adb push 文件 目的地

 

>adb push Mms.apk /system/app

将自己的apk覆盖system/app下的apk

 

>adb reboot

覆盖后的重启

 

3. bootloader后可以使用fastboot命令

主要的命令有:

F:\Users\TXL\Desktop>adb -s 1a10c933 reboot bootloader

>fastboot devices

F:\Users\TXL\Desktop>fastboot devices

1a10c933        fastboot

>fastboot flash boot boot.img

>fastboot flash system system.img

>fastboot flash recovery recovery.img

刷分区

>fastboot –w

清除数据

>fastboot update <filename>

zip

>fastboot erase <partition>

擦除分区

F:\Users\TXL\Desktop>fastboot

usage: fastboot [ <option> ] <command>

 

commands:

  update <filename>                        reflash device from update.zip

  flashall                                 flash boot + recovery + system

  flash <partition> [ <filename> ]         write a file to a flash partition

  erase <partition>                        erase a flash partition

  format <partition>                       format a flash partition

  getvar <variable>                        display a bootloader variable

  boot <kernel> [ <ramdisk> ]              download and boot kernel

  flash:raw boot <kernel> [ <ramdisk> ]    create bootimage and flash it

  devices                                  list all connected devices

  continue                                 continue with autoboot

  reboot                                   reboot device normally

  reboot-bootloader                        reboot device into bootloader

  help                                     show this help message

 

options:

  -w                                       erase userdata and cache

  -s <serial number>                       specify device serial number

  -p <product>                             specify product name

  -c <cmdline>                             override kernel commandline

  -i <vendor id>                           specify a custom USB vendor id

  -b <base_addr>                           specify a custom kernel base address

  -n <page size>                           specify the nand page size. default:2048

 

分享到:
评论

相关推荐

    A20_Android快速移植指南

    综上所述,A20 Android快速移植指南为开发者提供了从硬件准备、开发环境搭建、源码编译、固件烧录到系统定制、调试等各个环节的详细指导。对于希望基于A20平台开发Android系统的开发者来说,这份指南具有极高的参考...

    Nucleus操作系统内部参考手册.pdf

    NucleusPLUS操作系统源码交付至用户手中,鉴于其庞大的规模,普通用户理解与修改存在难度。《Nucleus操作系统内部参考手册》旨在辅助用户深入理解NucleusPLUS的源代码结构与功能,提供详细的指导,以便于用户能够...

    Linux高级bash编程

    使用ls命令来创建一个烧录CDR的内容列表 12-2. Hello or Good-bye 12-3. 删除当前目录下文件名中包含一些特殊字符(包括空白)的文件.. 12-4. 通过文件的 inode 号来删除文件 12-5. Logfile: 使用 xargs 来监控系统 ...

    Advanced Bash-Scripting Guide <>

    使用ls 命令来创建一个烧录CDR 的内容列表 12-2. Hello or Good-bye 12-3. 删除当前目录下文件名中包含一些特殊字符(包括空白)的文件.. 12-4. 通过文件的 inode 号来删除文件 12-5. Logfile: 使用 xargs 来监控系统...

Global site tag (gtag.js) - Google Analytics