The stock recovery of LG Aristo only helps in doing a Factory Reset. It does nothing else. When we replace it with a custom recovery i.e TWRP we get to do a hell lot more. Thanks to messi2050@ androidforums for making this twrp file for LG Aristo.
The 3 major uses of TWRP are –
- Rooting – In case of LG Aristo, we can root the device by flashing Superuser or Magisk via TWRP.
- Flashing a Custom ROM – There is no custom ROM for LG Aristo as of now but we may get it in the near future.
- Creating a Nandroid backup – The most useful feature of TWRP is Nandroid backup. It is a complete backup of the system including apps, text, contacts, email etc. In short, it restores the phone back to the exact same state as before. If you mess with your phone it’ll come in handy.
The bootloader of your LG Aristo must be unlocked before flashing TWRP. If you’ve unlocked the bootloader lets proceed with the process –
How to Install TWRP in LG Aristo MetroPCS MS210 & T Mobile M210 –
If you’ve unlocked the Aristo bootloader, then “Minimal ADB and Fastboot” must be installed on your computer.
Run it and type adb devices as shown above.
Now we’ve to reboot the phone in Fasboot mode. To do this type adb reboot bootloader and hit Enter
Next step is to download the twrp image file. We’ve to place the downloaded file in “Minimal ADB and Fastboot” folder.
You can download the file from the below link.
Extract the downloaded zip file. It contains “recovery.img” file. Copy this file
Now click on C drive of your computer as shown above.
Look for “Program Files” and click on it as shown above.
In program files folder, locate “Minimal ADB and Fastboot” and double click to open it.
“Right Click” and paste the “recovery.img” file in this folder.
Now we’re ready to flash the recovery image
Type fastboot flash recovery recovery.img as shown above, and Hit Enter
There are few more steps left for successful TWRP installation. Move on to Next Page –