Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
406 views

Fastboot Command

This document provides instructions for flashing firmware using fastboot commands. It lists the steps to extract files from an UPDATE.APP package, move them to a Fastboot folder, open a command prompt, and use fastboot commands like fastboot flash, fastboot devices, fastboot reboot to flash the recovery, boot, system and userdata partitions. It also provides examples of using fastboot to check product details, build number, and unlock the bootloader when needed before flashing firmware or resetting to factory settings.

Uploaded by

Ziga Ow KK
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
406 views

Fastboot Command

This document provides instructions for flashing firmware using fastboot commands. It lists the steps to extract files from an UPDATE.APP package, move them to a Fastboot folder, open a command prompt, and use fastboot commands like fastboot flash, fastboot devices, fastboot reboot to flash the recovery, boot, system and userdata partitions. It also provides examples of using fastboot to check product details, build number, and unlock the bootloader when needed before flashing firmware or resetting to factory settings.

Uploaded by

Ziga Ow KK
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

fastboot ျဖင့္ firmware ေရးျခင္းႏွင့္ အသံ ု း၀င္ fastboot command

++++++++++++++++++++++++++++++++++++

မိမိဖု န္းႏွင့္သက္ဆုိင္ေသာ Huawei UPDATE.APP ကို HuaweiUpdate Extractor ျဖင့္ခြဲပါ


ရလာေသာ boot.img/recovery.img/system.img/userdata.img ကို Fastboot Folder ထဲသို ႕ထည့္ပါ
Shift >Right ႏွိပ္ျပီး Open command window here ကို ေရြးပါ
command prompt ေပၚလာလွ်င္ ဖု န္အား PC ႏွင့္ ခ်ိတ္ျပီး ေအာက္ပါCommand အားရို က္ပါ
adb devices
adb reboot bootloader [or] adb reboot oem-1 [or] power +
volume down
fastboot devices
fastboot flash recovery recovery.img
fastboot boot recovery.img [အစား flash] ( recovery mode သု ိ ့ ယာယီ boot တက္ခ်
င္း )

fastboot flash boot boot.img

fastboot flash userdata userdata.img

fastboot flash system system.img


fastboot flash -S 500M system system.img
fastboot reboot

fastboot getvar product


fastboot -w [ fastboot မွ fw ေရးရန္ or factory reset ခ်ရန္ ဖု န္းအား
bootloader unlock လု ပ္ထားရမည္]

fastboot oem get-bootinfo [ bootloader lock/unlock စစ္ရန္]


fastboot oem get-build-number [အခ်ိဳ႕ဖု န္းမ်ားတြင္ build number စစ္ရန္]
Exa: : Che2-UL00 / CHC-U01

fastboot update update.zip ( fastboot မွ custom rom တင္္တာပါ)


fastboot erase system (system partition ကို ဖ်က္တ ာပါ)
fastboot erase recovery ( recovery partition ကို ဖ်က္္တာပါ)
fastboot command သံ ု းရန္္ bootloader unlock လု ပ္္ထားရပါမည္။

You might also like