Relock bootloader htc u11 - HTC U11 Questions & Answers

I try to relock bootloader.
reboot to download mode and type "fastboot oem lock"
C:\HTC>fastboot oem lock
...
(bootloader) [KillSwitch] : /dev/block/bootdevice/by-name/frp
(bootloader) [KillSwitch] Last Byte is 0X00, disable unlock
(bootloader) [KillSwitch] oem unlock Turn Off!
OKAY [ 0.013s]
finished. total time: 0.013s
htc_fastboot finished. total time: 0.432s
but reboot my phone,
It still unlock,
Any help ?

Hoavier said:
I try to relock bootloader.
reboot to download mode and type "fastboot oem lock"
C:\HTC>fastboot oem lock
...
(bootloader) [KillSwitch] : /dev/block/bootdevice/by-name/frp
(bootloader) [KillSwitch] Last Byte is 0X00, disable unlock
(bootloader) [KillSwitch] oem unlock Turn Off!
OKAY [ 0.013s]
finished. total time: 0.013s
htc_fastboot finished. total time: 0.432s
but reboot my phone,
It still unlock,
Any help ?
Click to expand...
Click to collapse
What's written in download mode? Could you put a screenshot?

Hoavier said:
I try to relock bootloader.
reboot to download mode and type "fastboot oem lock"
C:\HTC>fastboot oem lock
...
(bootloader) [KillSwitch] : /dev/block/bootdevice/by-name/frp
(bootloader) [KillSwitch] Last Byte is 0X00, disable unlock
(bootloader) [KillSwitch] oem unlock Turn Off!
OKAY [ 0.013s]
finished. total time: 0.013s
htc_fastboot finished. total time: 0.432s
but reboot my phone,
It still unlock,
Any help ?
Click to expand...
Click to collapse
Follow this steps
https://forum.xda-developers.com/u11/help/relock-bootloader-t3683331

You do not want to relock the bootloader on the HTC U11. Everything works with it unlocked. If you lock it after rooting with TWRP, you could brick it. That's what I did.
DO NOT RELOCK THE BOOTLOADER
Sent from my HTC 10 using Tapatalk

shubham puri4488 said:
Follow this steps
https://forum.xda-developers.com/u11/help/relock-bootloader-t3683331
Click to expand...
Click to collapse
Don't do it! Read my post on the posted thread. My U11 got bricked when I decided I wanted to "relock" my phone and that was it. It is now at the HTC repair center in Texas.
Just wondering why are you attempting to relock the bootloader?

Related

[SOLVED] Can't unlock bootloader to install recovery and new ROMs

