hello! guys if you like the post or have any queries, kindly comment below the post and do share the post with others. (Thanks for reading.)
2. Install adb and fastboot drivers.
How
to install TWRP recovery on any android device | with/without PC
How to install TWRP recovery on any android device | with/without PC
An essential tool for anybody that loves to modify their Android device is a good custom recovery. TWRP has been around since the invention of the wheel back in 1996 and has been providing modders with all kinds of great tools. If you’re wondering how to get TWRP on your device this guide should help you with that. I’ll also go over all of the basic functions of the recovery and what they can be used for.
For installing TWRP recovery with PC follow the
steps below:
1. Let’s start by downloading TWRP for your device. You can find a list of devices that are currently supported by following the link.
2. Install adb and fastboot drivers.
3. Download adb.zip file
4. Extract the files and paste the twrp.img in this folder
5. Enable developer option by tapping build number 7 times in Settings > About.
6. Enable your USB debugging, to enable go in Settings > Developer Options > USB Debugging.
7. Connect your device to PC
8. Then open a CMD window inside that adb folder. To do that, Shift + Right click on any empty white space inside the folder and then select Open command window here.
9. Type the following into the command window to boot your device into bootloader/fastboot mode:
adb reboot bootloader
10. Once your device boots into bootloader mode, type this into the command line.
fastboot flash recovery twrp.img(name of recovery.img)
11.Once TWRP is successfully flashed on your device, type this final command to reboot your device into TWRP.
fastboot boot twrp.img(name of recovery.img)
12. Done, TWRP recovery installed on your device!
How to install TWRP recovery without PC follow the steps below
Important: your device must be rooted.
1. Download TWRP image for your Android device form the link given below –
2. Save the TWRP image file on your andriod device
3. Now install Flashify app from playstore
4. Install & open flashify app and grant root access
5. Tap on recovery image and click on choose file
6. Now select TWRP recovery image where you downloaded
7. And click on yup! & done, enjoy!
TWRP Functions
NANDroid Backup
Perform full system backups to hold onto just in case you screw something up on your phone. It’s always a good idea to backup before you flash any kind of ROM.
Restoring an Existing Backup
If you flash a ROM that you don’t like, or you’re experiencing some kind of bug in your software, restore from a known good backup.
Flash ZIP Files
If you’re installing a mod, flashing Gapps, or flashing a ROM, you’ll need the ability to flash ZIP files through your recovery.
Factory Reset
Sometimes you get stuck and you’re not able to boot into the Android OS. When this happens, you can try to boot into TWRP and perform a factory reset.
Fix Permissions
When you’re flashing ROMs, sometimes your system can forget which permissions were granted to different apps. Fixing permissions will set everything back to the way you had them.
Now you should have TWRP and running with a good idea of the different tasks you can perform. Cool dude.







No comments:
Post a Comment