This method is now considered obsolete, Please checkout the EDL process as it is safer and easier to do
https://forum.xda-developers.com/lg-g7-thinq/how-to/howto-unlock-bootloader-root-g7s-t-mo-t4077105
In this guide we will be using the ULM firmware to do the needed unlocking so if you have any data you need to keep, then please backup any all data before starting.
Sprint users will be stuck on ULM and T-Mobile DO NOT TRY THIS!!
This instruction was made for testing and educational purposes. Use this instruction only at your own risk. Contributors or someone else are not responsible for bricked or broken devices.
First you will need to flash ULM firmware to proceed with the guide by using this link to flash the firmware:
After you have flashed ULM 11G rom check if you can still enter bootloader.
Easy way to check if doing the following command:
If you can then boot using the following boot image 710ULM11g_rootedboot.img with:
After that install magisk manager as the boot image is pre-rooted with Magisk.
Enable usb debugging in developer settings, also enable oem unlock in dev settings, and copy over file abl_a.img to internal storage
Now use adb shell to run the following command as SU:
(yes this is 2 different commands!! And they will fail if not run as SU)
Now reboot to bootloader by doing:
Now issue this fastboot command:
This will erase all data!
Thats it! You are now bootloader unlocked.
If you are on sprint you are stuck on ULM which is fine, but updating to ULM Pie will lose fastboot so stay on oreo for now!
Any other device other than G710PM can use lgup to flash back to there respective firmware, but as of now only EM/EMW/ULM current have root till others create a rooted firmware to flash to or twrp is created for the other firmwares.
Credits to: Lame Monster & Hạo Thiên
https://forum.xda-developers.com/lg-g7-thinq/how-to/howto-unlock-bootloader-root-g7s-t-mo-t4077105
In this guide we will be using the ULM firmware to do the needed unlocking so if you have any data you need to keep, then please backup any all data before starting.
Sprint users will be stuck on ULM and T-Mobile DO NOT TRY THIS!!
This instruction was made for testing and educational purposes. Use this instruction only at your own risk. Contributors or someone else are not responsible for bricked or broken devices.
First you will need to flash ULM firmware to proceed with the guide by using this link to flash the firmware:
Code:
Url to guide to flash firmware:
https://forum.xda-developers.com/lg-g7-thinq/how-to/cross-flash-oreo-pie-firmwares-lg-g7-g7-t3915303
Firmware needed:
https://lg-firmwares.com/downloads-file/17341/G710ULM11g_01_NAO_US_OP_1112.kdz
After you have flashed ULM 11G rom check if you can still enter bootloader.
Easy way to check if doing the following command:
Code:
adb reboot bootloader
If you can then boot using the following boot image 710ULM11g_rootedboot.img with:
Code:
Boot image download:
https://www.androidfilehost.com/?fid=1899786940962574205
Command to boot it:
fastboot boot 710ULM11g_rootedboot.img
After that install magisk manager as the boot image is pre-rooted with Magisk.
Enable usb debugging in developer settings, also enable oem unlock in dev settings, and copy over file abl_a.img to internal storage
Now use adb shell to run the following command as SU:
(yes this is 2 different commands!! And they will fail if not run as SU)
Code:
ABL_A image download:
https://www.androidfilehost.com/?fid=1899786940962574206
Commands to flash abl_a:
dd if=/sdcard/abl_a.img of=/dev/block/bootdevice/by-name/abl_a
dd if=/sdcard/abl_a.img of=/dev/block/bootdevice/by-name/abl_b
Now reboot to bootloader by doing:
Code:
adb reboot bootloader
Now issue this fastboot command:
This will erase all data!
Code:
fastboot oem unlock
Thats it! You are now bootloader unlocked.
If you are on sprint you are stuck on ULM which is fine, but updating to ULM Pie will lose fastboot so stay on oreo for now!
Any other device other than G710PM can use lgup to flash back to there respective firmware, but as of now only EM/EMW/ULM current have root till others create a rooted firmware to flash to or twrp is created for the other firmwares.
Credits to: Lame Monster & Hạo Thiên
Last edited: