[GUIDE] Root H815 v20e without installing TWRP

mickrick

Senior Member
Sep 15, 2012
364
53
58
I've been trying for the last couple of days to root my MM G4 H815 v20e but all the guides I've tried to follow have either wanted TWRP installed before rooting, or root being required before installing TWRP. No matter which TWRP I tried, none would install. Yeah, the install would succeed ok, but when I tried rebooting into recovery all I got was the dead robot. Then I came across a method for running TWRP as a boot img and installing root from there. And it worked 100%, first time. So I'm putting this method on here so anyone else having the same problems as I had, can root their phone.

This is non-destructive but, as usual, I take no responsibility for you wandering from the path and breaking something. You will need an unlocked bootloader, instructions here, and your warranty will most definitely be invalidated after this. The original instructions were in Turkish, so many thanks to the original poster, and to Google Translate for at least making it understandable.

So I take it we're all sure what we're doing with adb, fastboot etc? This is serious stuff so if you don't think you're up to it, don't try it until you are. I'm just posting the method for rooting, the other stuff can be easily found. Plus it helps you understand the system of searching.

So when you're ready, connect your phone to your pc by USB cable, ensure USB Debugging is enabled, and off we go:

Step 1 - Visit https://dl.twrp.me/h815/ and download twrp-3.0.2-0-h815.img to your sdk/platform-tools folder. Rename it to "twrp.img". Copy this file to either the root of your internal memory or external sd card.

Step 2 - download SU zip from here https://download.chainfire.eu/921/SuperSU/UPDATE-SuperSU-v2.65-20151226141550.zip and rename it to "su.zip". Copy it to either the root of your phone's internal memory or sd card

Step 3 - switch to your sdk/platform-tools folder, shift and right-click on a white space and select "Open command window here"

Step 4 - type "adb reboot bootloader" [ENTER] then type "fastboot boot twrp.img" [ENTER]

TWRP will now run in memory

Step 5 - As TWRP isn't actually installed, you'll need to swipe the switch at the bottom to allow it to modify your phone

Step 6 - Tap Install and select su.zip. Select "Zip signature verification".

Step 7 - Swipe the switch at the bottom to flash the zip.

Step 8 - It would be a good idea at this point to also flash the TWRP. go back to the install screen. As it is an img file and not a zip you want to flash, tap the "Install Image" button at the bottom right, choose the twrp.img file you copied to the phone, and swipe to flash.

When complete, tap the Reboot button, choose Recovery and your phone should now boot into TWRP. Now choose to reboot to System and allow your phone to restart (it may take a while longer than normal and may reboot , mine did once).

And that's your phone rooted. Install Root Checker from the Play Store and run it to confirm your phone has been rooted.
 
Last edited:

kOut275_

New member
Apr 14, 2016
1
1
0
U rock man!!!

100% working!!!! i've been looking for this for so long and all tutorials were complicated and hard to follow and you came with this simple tutotial xD i have the same lg g4 h815 20e. You are the real MVP!!!:highfive::cowboy:
 
  • Like
Reactions: scandiun

dontpannic

Senior Member
May 14, 2008
530
366
0
32
South East London
But why? Why wouldn't you just install TWRP seeing as you've unlocked the bootloader, might as well make your life easier in the long run...

adb reboot bootloader
fastboot boot twrp.img
copy twrp.img to internal storage
in twrp -> install -> images -> twrp.img -> select recovery and swipe to install

Can't install TWRP via fastboot (fastboot flash recovery twrp.img doesn't work properly, have to flash the twrp.img inside TWRP itself).
 
Last edited:

bender_007

Senior Member
Dec 6, 2010
5,073
3,453
253
Osijek
But why? Why wouldn't you just install TWRP seeing as you've unlocked the bootloader, might as well make your life easier in the long run...

adb reboot bootloader
fastboot boot twrp.img
copy twrp.img to internal storage
in twrp -> install -> images -> twrp.img -> select recovery and swipe to install

Can't install TWRP via fastboot (fastboot flash recovery twrp.img doesn't work properly, have to flash the twrp.img inside TWRP itself).
Exactly, makes no sense

Sent from my LG-H815 using Tapatalk
 

snail22

New member
Jun 10, 2012
3
0
0
Rehovot
Will it work on LG G4 H815 V10d ? anyone tried it ? I hate it not having root, thats the first phone i have so many problems rooting it... :(
already unlocked my bootloader...
thanks...
 

bender_007

Senior Member
Dec 6, 2010
5,073
3,453
253
Osijek
Will it work on LG G4 H815 V10d ? anyone tried it ? I hate it not having root, thats the first phone i have so many problems rooting it... :(
already unlocked my bootloader...
thanks...
Since you have unlocked bootloader anything will work


you can simply boot the twrp (like the op shows) and flash supersu

or rather -> copy twrp img to the internal, boot twrp (look op) and flash the twrp img (tap first the zip/img checkbox) --it will ask where to flash -> select recovery, don´t tap boot...

Then you might also flash the supersu

and now you have twrp and root
 

snail22

New member
Jun 10, 2012
3
0
0
Rehovot
or rather -> copy twrp img to the internal, boot twrp (look op) and flash the twrp img (tap first the zip/img checkbox) --it will ask where to flash -> select recovery, don´t tap boot...

Then you might also flash the supersu

and now you have twrp and root
Great, This looks like what I want, will try in the evening, if this work, I will be able to use TASKER AGAIN !! hooray :laugh:
 

toybxb

Senior Member
Dec 20, 2009
452
115
0
Baixa da Banheira
The problem with the boot loop is only in the devices that are bootloader unlocked ? My H815 (506) is locked...and i was thinking at unlock the bootloader, but, i am "afraid" of the boot loop.
 

ronma1

Senior Member
Oct 9, 2011
68
8
0
Hey,
I have H815 6.0 with locked bootloader v20e
will this work for me? or i have to unlock the bootloader first? i just want root
 

xyster13

Member
Jun 17, 2012
37
5
0
Klaipėda
After typing "adb reboot bootloader" phone restarts to bootloader. And thats it. Typing "fastboot boot twrp.img" does nothing but writes <...> is not recognized as and internal or external command, operable program or batch file. Whats going on? Also if i type adb devices there is empty list of devices attached
 

dontpannic

Senior Member
May 14, 2008
530
366
0
32
South East London
After typing "adb reboot bootloader" phone restarts to bootloader. And thats it. Typing "fastboot boot twrp.img" does nothing but writes <...> is not recognized as and internal or external command, operable program or batch file. Whats going on? Also if i type adb devices there is empty list of devices attached
You don't have fastboot installed, or you're typing the command wrong.

c:> adb reboot bootloader
c:> fastboot boot twrp.img
 
  • Like
Reactions: terrorizer84

scandiun

Senior Member
Jul 12, 2010
1,860
958
143
What happens if I want to go back to stock, will the device remain as it was before rooting and will receive OTAs and allow device encryption and all?