Tuesday, December 25, 2018

// //

How To Install TWRP Recovery 3.1.1-0 on LG Optimus L90 - Easy Tutorial

AD SPACE
An easy guide to install latest TWRP recovery on LG Optimus L90, is now available at ShizHub. Having custom recovery helps you to root LG Optimus L90 with Magisk, install various custom ROM and many more advance task. Since TWRP recovery is a touch base recovery, the GUI interface is easy to use. Continue reading this article to learn how to install latest TWRP recovery (3.1.1-0) on LG Optimus L90.

Related Reading:


How To Install TWRP Recovery On LG Optimus L90


WARNING: Installing TWRP recovery will replace your system recovery. This guide is educational purpose only, try it at your own risk. We (ShizHub Team) are not responsible if anything happen to your device while following this tutorial.


Requirements:

  1. Make sure your computer has working adb and fastboot. Setup instructions can be found here.
  2. Enable USB Debugging on your device. [Tutorial]
  3. Proper USB driver is installed. [Download]
  4. A rooted LG Optimus L90. [Tutorial]

How To Install TWRP Recovery 3.1.1-0 on LG Optimus L90

  1. Download TWRP.
  2. Once done, connect your device to your PC using a USB cable.
  3. Now on your computer open a command prompt (on Windows) or terminal (on Linux or macOS) window. Then copy TWRP file to your phone SD Card using adb command: adb push twrp-x.x.x-x-w7.img /sdcard/twrp-w7.img [Note: Replace TWRP file name with your downloaded file name]
  4. Now enter adb shell with following command: adb shell .
  5. Finally, type following command one by one: 
Su
dd if=/sdcard/twrp-w7.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
Tip: To boot into recovery first turn off your LG Optimus L90 and then press and hold Volume Down and Power button together. When the LG logo appears, release both buttons and then hold them again.

That’s it! You now have an LG Optimus L90 with latest supported TWRP Recovery installed.

0 comments:

Post a Comment