How to Officially Unlock LG G4 Bootloader [H815]

Official Unlock LG G4 BootloaderUnlocking bootloader for LG devices wasn’t that easy process for many users, but with the latest flagship LG G4, LG has released its own official bootloader unlock tools which is a nice touch from LG for some of its models. This tool will allow you to unlock LG G4 bootloader easily.

Unlocked bootloader gives you the green light to have more access to your LG’s hardware/software, with an open bootloader you can install custom stuff to your device like root, custom ROM, recovery, kernel, and more.
For now LG bootloader tool is only available for the international G4 (H815) the EU open market model, and the company will add more devices with unlockable bootloaders in the future.

This will be a step by step guide on how to officially unlock LG G4 bootlader.
Please note: Unlocking LG G4 bootloader will void your device’s warranty and wipe all your data. If you will follow our guide do it on your own responsibility.

Requirements:

Steps:

    1. Note your phone’s IMEI number somewhere (the first 15 digits). To get the IMEI number go to Settings > About phone > Status or dial *#06#.
    2. Enable USB debugging on your phone. To enable USB debugging go to Settings > About phone > Software info, tap Build number 7 times until you see “You are now a developer”, Return to Settings screen, Tap Developer options, then enable USB debugging.
    3. Enable OEM unlock on your device. To enable OEM unlock, go to Settings > Developer options then turn on Enable OEM unlock.
    4. Go LG Developer page, then log in to your account, if you don’t have an account please register for a new account as “LG Developer Member”.
      Login Rigister LG Developer Account
    5. Scroll down to the bottom of LG Developer page then click Starting Unlocking the Bootloader.
      Starting Unlocking the Bootloader
    6. Make sure you LG driver installed on your computer.
    7. Connect your device to the PC via USB cable.
    8. Go to fastboot and adb folder then open a command window. To open command window hold Shift key + right click on an empty area, then click Open new command window here.
    9. Type the following command (make sure your device’s screen is unlocked, tap OK once you see “allow USB debugging”):
      adb reboot-bootloader
      reboot-bootloaderIf you have trouble connecting the adb server change connection protocol from MTP to PTP.
    10. Once your device reboot into fastboot mode, type the following command:
      fastboot oem device-id
      fastboot oem device-id
    11. The previous command will print your device’s ID.
      Device-ID
    12. Right click on command window, select Mark, highlight your device’s ID (only the code without “Device-ID”, “bootloader”), then hit Enter key to copy the highlighted code.
    13. Paste your device ID (the 2 lines) into a notepad file. Your device’s ID need to be in ONE line (not 2 lines without spaces) and it must be looking like this:
      CD58B679A38D6B6139A518F37A05E013F93190BD558261DBBC554E8EF88789B1
      .
    14. Back to your browser, choose your phone’s model, paste your device’s IMEI (step 1) into IMEI or MEID field, paste your device’s ID (step 13) into Device ID field, then click Confirm.
      LG G4 Device Information
    15. If your IMEI number and Device ID are valid, LG will send you the unlock key to your email on an attached file named “unlock.bin”.
    16. Download the attached file “unlock.bin” to your PC, copy that file to adb directory.
    17. Type the following cmd into command window:
      fastboot reboot-bootloader
      fastboot reboot-bootloader
    18. To unlock LG G4 bootloader type (Make sure you back up your data, the following command will wipe your data):
      fastboot flash unlock unlock.bin
      fastboot flash unlock unlock.bin

Now your phone has an unlocked bootloader

How to check the bootloader lock status:

    • Reboot your device into fastboot mode
    • Connect it to PC via USB cord.
    • Type the following cmd in command window:
      fastboot getvar unlocked
    • If you have unlocked bootloader the response will be unlocked: yes.fastboot getvar unlocked

Now you are done with the bootloader. Its the time of flashing custom kernel, recovery (TWRP/CWM), root, or custom ROM.

Check Also

[Guide] How to UnLock HTC One M8 BootLoader

Unlocking bootloader for some android devices is important for rooting and install custom files like …

Leave a Reply

Your email address will not be published. Required fields are marked *