Computer Science, asked by sahilx17, 1 year ago

how to install twrp recovery?

Answers

Answered by Devilking08
1
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/fastboot mode:adb reboot bootloader

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

Once your device boots into bootloader mode, type this into the command line.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



Similar questions