I recently acquire a Moto G GPE, I read several post and also try with this https://motorola-global-portal.custhelp.com/app/standalone/bootloader/unlock-your-device-b and none works. See output:
Code:
D:\>cd d:\Software\Android\ADT\sdk\platform-tools\
d:\Software\Android\ADT\sdk\platform-tools>fastboot.exe oem unlock_data
...
(bootloader) 'unlock_data' is not a supported oem command
(bootloader) See 'fastboot oem help'
FAILED (remote failure)
finished. total time: 0.011s
d:\Software\Android\ADT\sdk\platform-tools>fastboot.exe oem get_unlock_data
...
(bootloader) This command is not needed to unlock. Run fastboot oem
(bootloader) unlock directly.
OKAY [ 0.012s]
finished. total time: 0.012s
D:\>cd d:\Software\Android\ADT\sdk\platform-tools\
d:\Software\Android\ADT\sdk\platform-tools>fastboot.exe oem unlock_data
...
(bootloader) 'unlock_data' is not a supported oem command
(bootloader) See 'fastboot oem help'
FAILED (remote failure)
finished. total time: 0.011s
d:\Software\Android\ADT\sdk\platform-tools>fastboot.exe oem get_unlock_data
...
(bootloader) This command is not needed to unlock. Run fastboot oem
(bootloader) unlock directly.
OKAY [ 0.012s]
finished. total time: 0.012s
Any help?
reynierpm said:
I recently acquire a Moto G GPE, I read several post and also try with this https://motorola-global-portal.custhelp.com/app/standalone/bootloader/unlock-your-device-b and none works. See output:
Code:
D:\>cd d:\Software\Android\ADT\sdk\platform-tools\
d:\Software\Android\ADT\sdk\platform-tools>fastboot.exe oem unlock_data
...
(bootloader) 'unlock_data' is not a supported oem command
(bootloader) See 'fastboot oem help'
FAILED (remote failure)
finished. total time: 0.011s
d:\Software\Android\ADT\sdk\platform-tools>fastboot.exe oem get_unlock_data
...
(bootloader) This command is not needed to unlock. Run fastboot oem
(bootloader) unlock directly.
OKAY [ 0.012s]
finished. total time: 0.012s
D:\>cd d:\Software\Android\ADT\sdk\platform-tools\
d:\Software\Android\ADT\sdk\platform-tools>fastboot.exe oem unlock_data
...
(bootloader) 'unlock_data' is not a supported oem command
(bootloader) See 'fastboot oem help'
FAILED (remote failure)
finished. total time: 0.011s
d:\Software\Android\ADT\sdk\platform-tools>fastboot.exe oem get_unlock_data
...
(bootloader) This command is not needed to unlock. Run fastboot oem
(bootloader) unlock directly.
OKAY [ 0.012s]
finished. total time: 0.012s
Any help?
Click to expand...
Click to collapse
When you are in fastboot mode, what does the seventh line says?
"Device is ******. Status Code: *"
Also, have you tried this code?
Code:
fastboot oem unlock
Z-WolF said:
When you are in fastboot mode, what does the seventh line says?
"Device is ******. Status Code: *"
Also, have you tried this code?
Code:
fastboot oem unlock
Click to expand...
Click to collapse
Thanks it was LOCKED but after run the command you suggest me and follow the instructions now I have my device UNLOCKED. Now I'm trying to install this recovery but I can't because I don't know how to install from ZIP, any guide or help?

factory reset not available?

hi folks, I want to reset my phone to factory settings but there is no option to do it. it says "locked" I try unlocking the bootloader with adb "fastboot oem get_identifier_token", but all I get is this.
C:\adb>fastboot oem get_identifier_token
...
(bootloader) [KillSwitch] : /dev/block/bootdevice/by-name/frp
(bootloader) [KillSwitch] Last Byte is 0X00, disable unlock
(bootloader) [KillSwitch] oem unlock Turn Off!
OKAY [ 0.143s]
finished. total time: 0.146s
C:\adb>
Help is appreciated? TIA
mrblobby8 said:
hi folks, I want to reset my phone to factory settings but there is no option to do it. it says "locked" I try unlocking the bootloader with adb "fastboot oem get_identifier_token", but all I get is this.
C:\adb>fastboot oem get_identifier_token
...
(bootloader) [KillSwitch] : /dev/block/bootdevice/by-name/frp
(bootloader) [KillSwitch] Last Byte is 0X00, disable unlock
(bootloader) [KillSwitch] oem unlock Turn Off!
OKAY [ 0.143s]
finished. total time: 0.146s
C:\adb>
Help is appreciated? TIA
Click to expand...
Click to collapse
Why am I not getting the TOKEN block of text.. i.e
"AFH4JJCJDJJ6JFWLSDKKFLJE603,NW94MM
7HB38S0L3WFJ3OVGKKNHRH'P04NLAKDF
EO40N73JBCJNWK31981SUH2IUABHJWHD
AFH4JJCJDJJ6JFWLSDKKFLJE603,NW94MT
7HB38S0L3WFJ3OVGKKNHRH'P04NLAKDF
EO40N73JBCJNWK31981SUH2IUABHJWHD"
mrblobby8 said:
Why am I not getting the TOKEN block of text.. i.e
"AFH4JJCJDJJ6JFWLSDKKFLJE603,NW94MM
7HB38S0L3WFJ3OVGKKNHRH'P04NLAKDF
EO40N73JBCJNWK31981SUH2IUABHJWHD
AFH4JJCJDJJ6JFWLSDKKFLJE603,NW94MT
7HB38S0L3WFJ3OVGKKNHRH'P04NLAKDF
EO40N73JBCJNWK31981SUH2IUABHJWHD"
Click to expand...
Click to collapse
If you want to unlock the bootloader your first have to enable the Developer option menu and then select the option to "enable bootloader unlock".
If you want to perform a factory reset, it can be initiated from the download mode.
alray said:
If you want to unlock the bootloader your first have to enable the Developer option menu and then select the option to "enable bootloader unlock".
If you want to perform a factory reset, it can be initiated from the download mode.
Click to expand...
Click to collapse
Hi, Yes but there is no option to restore factoy settings from the download mode. Thats whats confusing me? cheers!
mrblobby8 said:
Hi, Yes but there is no option to restore factoy settings from the download mode. Thats whats confusing me? cheers!
Click to expand...
Click to collapse
If there is a password on your phone, I think you need to boot in recovery and start the factory reset from there.

Help about relock bootloader

I try to relock bootloader.
reboot to download mode and type "fastboot oem lock"
C:\HTC>fastboot oem lock
...
(bootloader) [KillSwitch] : /dev/block/bootdevice/by-name/frp
(bootloader) [KillSwitch] Last Byte is 0X00, disable unlock
(bootloader) [KillSwitch] oem unlock Turn Off!
OKAY [ 0.013s]
finished. total time: 0.013s
htc_fastboot finished. total time: 0.432s
but reboot my phone,
It still unlock,
Any help ?
same error
Try "fastboot oem relock"
Why are you relocking Bootloader? It will say Relocked(same as Unlocked) when sending for repair
Hi,
You must use "htc_fastboot oem lock" to do so.
But, warning i did so and my phone was unable to boot. I had to return back to stock by using RUU mode..... :-\
Regards.
trigz974 said:
Hi,
You must use "htc_fastboot oem lock" to do so.
But, warning i did so and my phone was unable to boot. I had to return back to stock by using RUU mode..... :-\
Regards.
Click to expand...
Click to collapse
So, what should i do to relock the bootloader and make the warning message (of unlocked bootloader) disappear?
- Restore stock recovery
- htc_fastboot oem lock
- Restore using RUU mode
Is that correct?
Fentadroid said:
So, what should i do to relock the bootloader and make the warning message (of unlocked bootloader) disappear?
- Restore stock recovery
- htc_fastboot oem lock
- Restore using RUU mode
Is that correct?
Click to expand...
Click to collapse
Safest way would be to RUN A RUU BEFORE LOCK (to ensure complete stock FW).....
Make backup of any data FIRST
Run RUU
Set up phone and ENABLE OEM UNLOCK
fastboot oem lock command
profit
guanjei said:
C:\HTC>fastboot oem lock
...
(bootloader) [KillSwitch] : /dev/block/bootdevice/by-name/frp
(bootloader) [KillSwitch] Last Byte is 0X00, disable unlock
(bootloader) [KillSwitch] oem unlock Turn Off!
OKAY [ 0.013s]
finished. total time: 0.013s
htc_fastboot finished. total time: 0.432s
but reboot my phone,
It still unlock,
Any help ?
Click to expand...
Click to collapse
Does the red bits not mean it wants you to DISABLE the oem unlocking switch (uncheck the box)?.
Beamed in by telepathy
Fentadroid said:
So, what should i do to relock the bootloader and make the warning message (of unlocked bootloader) disappear?
- Restore stock recovery
- htc_fastboot oem lock
- Restore using RUU mode
Is that correct?
Click to expand...
Click to collapse
In my case, i was root with Magisk and stock recovery (U11 can temp-boot to custom recovery see txt), tried to unroot whith the uninstaller.zip => here starts my problem : unable to boot to Android, only bootloader and download mode.
No way for me to relock the bootloader => no acces to the developper menu to switch oem unlock on.
So the only solution to save it was runninrg my U11 to RUU Mode and restore it, following this thread : https://forum.xda-developers.com/u11/how-to/guide-htc-u11-how-to-return-to-stock-t3628452
Got it with success, after that i could switch on oem unlock and HTC_fastboot oem lock my bootloader. (with mention ***RELOCKED ***)
I perfectly receided and install lastest official OTA from HTC : 1.27.405.5
I recommended to
- backup all your data.
- restore whith RUU method (This will flash recovery, boot and system to stock).
- Relock bootloader.
- And have fun with the best smartphone ever made !!!
see this thread https://forum.xda-developers.com/u11/help/relock-bootloader-t3683331
---------- Post added at 03:16 AM ---------- Previous post was at 03:15 AM ----------
guanjei said:
I try to relock bootloader.
reboot to download mode and type "fastboot oem lock"
C:\HTC>fastboot oem lock
...
(bootloader) [KillSwitch] : /dev/block/bootdevice/by-name/frp
(bootloader) [KillSwitch] Last Byte is 0X00, disable unlock
(bootloader) [KillSwitch] oem unlock Turn Off!
OKAY [ 0.013s]
finished. total time: 0.013s
htc_fastboot finished. total time: 0.432s
but reboot my phone,
It still unlock,
Any help ?
Click to expand...
Click to collapse
see this thread https://forum.xda-developers.com/u11/help/relock-bootloader-t3683331

