Monday, February 4, 2019

// //

How To Install TWRP Recovery 3.2.3-0 on LG G2 (d802) - Easy Tutorial

AD SPACE
An easy guide to install latest TWRP recovery on LG G2 (d802) international variant, is now available at ShizHub. Having custom recovery helps you to root LG G2 (d802) 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.2.3-0) on LG G2 (d802).

Related Reading:


How To Install TWRP Recovery On LG G2 (d802)


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 G2 (d802). [Tutorial]

How To Install TWRP Recovery 3.2.3-0 on LG G2 (d802)

  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-d802.img /sdcard/twrp-d802.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-d802.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
Tip: To boot into recovery first turn off your LG G2 (d802) and then press and hold Volume Down and Power button together. When the LG logo appears, release both buttons and then hold them again.

Related: LG G2 (d802) Android 8.1.0 Oreo Update Available via crDroid v4.7 - Easy Guide

That’s it! You now have an LG G2 (d802) with latest supported TWRP Recovery installed.

0 comments:

Post a Comment