Hello, I have been trying to unlock the bootloader on my Z2 for a couple of hours now with no luck. I am stuck. This is what I get when I input my unlock code.
C:\fastboot>fastboot.exe -i 0x0fce oem unlock 0xMYKEYGOTFROMSONY
...
FAILED (remote: Command did not succeed)
finished. total time: 0.021sWhat could be wrong? Is there anyway to get more debug information to see why it's failing?
I have verified that ADB is turned on, plus the pc reads the phone when I use fastboot, I even tried using flashtool and get stuck in the same place, with the same error. any suggestions?
Have you checked if you got unlockable bootloader?
Sent from my D6503 using XDA Premium 4 mobile app
Yeah. It's a go there
Sent from my D6503 using Tapatalk
Anyone? Btw does unknown sources have to be checked before this or no?
Sent from my D6503 using Tapatalk
Try turning on USB debugging in Developer options in Settings and see.
Already did that, all my fastboot, adb commands work, which is why im at a lost here. seriously pissed off lol, watch it be something simple
Fidelio_o said:
Hello, I have been trying to unlock the bootloader on my Z2 for a couple of hours now with no luck. I am stuck. This is what I get when I input my unlock code.
C:\fastboot>fastboot.exe -i 0x0fce oem unlock 0xMYKEYGOTFROMSONY
...
FAILED (remote: Command did not succeed)
finished. total time: 0.021sWhat could be wrong? Is there anyway to get more debug information to see why it's failing?
I have verified that ADB is turned on, plus the pc reads the phone when I use fastboot, I even tried using flashtool and get stuck in the same place, with the same error. any suggestions?
Click to expand...
Click to collapse
You have wrong unlocking code. Check carefully the codes(it's case sensitive so follow it how it is written), check if your phone is allowed to unlock bootloader (*#*#7378423#*#*) if not, then there is no way
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my D6503 using Tapatalk
harrymason37 said:
You have wrong unlocking code. Check carefully the codes(it's case sensitive so follow it how it is written), check if your phone is allowed to unlock bootloader (*#*#7378423#*#*) if not, then there is no way
Click to expand...
Click to collapse
Bootloader unlock is allowed. This is driving me mad. Even tried a different laptop. Manually typed the code.....adb, fastboot, commands all work
Sent from my D6503 using Tapatalk
Fidelio_o said:
Bootloader unlock is allowed. This is driving me mad. Even tried a different laptop. Manually typed the code.....adb, fastboot, commands all work
Sent from my D6503 using Tapatalk
Click to expand...
Click to collapse
Just to clarify... You are actually typing in your key when typing in the command?
Like, replacing the "MYKEYGOTFROMSONY" part of "C:\fastboot>fastboot.exe -i 0x0fce oem unlock 0xMYKEYGOTFROMSONY" with your key?
Also ensure you are not mixing 0 with O. There are diff. Btw, copy and past the codes only. No manual typing. Let's see.
Then it is only in your code, try to request another code, make sure your imei is correct
stanley08 said:
Also ensure you are not mixing 0 with O. There are diff. Btw, copy and past the codes only. No manual typing. Let's see.
Click to expand...
Click to collapse
Yeah I was doing everything correctly. Just requested a different code and that worked just fine.....not sure what was going on lol. Thanks for the
ideas.
harrymason37 said:
Then it is only in your code, try to request another code, make sure your imei is correct
Click to expand...
Click to collapse
Sent from my HTC One_M8 using Tapatalk
Fidelio_o said:
Yeah I was doing everything correctly. Just requested a different code and that worked just fine.....not sure what was going on lol. Thanks for the
ideas.
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
Just unlocked mine some 30 minutes ago too!
Tired of waiting for TA backup and Locked BL root.
Related
i updated my x2 with the gb update zip found here, then checked for an unlockable bootloader and got this
fastboot oem unlock
... INFOUnlocking your device can permanently VOID
your warranty.
INFOThis process cannot be reversed. If you wish to proceed,
INFOreissue the unlock OEM command containing the unique ID
INFOof your device: devicenumberhere
OKAY [ 0.003s]
finished. total time: 0.004s
edit:my other camera is broken
So... is this a legit bootloader unlock? Pics?
Sent from my DROID X2 using XDA App
chevyowner said:
i updated my x2 with the gb update zip found here, then checked for an unlockable bootloader and got this
fastboot oem unlock
... INFOUnlocking your device can permanently VOID
your warranty.
INFOThis process cannot be reversed. If you wish to proceed,
INFOreissue the unlock OEM command containing the unique ID
INFOof your device: devicenumberhere
OKAY [ 0.003s]
finished. total time: 0.004s
edit:as soon as a find a camera other then my x2 i will add pics
Click to expand...
Click to collapse
Nice, this makes me happy
shenanigans?
OHRLY? This could help a lot with my work. But without an sbf, it's almost useless to me
Sent from my DROID X2 using XDA App
dragonzkiller said:
OHRLY? This could help a lot with my work. But without an sbf, it's almost useless to me
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
SBF is only a matter of time usually.. I really hope the bootloader is unlocked though.
Can you post the steps you did to do this please? Wow.
2 steps
adb reboot bootloader
fastboot oem unlock
but in doing what fastboot oem unlock tells me to i get that unlock is not implemented.
so it looks like i jumped the gun in posting this
Edit: chevyowner just ninja'd me lol
chevyowner said:
i updated my x2 with the gb update zip found here, then checked for an unlockable bootloader and got this
fastboot oem unlock
... INFOUnlocking your device can permanently VOID
your warranty.
INFOThis process cannot be reversed. If you wish to proceed,
INFOreissue the unlock OEM command containing the unique ID
INFOof your device: devicenumberhere
OKAY [ 0.003s]
finished. total time: 0.004s
edit:my other camera is broken
Click to expand...
Click to collapse
None of this means anything unless you issue the unlock command with the device number and it says it's unlocked.
Basically you just posted the help file.
Sent from my DROID X2
chevyowner said:
2 steps
adb reboot bootloader
fastboot oem unlock
but in doing what fastboot oem unlock tells me to i get that unlock is not implemented.
so it looks like i jumped the gun in posting this
Click to expand...
Click to collapse
awwwww! this makes me sad
Well, it doesn't look like it's unlocked. How did the 2.2 Atrix bootloader get unlocked?
Sent from my DROID X2 using XDA App
jeffster888 said:
Well, it doesn't look like it's unlocked. How did the 2.2 Atrix bootloader get unlocked?
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
Dev builds bootloaders are unlocked but there not released to the public when the builds are released to the public they have locked bootloaders well someone leaked the dev build with an unlocked boot
This makes me a sad panda..... haha. Well, hopefully P3droid has a rooted GB patch. I read a post somewhere saying he has the update and could possibly be looking for testers tomorrow.
P3Droid's twitter account says that he is already looking for people to test his patched update for DX2.
https://twitter.com/#!/P3Droid
I just told him I'd test it, hopefully it works
It works, just flashed it.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my DROID X2 using XDA Premium App
can somebody help me? i go into fastboot with my usb in my computer my phone says "fastboot usb" then i do a command and my computer says "< waiting for device >"
Edit:this is what I'm seeing
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ijustwantmydock said:
can somebody help me? i go into fastboot with my usb in my computer my phone says "fastboot usb" then i do a command and my computer says "< waiting for device >"
Click to expand...
Click to collapse
Try rebooting your computer
you can try "fastboot devices" to show which devices the computer can detect. If your phone is plugged in and at the hboot screen, you should see it registered.
a.mcdear said:
you can try "fastboot devices" to show which devices the computer can detect. If your phone is plugged in and at the hboot screen, you should see it registered.
Click to expand...
Click to collapse
nope just goes back to c:\android
Reboot phone reboot computer and turn off any antiviruses. This always works for me. If not, might need to reinstall drivers.
Sent from my Kindle Fire using Tapatalk
nrfitchett4 said:
Reboot phone reboot computer and turn off any antiviruses. This always works for me. If not, might need to reinstall drivers.
Sent from my Kindle Fire using Tapatalk
Click to expand...
Click to collapse
What drivers exactly?
Sent from my ADR6425LVW using Tapatalk 2 Beta-5
ijustwantmydock said:
What drivers exactly?
Sent from my ADR6425LVW using Tapatalk 2 Beta-5
Click to expand...
Click to collapse
Yes make sure u have the correct drivers installed
ijustwantmydock said:
What drivers exactly?
Sent from my ADR6425LVW using Tapatalk 2 Beta-5
Click to expand...
Click to collapse
You need the HTC drivers..try these:
http://mypcdominion.com/Files/android/ROM_Tools/HTCDriver3.0.0.007.exe
MrSmith317 said:
You need the HTC drivers..try these:
http://mypcdominion.com/Files/android/ROM_Tools/HTCDriver3.0.0.007.exe
Click to expand...
Click to collapse
Thanks ill try this when I get home
Sent from my ADR6425LVW using Tapatalk 2 Beta-5
Make sure you have usb debugging enabled. I didn't and I got the same error I believe you are. It should be under settings. On the new RUU its under develop options but not sure about older firmware
Reaper0294 said:
Make sure you have usb debugging enabled. I didn't and I got the same error I believe you are. It should be under settings. On the new RUU its under develop options but not sure about older firmware
Click to expand...
Click to collapse
Thank you that's probably my problem
Sent from my ADR6425LVW using Tapatalk 2 Beta-5
Reaper0294 said:
Make sure you have usb debugging enabled. I didn't and I got the same error I believe you are. It should be under settings. On the new RUU its under develop options but not sure about older firmware
Click to expand...
Click to collapse
USB debugging isn't going to matter in HBOOT which is the only place that fastboot is useful.
OK, so i am really lost at this point. I have been trying for the past couple of days with no luck.
I used Minimal adb and fastboot, downloaded Lg drivers (LGMobileDriver_WHQL_Ver_4.0.3), sdk google drivers and looked at many comments to figure this out.
i type adb device and my phone shows, I type fastboot device and last couple of my phone shows. I used Mininimal adb and fasboot to unclock the the bootloader and i followed all the commands but when i get to fastboot flash recovery twrpxxxx.img, it tells me cannot load twrpxxxx.img. Also, when i type in adb reboot bootloader in brings me the an LG screen with powered by android at the bottom instead of the correct screen.
So, i tried the other way. Power phone off, hold down the volume down button and plug in usb and bootloader/fastboot opens up ( the screen with the line in the top left, with a blank page). it shows unlocked, few lines in white, and then few lines in red. I type fasboot devices and my phone shows up displaying last couple of the phone sn#. but when i go to type fasboot flash recovery twrpxxxx.img, i get the same message cannot load twrpxxxx.img. and on the phone is shows fastboot getvar partition recovery.
Any idea on what this is and how can i solve this?
Thanks in advance.
Rename it to recovery.img and try again.
I renamed it and I still get the same error. Cannot load recovery.img
papatoon3 said:
I renamed it and I still get the same error. Cannot load recovery.img
Click to expand...
Click to collapse
Make sure the image is in the same folder that you are running adb from; it doesnt scan your whole computer for the file. ��
Elu_sama said:
Make sure the image is in the same folder that you are running adb from; it doesnt scan your whole computer for the file. ��
Click to expand...
Click to collapse
It is in the same folder.
Does it make any difference that my phone is unlocked from T-Mobile via unlocked code? That should not have anything to do with it thought. I am just tying to figure it out.
Figured it out.
papatoon3 said:
I renamed it and I still get the same error. Cannot load recovery.img
Click to expand...
Click to collapse
I suggest you remove and reinstall sdk or install nexus root tools and run a cmd within the updated tools. Make sure you installed the right drivers, delete all others, reinstall, although your error seems more a problem with the tools, permissions perhaps, did you run cmd as admin?
Unable to load tells me it can't find your file.. Perhaps it has a hidden extension? Recovery.img.txt
Whats the complete exact command you're typing?
"fastboot flash recovery recovery.img"
http://androiding.how/how-to-install-twrp-recovery-via-fastboot/
Sounds like this is not enabled
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my LG-H901 using Tapatalk
papatoon3 said:
Does it make any difference that my phone is unlocked from T-Mobile via unlocked code? That should not have anything to do with it thought. I am just tying to figure it out.
Click to expand...
Click to collapse
SIM unlocked (tmo has no code, its an app) and bootloader unlocked isnt the same thing.
Never mind got it
papatoon3 said:
Figured it out.
Click to expand...
Click to collapse
What was the solution i need it please and thanks
tanked89 said:
Never mind got it
What was the solution i need it please and thanks
Click to expand...
Click to collapse
When your phone is turned on and plugged in, type command adb devices, Does it show?
Put phone in fastboot mode, type command fastboot devices, does it show?
I figured it out. I had to install motorola and g4 drivers to get fast boot to read when I only had one or the other it was only reading adb when I had both on pc it read and adb & fastboot and worked. Thank you.
Hi sir I am facing a problem I rooted my v10 first I unlocked bootloader and then I rooted it by using fwul I hard reset it but when I turned it on a twrp recovery menu appeared please help that how it fix
when you try to open download it shows 3 options resatrt , continue , unlock bootloader i pressed down key long for unlock bootloader screen turns black for few seconds then the device restarts and while using adb adb devices it does not show device but while tryoing fastbootdevices it show the id , while try to unlock the bootloader it fails
fastboot getvar unlocked
Yes or No
tom.android said:
fastboot getvar unlocked
Yes or No
Click to expand...
Click to collapse
Is this a code?
DARK002s said:
Is this a code?
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DARK002s said:
when you try to open download it shows 3 options resatrt , continue , unlock bootloader i pressed down key long for unlock bootloader screen turns black for few seconds then the device restarts and while using adb adb devices it does not show device but while tryoing fastbootdevices it show the id , while try to unlock the bootloader it fails
Click to expand...
Click to collapse
1. ADB doesn't work in Download nor fastboot. ADB only works while booted into the OS
2. Have you enabled OEM unlock in Developer Options?
tom.android said:
View attachment 5676935
Click to expand...
Click to collapse
Failed
iBowToAndroid said:
1. ADB doesn't work in Download nor fastboot. ADB only works while booted into the OS
2. Have you enabled OEM unlock in Developer Options?
Click to expand...
Click to collapse
I was trying in fastboot mode
DARK002s said:
Failed
Click to expand...
Click to collapse
You didn't installed fastboot driver in your computer?
and didn't have TWRP in you tab?
If not all side , you can't use fastboot command for turn back oem unlock.
I saw error : Remote ...not found
I'd run above command from my tab a7 lite.
DARK002s said:
I was trying in fastboot mode
Click to expand...
Click to collapse
1. You don't unlock the bootloader via fastboot. So there's no use in even being in fastboot mode
2. You didn't answer re OEM Unlock
iBowToAndroid said:
1. You don't unlock the bootloader via fastboot. So there's no use in even being in fastboot mode
2. You didn't answer re OEM Unlock
Click to expand...
Click to collapse
It is not opening in adb it say unauthorised failed
DARK002s said:
It is not opening in adb it say unauthorised failed
Click to expand...
Click to collapse
ADB is not involved in unlocking the bootlaoder, whatsoever. You're not making any sense
iBowToAndroid said:
ADB is not involved in unlocking the bootlaoder, whatsoever. You're not making any sense
Click to expand...
Click to collapse
now unlocked bootloader what do delete through twrp like data , and should i flash vbmeta img before deleting files ? or befroe installing gsi???
DARK002s said:
now unlocked bootloader what do delete through twrp like data , and should i flash vbmeta img before deleting files ? or befroe installing gsi???
Click to expand...
Click to collapse
iBowToAndroid said:
ADB is not involved in unlocking the bootlaoder, whatsoever. You're not making any sense
Click to expand...
Click to collapse
twrp not showing up after flashing
Hi,
Has anyone been able to successfully relock their bootloader after erasing and flashing stock firmware?
The fastboot command "fastboot oem lock" returns:
"FAILED (remote: 'Command not supported in default implementation')
fastboot: error: Command failed"
Maybe you reboot on wrong fastboot mode, or Try use latest adb fastboot
YusukeYuu said:
Maybe you reboot on wrong fastboot mode, or Try use latest adb fastboot
Click to expand...
Click to collapse
Unfortunately I think Sony my have blocked the ability to relock the bootloader
I am using latest 'platform-tools_r33.0.3-windows' and I've also installed specific Sony fastboot driver from Sony Developers.
I am booting into default 'fastbootd' mode.
So this command aint work ?
fastboot oem lock
Yes that is correct, it seems that Sony have sealed up the ability to relock ourselves
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
rasseru16 said:
Yes that is correct, it seems that Sony have sealed up the ability to relock ourselves
Click to expand...
Click to collapse
maybe need to use the same serial number that you used to unlock the bootloader
Sakuma_Eitarou said:
maybe need to use the same serial number that you used to unlock the bootloader
Click to expand...
Click to collapse
How do you mean. I am using the same phone I used to unlock so the serial number should remain the same?
rasseru16 said:
How do you mean. I am using the same phone I used to unlock so the serial number should remain the same?
Click to expand...
Click to collapse
yes
if you save that number
Weird, my xperia 1 iii can relock
rasseru16 said:
Yes that is correct, it seems that Sony have sealed up the ability to relock ourselves
View attachment 5720029
View attachment 5720033
Click to expand...
Click to collapse
Try selecting reboot to bootloader first before using the command
YusukeYuu said:
Weird, my xperia 1 iii can relock
Click to expand...
Click to collapse
Did you also update to Android 12 bootloader?
rasseru16 said:
Did you also update to Android 12 bootloader?
Click to expand...
Click to collapse
Yes
You have to reuse the code you used to unlock the bootloader, for example : fastboot oem lock C46...09
fastbooking said:
You have to reuse the code you used to unlock the bootloader, for example : fastboot oem lock C46...09
Click to expand...
Click to collapse
Will give that a go
fastbooking said:
You have to reuse the code you used to unlock the bootloader, for example : fastboot oem lock C46...09
Click to expand...
Click to collapse
Unfortunately, I still receive the same error, oh well I guess only Sony can repair it and relock the bootloader.
You need to go on bootloader not fastbootd mode
YusukeYuu said:
You need to go on bootloader not fastbootd mode
Click to expand...
Click to collapse
If I select 'Reboot to bootloader' the screen is black and I need to specify which driver to install, seeing as that mode isn't fastboot I am trying to understand how it would relock the bootloader?
Thanks
rasseru16 said:
If I select 'Reboot to bootloader' the screen is black and I need to specify which driver to install, seeing as that mode isn't fastboot I am trying to understand how it would relock the bootloader?
Thanks
Click to expand...
Click to collapse
Yes, the screen will go black, but you can use the fastboot command as long as the notification turns blue.
YusukeYuu said:
Yes, the screen will go black, but you can use the fastboot command as long as the notification turns blue.
Click to expand...
Click to collapse
Ok thanks, I cannot get the notification icon to turn blue am I doing something wrong? :/
You should have read my Guides.
fastboot reboot fastboot is the only command You'll need to switch between fastboot and fastbootd.
But just turn off Your Phone. Hold Volume Up and Connect USB. Blue LED and Done
fastboot oem lock
Done
Do a Software Repair with Xperia Companion after. Just liike told in My Guides. Enjoy