This is a guide on how to sideload flash-able zip file using adb command. Many at time you come across a firmware which are park in zip and are only flash-able using the adb sideload method, so just sit back and read through the tutorial.
Requirements
- Setup adb and fastboot
- Enable USB debugging on your device using the guide
How to sideload flashable zips using ADB
- Boot your device into recovery mode by typing the codes below and press enter after each line in adbCode:
adb devices
adb reboot recovery - In recovery mode, depending on which custom recovery you are currently using,
- If TWRP, click on Advanced > ADB sideload
- If CWM, select Install zip > Install zip from sideload
- If TWRP, click on Advanced > ADB sideload
- In adb window, flash the zip by typing the code in adbCode:
adb sideload filename.zip
e.g
adb sideload supersu.zip - You should see the progress bar, once its complete then you can reboot your device.
No comments:
Post a Comment