H815 Open Europe 10E Rooted System Image

the_scotsman

Assistant Forum Admin / Moderator Committee
Staff member
Jan 30, 2006
30,927
23,965
253
NSW, Australia
Check if you're vulnerable to stagefright. If not, you're on the latest build, no matter what it says anywhere. Quite confusing version-naming by LG.
Yea, it's confusing. I keep having to repeat myself to people, to let them know that a higher letter doesn't necessarily mean better. There are different upgrade paths for different variants of the G4.

A good way to tell the latest update available for your G4 is to put your IMEI/ESN into this page and it'll show the versions available: http://devtester.ro/projects/lg-firmwares/
 

kpdeepu

Member
May 22, 2012
18
2
0
I am unrooted currently, and my software version shows V10d-EUR-XX under Settings - Software Info, but in the build.prop it shows V10e (factoryversion=LGH815AT-00-V10e-GLOBAL)
Can I use this "H815 Open Europe 10E Rooted System Image" to obtain root, or would it cause any problems? Will I lose exfat support?
Please advise, thanks.
 

imarcel99

Senior Member
Jan 27, 2012
548
112
0
Maribor
I am unrooted currently, and my software version shows V10d-EUR-XX under Settings - Software Info, but in the build.prop it shows V10e (factoryversion=LGH815AT-00-V10e-GLOBAL)
Can I use this "H815 Open Europe 10E Rooted System Image" to obtain root, or would it cause any problems? Will I lose exfat support?
Please advise, thanks.
I also want to know that
 

rogconnect

Senior Member
Dec 16, 2010
1,812
872
0
Sin City
I am unrooted currently, and my software version shows V10d-EUR-XX under Settings - Software Info, but in the build.prop it shows V10e (factoryversion=LGH815AT-00-V10e-GLOBAL)
Can I use this "H815 Open Europe 10E Rooted System Image" to obtain root, or would it cause any problems? Will I lose exfat support?
Please advise, thanks.
If its fixed the stagefright vulnerability then perhaps you should inject root yourself.

내 LG G4 H815 USA사용 tapatalk에서 전송
 

pre4speed

Senior Member
Apr 17, 2011
2,681
756
193
lancaster
Having a couple issues not sure if related to flashing this or my device itself. 1st is the sd card unmounts and remounts EVERY time ANY app tries to access it. After remounting, I can use the app as normal. The sd is formatted fat32. I have already backed everything up, reformatted (again fat32) and put it back. Issue is still present.
Next issue is the screen will flicker off after turning on about 50% of the time, but still acts as the screen is on as my LED stops blinking and I can swipe to unlock (I feel the vibrate) but it's a black screen. Most of the time, I have to battery pull (thank you LG for keeping THAT needed feature!) and it will work for a while and start acting up again. Anyone have any insight to these? Before I flashed this, I did not see these issues BUT I was only on stock rooted for a day or so before flashing this. tia
 

iostrym

Senior Member
Aug 11, 2011
57
2
28
hello,

thanks all, I did it with success. first v10e flash with LGUP in upgrade mode then follow this tuto. And now I'm in v10e rooted without loosing my data and everything work (sd card, etc..)
I removed sdcard during process...
 

mrctrkmn

Member
Nov 27, 2014
10
0
0
Thanks @S3V3N for providing the 10E Open Europe Firmware for the H815

And here is the rooted image that I bring to everyone :)

Likewise from the previous one I've done, here are the steps.

INSTRUCTIONS!
Quote:
instructions by TEAM_CodeFire modified by smaberg and modified again by me :)

1.) install all windows driver and adb, fastboot files, download and extract LG_Root for appropriate files http://d-h.st/uO8h

2.) Copy rootedsystem.img into the base of your internal storage.

3.) Enable ADB debugging on your device, Go to Settings > About Phone > Software Information and tap build number until you are presented with "You are now a developer"
Exit back to Settings main screen. In Developer Options enable USB Debugging (Some devices require enabling PTP for debugging to work)


4.) In the root of LG_Root folder start a command prompt, Inside of LG_Root folder hold shift and right click a blank space you should see "Open command window here"


