Installing TWRP on android.

Installing via ADB

Open the folder where your TWRP Recovery .img file is saved.

Then open a CMD window inside that folder. To do that, Shift + Right click on any empty white space inside the folder and then select Open command window here.

Connect your Android device to the PC. Type the following into the command window to boot your device into bootloader or fastboot mode.
command: adb reboot bootloader

If your smartphone asks for permission to “Allow USB debugging”, tap OK.

Once your device boots into bootloader mode, type this into the command line.

command: fastboot flash recovery twrp-2.8.x.x-xxx.img
Here modify twrp.img with the name of your TWRP recovery .img file.

Once TWRP is successfully flashed on your device, type this final command to reboot your device.
fastboot reboot


Post a Comment

Previous Post Next Post