Brush use FastBoot

Android development is highly recommended large summary article: Welcome to Favorites
programmers highly recommended Android, Android developers need essential skills

This article describes the Androidpart of the development of knowledge by reading this article, you will reap the following:

A, Fastboot About
two, Fastboot Brush prepare
three, Fastboot Brush command
four other Brush tool

A, Fastboot Profile

Andrews phone in Fastboota ratio of recoverylower-level mode of the Brush (commonly known as boot mode). Is the use of USBthe data lines connected to one kind of brush mode phone. With respect Recovery, at Fota other brush card, the wire brush is more reliable and secure.

Two, Fastboot preparation Brush

Unlock BootLoader

Use FastbootBrush must be unlocked BootLoader, or can not brush. Unlocking BootLoaderprocess is opened in the developer mode OEM unlockingswitch. Developers such as hidden mode, go to Settings- System- About Phone- multiple clicks build numberto open the developer mode hidden.

Open OEM unlock allowed to modify BootLoader

Select Allow

No meeting led to unsuccessful attempts, can not brush

To unlock

Three, Fastboot command Brush

1. Enter Fastboot mode

General phone used Powerwith 音量+enterfastboot mode

fastboot mode

  1. First unlock the device
    developer mode to open oemthe switch, is connected USB, to unlock the device
    an unlock command as follows:
    fastboot flashing unlock

Unlock fastboot

3. Select the desired brush mirror

  • Brush boot partition
    if modified kernelthe underlying code, need to brush boot.
    Command is as follows:
    fastboot flash boot boot.img

Brush the boot command

  • Brush system partition
    if the code to modify the upper layer, such as deletions apk, etc., need to brush system
    the following command:
    fastboot flash system system.img

Brush system command

  • Brush recovery partition

If modifications to recoverythe code in the pattern, the need to brush recovery.img
the following command
fastboot flash recovery recovery.img

Brush recovery command

  • Frp erase partitions

frpThat Factory's the Reset Protection , used to prevent the leakage of user information in the phone is lost
command as follows:
fastboot erase frp

Frp erase partitions

  • Locking device

After brushing, to lock the device
command is as follows:
fastboot flashing lock

Locking device

  • Exit Fastboot, restart the phone

Exit Fastbootrestart the phone following command:
fastboot continue

Exit fastboot, restart the phone

  • Fastboot commonly used commands

fastboot commonly used commands are as follows

Four other Brush tool

In fact, platform vendors will have some wire brush tools, these tools can be a single brush some modules.
MTK platform: Flashtools
Download
MTK platform Brush tool

Spreadtrum platform: ResearchDownload
Download

Spreadtrum platform Brush tool

So far herein, this has ended, if the wrong place, welcome your suggestions and corrections. At the same time look forward to your attention, thank you for reading, thank you!

Micro-channel public concern number: Programmer Android, receive welfare

Guess you like

Origin www.cnblogs.com/wangjie1990/p/11327419.html