Monday, December 24, 2018

// //

Install TWRP Recovery 3.2.1-0 on LG G3 Beat - Easy Tutorial

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

Related Reading:


How To Install TWRP Recovery On LG G3 Beat


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 G3 Beat. [Tutorial]

How To Install TWRP Recovery 3.2.1-0 on LG G3 Beat

  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-jagnm.img /sdcard/twrp-jagnm.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-jagnm.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
Tip: To boot into recovery first turn off your LG G3 Beat and then press and hold Volume Down and Power button together.

That’s it! You now have an unlocked LG G3 Beat with latest supported TWRP Recovery installed.

0 comments:

Post a Comment