Search This Blog

Wednesday, December 14, 2016

how to flash custom recovery in any android phone

how to flash custom recovery in any android phone using fastboot

1.setup adb and fastboot on your pc.

2.open the folder where you saved fastboot and adb.

3.copy the custom recovery in fastboot and adb folder.

4.open the command window inside fastboot and adb folder.to do that"shift+right click on any empty white space inside the folder then select "open command window here"


6.coneect your device to the pc and type the following command  window

    adb reboot bootloader


7.once your device boot into bootloader mode then type following command into command window to

    fastboot flash recovery recovry.img


once your custom recovery is successfully flashed on your device,issue the following command to reboot:

    fastboot reboot


that is all.custom recovery should be installed in your device now.


NOTE:rename twrp or cwm recovery to recovery

No comments:

Post a Comment