Install TWRP on any Android
Team Win Recovery Project:
Team Win Recovery Project is an open-source software custom recovery image for Android-based devices. It provides a touchscreen-enabled interface that allows users to install third-party firmware and back up the current system which are functions often unsupported by stock recovery images
How to install TWRP in any android
- make sure installing TWRP custom recovery your device bootloader is Unlock.
- Also, be sure to back up the device data before rooting.
- Install ADB and Fastboot driver in pc.
- To enable USB debugging, navigate to Settings > Developer Options > USB Debugging.
- 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
- Once your device boots into bootloader mode, type this into the command line
- fastboot flash recovery twrp.img
- once Twrp succesfully flash in your phone.
- type fastboot Reboot.
www.xda-developers.com
No comments:
Write comments