There are two ways to install TWRP recovery on LG G3 device. The easiest one is using Flashify app, and the harder one requires minimal knowledge in using ADB driver commands. Even if you don’t know how to use them, just carefully follow our tutorial and you’ll make it.
Prerequisites:
• LG G3 must be Rooted. This tutorial shows how to get Root.
• In case of using second tutorial, ADB drivers must be installed.
• USB Debugging must be enabled on the device. To enable it go to Settings/About phone and keep taping on Build number until you see Developer mode has been turned on. After that go to Settings/Developer Options then check USB Debugging.
Using Flashify app:
- Download TWRP 2.8.0.0 recovery.img depending on your LG G3 model.
- Place recovery file in to device internal storage (not microSD card).
- Download and install Flashify app.
- Open Flashify and tap on Recovery image, then Choose a file.
- Locate TWRP 2.8.0.0 recovery.img file which was downloaded in step 1 and tap on it.
- Select Normal Android Way.
- After flashing is complete, tap on Reboot now.
- Device will reboot.
Now you have TWRP recovery installed on your LG G3.
To get in to recovery: Turn off the device, push and hold Power + Volume down buttons at the same time. When LG logo show up, keep holding Volume down button and repeatedly press Power button until TWRP logo appear on the screen.
Or you can use Quick Boot app to boot in to recovery without using buttons combination.
Using ADB driver commands:
- Download TWRP 2.8.0.0 recovery.img depending on your LG G3 model.
- Place recovery file in to device internal storage (not microSD card).
- Connect LG G3 to PC via USB cable and select MTP mode.
- Open a command prompt window on your computer, and run these commands one at a time (you will get an “out of space” error on the zero part, ignore it).
adb shell |
su |
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/recovery |
dd if =/sdcard/twrp-2.8.0.0_d855-signed.img |
On the last line edit d855 or leave it depending on your phone’s model, make sure it matches the file you downloaded. Capitalization matters.
CMD window should look like this:
5. Type reboot recovery and hit enter to reboot your device in to TWRP recovery. Type reboot to simply reboot LG G3.
That’s it! Now you have TWRP installed on LG G3.
Unable to boot into Recovery , red+blue led flash …
is there a uuid mismatch into the bootloader ? need i to flash a new boot.img too ?
What kind of error you get during recovery flash?
There seems to be error in the instructions because it’s written only
dd if=/sdcard/twrp-2.8.0.0_d855-signed.img
without of
I did try with of, like the image below, but still I have error:
booot certification verification
Hello Krasen,
Instruction works fine. You should use “of” as given, but seems verification error occurs. Can you give us more details about it?
Useless instructions.
First, if I understand correctly flashify was supposed to modify same file as adb command. It failes miserably at that, as shows WRONG path. Second of all
Tried manual settings, recovery still fails.
Asks to reset device, which I do and NOTHING happens. I wonder if its my phone.
Hello Dmitri,
In which current step you get “wrong path” notification?
We successfully installed TWRP on three LG G3 devices.
su: not found // error message
hot to solve this error
Hello Rohit,
Which current step you got stuck on?
You need to have your phone “rooted”.