Common sense of Android flashing

basic knowledge

There are generally three types of Android flashing:

1. Card swiping, enter the recovery mode to flash the firmware package in the sd card

 好久没这么用过了,后面有时间试试

2. Wire brush, use fastboot on the computer to flash the firmware package

3. 9008 brush, use QPST to brush in

Common commands

find device in device manager
insert image description here

adb reboot bootloader enters fastboot mode

insert image description here
The fastboot mode screen will show FastBootMode

fastboot devices is similar to adb devices to view devices

fastboot erase clear erase data class

flash into fastboot

fastboot reboot Reboot, return to normal mode

fastboot oem edl Enter 9008 mode from fastboot

adb reboot edl enters 9008 mode from normal mode

9008 mode brush machine

The QHSUSB_BULK device displayed by the device manager,

Install driver qud.win.1.1_installer

Device Manager changes to 9008

Install QPST

Automatic port selection
insert image description here

If there is only one rawprogram0.xml in the firmware package, select emmc.
From rawprogram0 to 5.xml, select ufs

insert image description here

ufs

Browse to select prog_firehose_ddr.elf in the package
and then Load XML to select xml while selecting
rawprogram_unsparse0.xml
rawprogram1.xml
rawprogram2.xml
rawprogram3.xml
rawprogram4.xml
rawprogram5.xml

Click to open and then select all
patch0.xml
patch1.xml
patch2.xml
patch3.xml
patch4.xml
patch5.xml

Then click download to download

Guess you like

Origin blog.csdn.net/seuroger/article/details/129923990