• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Unlocking Bootloaer Error

When i tried to unlock bootloader token on my htc desire 816g dual sim it just showed waiting for any other devices.When I type adb devices on command it shows some device connected but when I type fastboot oem get_identifier_token it jst shows waiting for any other devices
 
What about "fastboot devices". If that doesn't respond quickly with the device serial number then I suggest updating your fastboot drivers. I am assuming that the device is in fastboot mode, of course.

I always use that command to test the fastboot connection before using any more serious fastboot commands.
 
Yeah, adb is not used for unlocking your bootloader--that's what the fastboot utility is for.

adb is and can be used when normal Android is booted-up or you have a custom recovery installed (or when your sideloading an OTA from the stock recovery).

Put your device in fastboot/bootloader mode by powering it down, then press the power and volume-down buttons at the same time to boot into fastboot/bootloader mode).

(courtesy of this thread: http://forum.xda-developers.com/desire-816/help/fastboot-mode-t2804137)

Cheers!
 
Back
Top Bottom