Lg q6 lg-m700a unlock bootloader

satellitea31

Member
Sep 16, 2017
20
5
0
how i unlock bootloader in this phone?
when i use adb and write command "adb reboot bootloader" the phone restart and no in fastboot mode, can i help me please
 

satellitea31

Member
Sep 16, 2017
20
5
0
Thank you forum the link but in LG q6 nothing of command in that post function, the phone don't start in recovery mode and fastboot command do not respond
 

RandomAJL

Senior Member
Jan 7, 2018
110
46
38
Hartlepool
optinium-apps.co.uk
developer.lge.com/resource/mobile/RetrieveBootloader.dev?categoryId=CTULRS0703

The following devices will support unlocking the bootloader:

• LG V30: H930 and H930G for the European market

• LG G6: US997.USA for the U.S. open market

• LG G6: H870 for the European market

• LG V20: US996.USA for the U.S. open market

• LG V10: H960A for the European market and Android M (Except France)

• LG G5 SE: H840 for the European market

• LG G5: RS988.USA for the U.S. open market

• LG G5: H850 for the European market

• LG G4: H815 for the European market

Unlocking the Bootloader will only be supported on selected devices.
 

zetaborg76

New member
Sep 15, 2014
1
0
0
did you try to select unlock oem button trough developer option?

how i unlock bootloader in this phone?
when i use adb and write command "adb reboot bootloader" the phone restart and no in fastboot mode, can i help me please
After unlock developer menu I have seen this button showing the select OEM unlock option. Maybe could help
 

Fabiompereira

Member
Jun 7, 2017
8
2
0
Morro Agudo
The first thing is in your LG Q6 go in "Settings> On the Phone" and click 7 times on the "System Version" until the message that you enabled the developer mode appears.

Go back to the initial settings screen and look for "Developer mode", click on it and look for the "Enable USB debugging and OEM unlock." Option, enabling it.

Connect the device to your computer, open the terminal of your Linux distribution and enter the following commands:

adb devices

If everything is correct, you will be informed a code (id) in your terminal, in this case, just proceed with the commands below. If you stay in the "Waiting Device" message, disconnect your device from the USB port and try again, be sure to check if the previously informed step has been taken care of.

adb reboot bootloader
fastboot oem device-id

Copy the code that will be generated, access the LG page and paste the code that was generated in the terminal, as indicated by the LG website, along with the IMEI of your phone. The site will provide you with a "Unlock.bin" to download, download on your machine, the directory where the file is, right click and choose "Open terminal here" and on the terminal run the following command:

fastboot flash unlock unlock.bin

Once you've done that, you just have to restart your device with the command:

fastboot reboot

Ready! Your LG Q6 has the unlocked bootloader!
 

masoudeslami4155

New member
Mar 20, 2018
4
0
0
Bakharz-khorasanR
Download Mod in LG q6 M700

how i unlock bootloader in this phone?
when i use adb and write command "adb reboot bootloader" the phone restart and no in fastboot mode, can i help me please
I have this phone. For go to bootloader you must turn off your phone and connect USB cable and hold volume+ key both. It is download mod.?
For root I try kingroot,vroot,LGoneClickRoot bot not have any result?
 

Dcopz

New member
Jul 17, 2018
1
0
0
try this you can get it i am sure.

Have you tried this yourself?
Do you know that as of today you can't unlock the Q6 model?
Why would you post this nonsense?
It will get

---------- Post added at 06:16 PM ---------- Previous post was at 06:12 PM ----------

It will get
I can't insert the link sorry
Site is blocking me to post

---------- Post added at 06:31 PM ---------- Previous post was at 06:16 PM ----------

It will get

---------- Post added at 06:16 PM ---------- Previous post was at 06:12 PM ----------



I can't insert the link sorry
Site is blocking me to post

How to Unlock the Bootloader

Take the following steps to unlock the bootloader on your phone and to download Customized kernel and android binary:



1. Click Starting Unlocking the Bootloader at the bottom of this page to start the bootloader unlock process. If you are not logged into your account, we ask that you log in.


2. Legal Terms will be displayed on your screen. After reading the terms, if you would like to continue to unlock the Bootloader, then click I Accept.



3. Your name and email address will be displayed. Check your name and email address. If you want to change your email address, click Change. You must verify your new email address after changing it.



4. Enter the first 15 digits of your phone’s IMEI number. You can view the IMEI number by entering *#06# on your phone or selecting the Settings > About phone > Status > IMEI menu.



5. Download and install the latest Android SDK (adb.exe, AdbWinApi.dll, fastboot.exe) from developer.android.com.



6. Create a new folder (for example: C:\tools) and copy the following three files to the new folder:



• Adb.exe

• AdbWinApi.dll

• Fastboot.exe



You can find these three files from: sdk\platform-tools



7. Enable USB-Debugging on your phone. USB-Debugging is required for the commands “adb” and “fastboot” to work. To enable USB-Debugging, go to Settings > About phone > Software info and tap Build number 7 times. Return to the previous screen, select Developer options and enable USB-Debugging.



8. Enable OEM unlock on your phone. Activating the "Enable OEM unlock" is necessary for the bootloader unlock. To enable OEM unlock, go to Settings > Developer options and check Enable OEM unlock.



9. Enter your phone’s unique Device ID. You can view the Device ID by connecting your phone to the PC using a USB cable and entering "adb reboot bootloader" in DOS command window of the folder you created in previous step (for example: C:\tools). Your phone will reboot into the fastboot mode. Enter "fastboot oem device-id" in DOS command window.



10. This fastboot command will return a character string. This is the Device ID which is needed to generate your unique unlock key.







Example Device ID (PC User)$ fastboot oem device-id
(bootloader)-----------------------------------------------------------------
(bootloader) Device-ID
(bootloader) CD58B679A38D6B613ED518F37A05E013
(bootloader) F93190BD558261DBBC5584E8EF8789B1
(bootloader)-----------------------------------------------------------------






To generate your unlock key, you will need to paste together the 2 lines of output into one continuous string without "(bootloader)" or white spaces. In the example above, the Device ID would be:



CD58B679A38D6B613ED518F37A05E013F93190BD558261DBBC5584E8EF8789B1




11. Click Confirm. If your IMEI number and Device ID are valid, the bootloader unlock key will be sent to your email.



12. Download bootloader unlock key to PC.



13. Connect your phone to PC using USB cable and enter "adb reboot bootloader" in DOS command window. Your phone will reboot into the fastboot mode.



14. Go to the directory where you downloaded your bootloader unlock key.



15. Enter "fastboot flash unlock unlock.bin" in DOS command window.

“unlock.bin” is the bootloader unlock key you received in the email.



Reboot your phone by entering “fastboot reboot” in DOS command window.



16. Connect your phone to a PC using a USB cable and enter "adb reboot bootloader" in DOS command window. Your phone will reboot into the fastboot mode.

You can check if the device is successfully unlocked by entering "fastboot getvar unlocked" and verifying that the response is "unlocked: yes"



You can now download a custom android binary.


1. Run the desired fastboot command.
*Quick Guide
i. flash : fastboot flash
Ex) fastboot flash boot boot.img
ii. erase : fastboot erase
Ex) fastboot erase boot
iii. reboot : fastboot reboot OR fastboot reboot-bootloader



2. Exit fastboot mode and reboot.
i. Press the Power button for 10 seconds to turn off the device.
ii. Use 'fastboot reboot' command if the fastboot prompt is available.

Ok
The link for getting the unlock.bin file will sent below

---------- Post added at 06:39 PM ---------- Previous post was at 06:31 PM ----------

Ok