I want to unlock the bootloader on my Sony Xperia X Compact.
I have typed *#*#7378423#*#* in the phone app and made sure that the unlock is allowed. I am able to boot into the bootloader by sending "adb reboot bootloader" to the phone. Then I get stuck. The phone lights blue to indicate the bootloader is loaded but when I send "fastboot devices" nothing happens. If I send the unlock "fastboot -i 0x0fce oem unlock 0x80EA1B94BF06DC54" it says waiting for device and nothing happens.
Any suggestion what to do? Thanks in advance.
Related
I unlocked the bootloader on my xperia active according to the sony ericsson tutorial and confirmed that it worked. it says bootloader unlocked yes in the service menu.
But now fastboot does not see my phone, neither in windows nor linux, so i cant continue.
The phone is connected and the led is blue.
fastboot devices returns nothing and fastboot flash boot boot.img is waiting forever.
what the f can i do now please?
Hi
Is it possiable to lock the bootloader after flashing android wear 5
or at least to remove the Bootloader Unlocked warning?
Thanks,
Dor
Yes. You can relock it.
1. Enable ADB Dubugging on the Watch
2. Type "adb reboot bootloader"
3. Once it boots to the bootloader, type "fastboot oem lock"
4. The device will restart and it should be locked
Hey there! I'm currently going through the process of unlocking the bootloader on an old Desire 610 I had lying around, and was stuck following the HTCDev website instructions. It tells me to execute the command "fastboot oem get_identifier_token" but it won't go through, even though the phone is in the fastboot menu, connected via USB and displays "FASTBOOT USB" on the screen. Can anyone help?
ShinyMagikarp99 said:
Hey there! I'm currently going through the process of unlocking the bootloader on an old Desire 610 I had lying around, and was stuck following the HTCDev website instructions. It tells me to execute the command "fastboot oem get_identifier_token" but it won't go through, even though the phone is in the fastboot menu, connected via USB and displays "FASTBOOT USB" on the screen. Can anyone help?
Click to expand...
Click to collapse
Not sure this is your issue but with Mac you need to start all commands with ./
hi i have a galaxy note 2 n7100 and i have flashed twrp and rooted the device without messing with the bootloader at all,now i am thinking to flash a rom but i do not know my bootloader is unlocked or not,i have tried the adb fastboot oem device-info and didnt work because i couldnt get into fastboot/bootloader,i cant try the power and volume down combo bc my volume down key is stuck,any one can help
open cmd on your pc type "adb reboot bootloader"
then to check if bootloader unlocked type "fastboot getvar all"
then to exit from fastboot type "fastboot reboot"
ok so i for the life of me cannot figure out what im doing wrong when attempting to unlock bootloader. I have my unlock_code.bin from oneplus, i have my usb debugging and OEM unlock enabled. I adb reboot bootloader, fastboot flash cust-unlock unlock_code.bin and everything seems to work fine. when i fastboot oem unlock though i get FAILED (remote:unknown command) what am i doing wrong? please help me.
I forgot to add my phones info
Nevermind yalll I figured it out. I switched to a linux box and used up to date adb and fastboot after fastboot flash cust-unlock unlock_code.bin the next command was fastboot flashing unlock NOT fastoott oem unlock.
I had a hell of a time figuring out how to unlock bootloader on this phone. Hope this helps someone else out there.