5.) Well that was easy , let's continue (Now that we have the files on our device we want to put our device is download mode)
Power off your device
When the device is powered off, hold volume up and insert a USB cable connected to the PC
Wait for the drivers to install

6.) Let's find which COM port our device is connected to
Double click ports.bat (This will give us the COM port in which our device is connected we are looking for the Diag port)
Let's run Send_Command.exe (It couldn't connect? Make sure you COM port number is correct it varies)
Code:
Send_Command.exe \\.\COM3


7.) in command prompt Type "id" and press enter (no quotes).
You should get back some text starting with "uid=(0)root gid=(0)root". If not, press CTRL-C, and do step 9 again (the application sometimes doesn't respond on the first command).

8.) in command prompt type
dd if=/data/media/0/rootedsystem.img bs=8192 seek=55296 count=529920 of=/dev/block/mmcblk0

9.) After a few minutes of sitting, you should get back a "#" prompt. This indicates the process has finished.
Type "LEAVE" (no quotes) and press enter. Your phone should reboot. DONE!!!!!!!!!!!!!!!!!!!!!!!!!!!


Download link:
https://drive.google.com/file/d/0B00ljY4pVAY4WW9YLW5ZcmN0aEk/view?usp=sharing <- For Full Image, 4GB

https://drive.google.com/file/d/0B00ljY4pVAY4ZkREbjlwNWVCalk/view?usp=sharing <- 7zip compressed image, 1.2GB

Happy with it? Leave a like, or a small donation, it helps :D
hello friend. have uou got original system.img file? i have to unroot my device and i need a original system.img file
 

SaiLas

Member
Apr 11, 2011
40
21
8
Odessa
Thanks @S3V3N for providing the 10E Open Europe Firmware for the H815

And here is the rooted image that I bring to everyone :)

Likewise from the previous one I've done, here are the steps.

INSTRUCTIONS!
Quote:
instructions by TEAM_CodeFire modified by smaberg and modified again by me :)

1.) install all windows driver and adb, fastboot files, download and extract LG_Root for appropriate files http://d-h.st/uO8h

2.) Copy rootedsystem.img into the base of your internal storage.

3.) Enable ADB debugging on your device, Go to Settings > About Phone > Software Information and tap build number until you are presented with "You are now a developer"
Exit back to Settings main screen. In Developer Options enable USB Debugging (Some devices require enabling PTP for debugging to work)


4.) In the root of LG_Root folder start a command prompt, Inside of LG_Root folder hold shift and right click a blank space you should see "Open command window here"


5.) Well that was easy , let's continue (Now that we have the files on our device we want to put our device is download mode)
Power off your device
When the device is powered off, hold volume up and insert a USB cable connected to the PC
Wait for the drivers to install

6.) Let's find which COM port our device is connected to
Double click ports.bat (This will give us the COM port in which our device is connected we are looking for the Diag port)
Let's run Send_Command.exe (It couldn't connect? Make sure you COM port number is correct it varies)
Code:
Send_Command.exe \\.\COM3


7.) in command prompt Type "id" and press enter (no quotes).
You should get back some text starting with "uid=(0)root gid=(0)root". If not, press CTRL-C, and do step 9 again (the application sometimes doesn't respond on the first command).

8.) in command prompt type
dd if=/data/media/0/rootedsystem.img bs=8192 seek=55296 count=529920 of=/dev/block/mmcblk0

9.) After a few minutes of sitting, you should get back a "#" prompt. This indicates the process has finished.
Type "LEAVE" (no quotes) and press enter. Your phone should reboot. DONE!!!!!!!!!!!!!!!!!!!!!!!!!!!


Download link:
https://drive.google.com/file/d/0B00ljY4pVAY4WW9YLW5ZcmN0aEk/view?usp=sharing <- For Full Image, 4GB

https://drive.google.com/file/d/0B00ljY4pVAY4ZkREbjlwNWVCalk/view?usp=sharing <- 7zip compressed image, 1.2GB

Happy with it? Leave a like, or a small donation, it helps :D
Links is dead, please anyone re-upload again, very need it :crying: