ADB Sideload Flashing Process - Apply Update From ADB
![]() |
| Recovery mode: apply update from ADB |
As we know while update/flash any firmware through recovery mode, we will get some error messages i.e. no response fail, failed to verify the system image, failed to update etc. and to copy/update the firmware we need a SD card and then you can update the phone. If the SD card or memory card is not in Good condition, the flashing process will take long time and if the read speed of SD card is slow you may get failed error message.
Requirements:
Download Minimal ADB and Fastboot Tool from the below link
Download OTA Update.zip (According to the phone's model)
How to use adb sideload to update/flash firmware?
1- Download the "Minimal ADB and Fastboot" Tool and extract it.
2- Now go to the "Recovery Mode" on the phone.
3- Then select "Apply Update from Adb".
4- Connect the phone to PC and Install ADB USB Driver.
5- Now copy the firmware in to the Minimal adb and fastboot folder
6- Now execute the following commands
| adb sideload flashing success on AUSU T00F-T00J |
adb sideload <complete firmware file name with extension>
For Example: If you are flashing ASUS Zenfone 2 and firmware file name is "UL-Z00L-WW-1.17.40.1234-user.zip" then the adb sideload command willbe the following.
adb sideload UL-Z00L-WW-1.17.40.1234-user.zip
and then press ENTER key on the keyboard. The flashing process show in percentage and wait until the process complete.
That's the adb sideload process to apply update/flash Android smartphones, and it's very useful sometime when you face difficulty while flash using recovery mode.
Note: This topic is only for tutorial purpose and we are not responsible for any damage happen to the phone.

0 comments:
Post a Comment
Please Share Your Thoughts