So i have this phone (made in India it seems), i'm trying to unlock bootloader following official instructions on LG site.
Phone successfully goes into fastboot mode with clear instructions on phone screen how to get device-id and unlock bootloader.
But for some unknown reason, phone rejects all fastboot commands, like so:
Is there something i'm missing?
I'm enabled both USB Debugging and OEM Unlock in developer options on the phone itself.
Phone successfully goes into fastboot mode with clear instructions on phone screen how to get device-id and unlock bootloader.
But for some unknown reason, phone rejects all fastboot commands, like so:
Code:
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem device-id
...
FAILED (remote: unknown command)
finished. total time: 0.002s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem device-info
...
FAILED (remote: unknown command)
finished. total time: 0.002s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem unlock
...
FAILED (remote: unknown command)
finished. total time: 0.002s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot getvar unlocked
getvar:unlocked FAILED (remote: GetVar Variable Not found)
finished. total time: 0.003s
I'm enabled both USB Debugging and OEM Unlock in developer options on the phone itself.