Unlocking HTC DESIRE 828 (HELP NEEDED)

I need help with unlocking bootloader of my HTC DESIRE 828. I tried the method as mentioned in the HTC DEV website but i keep encountering this error
fastboot oem get_identifier_token
FAILED (remote: unknown command)
finished. total time: 0.006s​Then with little searching i found this command which i assume is used to lock bootloader ? (not sure) BTW IM NOT GETTING ANY ERROR
fastboot oem lock
(bootloader) [KillSwitch] : /dev/block/platform/mtk-msdc.0/by-name/frp
(bootloader) [KillSwitch] Last Byte is 0X00, disable unlock
(bootloader) [KillSwitch] oem unlock Turn Off!
OKAY [ 0.051s]
finished. total time: 0.052s​BUT WHEN I TRY THIS COMMAND
fastboot oem unlock
(bootloader) [ERR] Command error !!!
OKAY [ 0.004s]
finished. total time: 0.005s​it shows me this error.
ADDITIONAL INFORMATION:
My phone is bricked and im trying to flash the stock rom but for that i need bootloader to be unlocked and download mode is showing "S-ON" idk what it means or does....
weapons9clear said:
I need help with unlocking bootloader of my HTC DESIRE 828. I tried the method as mentioned in the HTC DEV website but i keep encountering this error
fastboot oem get_identifier_token
FAILED (remote: unknown command)
finished. total time: 0.006s​Then with little searching i found this command which i assume is used to lock bootloader ? (not sure) BTW IM NOT GETTING ANY ERROR
fastboot oem lock
(bootloader) [KillSwitch] : /dev/block/platform/mtk-msdc.0/by-name/frp
(bootloader) [KillSwitch] Last Byte is 0X00, disable unlock
(bootloader) [KillSwitch] oem unlock Turn Off!
OKAY [ 0.051s]
finished. total time: 0.052s​BUT WHEN I TRY THIS COMMAND
fastboot oem unlock
(bootloader) [ERR] Command error !!!
OKAY [ 0.004s]
finished. total time: 0.005s​it shows me this error.
ADDITIONAL INFORMATION:
My phone is bricked and im trying to flash the stock rom but for that i need bootloader to be unlocked and download mode is showing "S-ON" idk what it means or does....
Click to expand...
Click to collapse
I shouldn't need to unlock bootloader in order to flash stock rom
go to developer options and check the option - enable oem unlock.then reboot and run the command.
Also how can your phone be bricked with a locked bootloader?It does not make sense .YOu cannot flash ROms on a locked bootloader and if your phone is bricked then that means your bootloader has to be unlocked!!!

Htc one a9 oem unlock

Hello everyone,
i've got the Problem, the my girlfriend phone is broken an the display is black. Now i want to rescue their pictures but there a lockscreen with pattern. Now my idea was that i download the custom recovery image for this device, install it and delete the gesture.key. Before i can do it i must unlock the Bootloader from "htcdev.com"... there is only one problem... the command "fastboot oem get_identifier_token" said: oem unlock Turn Off! :crying::crying::crying::crying:
C:\WINDOWS\system32>fastboot oem get_identifier_token
...
(bootloader) [KillSwitch] : /dev/block/bootdevice/by-name/frp
(bootloader) [KillSwitch] Last Byte is 0X00, disable unlock
(bootloader) [KillSwitch] oem unlock Turn Off!
OKAY [ 0.016s]
finished. total time: 0.018s
fastboot oem unlock doesn't help...
C:\WINDOWS\system32>fastboot oem unlock
...
(bootloader) [ERR] Command error !!!
OKAY [ 0.002s]
finished. total time: 0.003s
How can i unlock this option?
Or is there any other options that i can safe the Pictures from the phone?
THX

Categories

Resources