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.
7.once your device boot into bootloader mode then type following command into command window to
once your custom recovery is successfully flashed on your device,issue the following command to reboot:
that is all.custom recovery should be installed in your device now.
NOTE:rename twrp or cwm recovery to recovery
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 windowadb 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