Hy guys, I worked with my LG X Power for a few days and I want to share what I found.
Note1: My device is the K220, so the procedure could be different or may not work.
Note2: If you follow this part you will lose all your data and the warranty, so.
You have to install ADB,Fastboot and appropriate drivers. After that follow the instructions:
1- Enable the "Developer options" menu on your phone: navigate to Settings -> About phone -> Software info, then tap the Build number entry seven times
2- Go to Settings -> Developer options, then turn on the "OEM unlocking" option and "USB debugging"
3- Open CMD from the start menu and type adb start-server. Now on your phone will pop up a windows that ask you if you want to allow USB debugging -> tick on “always allow from this computer” and click “ok”
4- Type the following command on cmd:
5- Now on the phone you should see a message confirming if you'd like to unlock your bootloader, press power up button to confirm
6- If you can’t unlock the device with the command of point (4), but I reccomend to do in any case, you could type:
7- When completed, to check if you are done type “fastboot getvar all” and at the line bootloader unlocked it should be “yes”.
8- Reboot the devide with “fastboot reboot” or long press power button + volume down
9- When boot up it should tell you that an hard reset have to be performed -> do it
10- Join your unlocked bootloader!
Note1: My device is the K220, so the procedure could be different or may not work.
Note2: If you follow this part you will lose all your data and the warranty, so.
You have to install ADB,Fastboot and appropriate drivers. After that follow the instructions:
1- Enable the "Developer options" menu on your phone: navigate to Settings -> About phone -> Software info, then tap the Build number entry seven times
2- Go to Settings -> Developer options, then turn on the "OEM unlocking" option and "USB debugging"
3- Open CMD from the start menu and type adb start-server. Now on your phone will pop up a windows that ask you if you want to allow USB debugging -> tick on “always allow from this computer” and click “ok”
4- Type the following command on cmd:
Code:
adb reboot bootloader
fastboot oem unlock
6- If you can’t unlock the device with the command of point (4), but I reccomend to do in any case, you could type:
Code:
fastboot flashing unlock_critical
8- Reboot the devide with “fastboot reboot” or long press power button + volume down
9- When boot up it should tell you that an hard reset have to be performed -> do it
10- Join your unlocked bootloader!