Question Lock bootloader - OnePlus 11

So i unrooted the phone by uninstalling Magisk. Now it is impossible for me to lock the phone with FASTBOOT flashing lock, any idea to go to stock?

Installed ADB and fastboot++ device now locked. But cant pass the 'Enter Password screen'

appileh said:
Installed ADB and fastboot++ device now locked. But cant pass the 'Enter Password screen'
Click to expand...
Click to collapse
Repeat unlock and locking until password screen works.

Related

How can I lock my bootloader?

Is it possible to completely lock my my bootloader after unlocking it?
I used fastboot oem lock and now it says RELOCKED in fastboot. I also got rid of the security warning flag. Next I'd like to get a complete lock so I enter fastboot oem writesecureflag 3 which hangs the bootloader and doesn't fix my problem. has anyone yet been able to obtain complete LOCK?
CrisisCorE said:
Is it possible to completely lock my my bootloader after unlocking it?
I used fastboot oem lock and now it says RELOCKED in fastboot. I also got rid of the security warning flag. Next I'd like to get a complete lock so I enter fastboot oem writesecureflag 3 which hangs the bootloader and doesn't fix my problem. has anyone yet been able to obtain complete LOCK?
Click to expand...
Click to collapse
Complete lock is NOT possible. That's the way it is.
not possible yet mate
Hmm shame, Thanks though.

Phone will boot with pin, but won't unlock

Hi,
My daughter has changed the pin on her phone.
Now the phone can be booted using the new pin, but will not unlock.
What's going on? Can anyone help?
TylerDurdenK said:
Hi,
My daughter has changed the pin on her phone.
Now the phone can be booted using the new pin, but will not unlock.
What's going on? Can anyone help?
Click to expand...
Click to collapse
Have you try old password???. Is your phone is rooted or modified???. If not, are you able to boot your device??? if you can boot then go to this website
https://www.google.com/android/find?u=1
and login and lock the device with new password once you device get locked by Android device admin enter the new password and enjoy.

Bootloader LOCK..No Recovery..cant boot..HELP?!!

After tried to install stock rom on my pixel2 xl, i locked bootloader.
Now, i cant unlock bootloader because i cant boot and check oem unlock.
When try to boot into recovery, and boot to android, just appear message "can't find valid operating system"
What to do?
I tried unlock bootloader from adb, and get the message that is not allowed in lock state
Everything i can is boot in fastboot mode.
Is there any possibility to unlock bootloader without check OEM unlock, because i cant boot anything?
Please help.
milanceolympia` said:
After tried to install stock rom on my pixel2 xl, i locked bootloader.
Now, i cant unlock bootloader because i cant boot and check oem unlock.
When try to boot into recovery, and boot to android, just appear message "can't find valid operating system"
What to do?
I tried unlock bootloader from adb, and get the message that is not allowed in lock state
Everything i can is boot in fastboot mode.
Is there any possibility to unlock bootloader without check OEM unlock, because i cant boot anything?
Please help.
Click to expand...
Click to collapse
Why did you lock the bootloader anyway?? If you can't get to the OS to check OEM unlocking and USB debugging....your hosed as far as unlocking the bootloader again. And since you have no recovery now, you can't side load an OTA to get your OS back. Might as well RMA it I'm afraid
Please people, read this and understand me clearly...
Unless you have a very very VERY good reason to relock the bootloader. DO NOT. The risk is too great for no reward.
This is the second or maybe the third post this week alone where someone may have hosed their phone doing just this...
I'm not here to hammer the OP but folks gotta understand.

How do i lock the bootloader in my motorola one action?

Hello, i unlocked the bootloader of my motorola one action. And i installed lineage 18.1 official, but i want to lock the bootloader again. i tried locking the bootloader using this help thread https://forum.xda-developers.com/t/...-2019-ask-any-question-noob-friendly.4010875/ but it din't work. Can somewone help me?
raphaelgamer981 said:
Hello, i unlocked the bootloader of my motorola one action. And i installed lineage 18.1 official, but i want to lock the bootloader again. i tried locking the bootloader using this help thread https://forum.xda-developers.com/t/...-2019-ask-any-question-noob-friendly.4010875/ but it din't work. Can somewone help me?
Click to expand...
Click to collapse
NEVER lock a phone with custom firmware installed. This usually leads to bootloops.
georg3_ said:
NEVER lock a phone with custom firmware installed. This usually leads to bootloops.
Click to expand...
Click to collapse
No, I Didn't try to lock the bootloader with a custom firmware.
raphaelgamer981 said:
No, I Didn't try to lock the bootloader with a custom firmware.
Click to expand...
Click to collapse
What are the steps you took before relocking the bootloader?
In my experience, relocking the bootloader should be the last thing you do, after you've got a working/bootable stock ROM.
arsradu said:
What are the steps you took before relocking the bootloader? In my experience, relocking the bootloader should be the last thing you do, after you've got a working/bootable stock ROM.
Click to expand...
Click to collapse
So, after i installed the latest stock rom, the device worked normally, but after waiting a while for the oem lock option appear in development options, it din´t show up. so i just gave up and installed lineage 19.1 but if i can i want to lock the bootloader again.
Raphael, I think you might have quoted my post twice, but didn't add an actual answer. Or maybe I'm super blind and I can't see it.
arsradu said:
Raphael, I think you might have quoted my post twice, but didn't add an actual answer. Or maybe I'm super blind and I can't see it.
Click to expand...
Click to collapse
ohh sorry, i tried replying to your post in my ipad 3 and it din´t show up any caracters.
raphaelgamer981 said:
So, after i installed the latest stock rom, the device worked normally, but after waiting a while for the oem lock option appear in development options, it din´t show up. so i just gave up and installed lineage 19.1 but if i can i want to lock the bootloader again.
Click to expand...
Click to collapse
So, the OEM lock/unlock thing comes with a pretty big caveat, and you need to be aware of it: loss of data.
Every time you lock or unlock your bootloader, a wipe data is triggered.
Now, for as far as I know, to lock the bootloader, you need two things:
1. Stock ROM. Don't do this on a custom ROM!
2. following command, in Terminal/Cmd Prompt
fastboot oem lock
Of course, you need to be in fastboot mode, so if you're not, and if you're booted and connected via USB (USB debugging needs to be ON and RSA fingerprinting accepted), do:
adb devices
It should display your device here. This is just to make sure ADB is working properly.
adb reboot bootloader
At this point, the phone should reboot into bootloader, so now you can do the lock command
fastboot oem lock
Data should be erased and, in case it doesn't automatically boot up, you can reboot the phone.
Don't worry about the OEM unlocking option in Developer Options. You just make sure the stock ROM is functional before attempting to relock the bootloader.
arsradu said:
So, the OEM lock/unlock thing comes with a pretty big caveat, and you need to be aware of it: loss of data.
Every time you lock or unlock your bootloader, a wipe data is triggered.
Now, for as far as I know, to lock the bootloader, you need two things:
1. Stock ROM. Don't do this on a custom ROM!
2. following command, in Terminal/Cmd Prompt
fastboot oem lock
Of course, you need to be in fastboot mode, so if you're not, and if you're booted and connected via USB (USB debugging needs to be ON and RSA fingerprinting accepted), do:
adb devices
It should display your device here. This is just to make sure ADB is working properly.
adb reboot bootloader
At this point, the phone should reboot into bootloader, so now you can do the lock command
fastboot oem lock
Data should be erased and, in case it doesn't automatically boot up, you can reboot the phone.
Don't worry about the OEM unlocking option in Developer Options. You just make sure the stock ROM is functional before attempting to relock the bootloader.
Click to expand...
Click to collapse
I tried that, and it din´t work, this method is the same that was in a help thread in xda forum of my device, this command works fine in my nexus 6, but on my moto one action it does not, i unlocked my bootloader via the normal method using motorola´s website, not using another method.
raphaelgamer981 said:
I tried that, and it din´t work, this method is the same that was in a help thread in xda forum of my device, this command works fine in my nexus 6, but on my moto one action it does not, i unlocked my bootloader via the normal method using motorola´s website, not using another method.
Click to expand...
Click to collapse
raphaelgamer981 said:
I tried that, and it din´t work, this method is the same that was in a help thread in xda forum of my device, this command works fine in my nexus 6, but on my moto one action it does not, i unlocked my bootloader via the normal method using motorola´s website, not using another method.
Click to expand...
Click to collapse
But why do you say it didn't work? Do you get an error at any point during the process?
arsradu said:
But why do you say it didn't work? Do you get an error at any point during the process?
Click to expand...
Click to collapse
no, i run the command and it asks for changing the oem lock setting in developer options, i reboot the phone and run through the setup process. Then when i enable developer options and check the oem lock option, it is greyed out.
Is it greyed out in the on or off position? Can you attach a screenshot? I don't remember the operations sequence... But I think the option was automatically switched back to the original position (off) when you lock the bootloader. I could be wrong though. So...when you run the "fastboot oem lock" command, it asks you to....what?
Set the option to on or off? Some screenshots from both the PC, with the message, and the developer options might help to clarify this.
arsradu said:
Is it greyed out in the on or off position? Can you attach a screenshot? I don't remember the operations sequence... But I think the option was automatically switched back to the original position (off) when you lock the bootloader. I could be wrong though. So...when you run the "fastboot oem lock" command, it asks you to....what?
Set the option to on or off? Some screenshots from both the PC, with the message, and the developer options might help to clarify this.
Click to expand...
Click to collapse
it is greyed in the on position, i can´t add a screenshot because i am in lineage 19.1 with root and the option shows up,when i run the command in cmd, it says to me to check the oem lock option in developer options
raphaelgamer981 said:
it is greyed in the on position, i can´t add a screenshot because i am in lineage 19.1 with root and the option shows up,when i run the command in cmd, it says to me to check the oem lock option in developer options
Click to expand...
Click to collapse
A screenshot would be really useful. But don't worry about it. When you're back to stock rom and ready to lock your bootloader, we can resume this then. I think either we're missing something, or it's everything ok, and you just need to switch that option off. Though, I remember I didn't have to do it manually. But I could be wrong though.
So, don't worry. Enjoy LineageOS and we can resume this when you're back to stock ROM and ready to lock.
arsradu said:
A screenshot would be really useful. But don't worry about it. When you're back to stock rom and ready to lock your bootloader, we can resume this then. I think either we're missing something, or it's everything ok, and you just need to switch that option off. Though, I remember I didn't have to do it manually. But I could be wrong though.
So, don't worry. Enjoy LineageOS and we can resume this when you're back to stock ROM and ready to lock.
Click to expand...
Click to collapse
ok thanks for your help!
arsradu said:
A screenshot would be really useful. But don't worry about it. When you're back to stock rom and ready to lock your bootloader, we can resume this then. I think either we're missing something, or it's everything ok, and you just need to switch that option off. Though, I remember I didn't have to do it manually. But I could be wrong though.
So, don't worry. Enjoy LineageOS and we can resume this when you're back to stock ROM and ready to lock.
Click to expand...
Click to collapse
hello, so i want to lock the bootloader again, how do i install the stock rom back?
arsradu said:
A screenshot would be really useful. But don't worry about it. When you're back to stock rom and ready to lock your bootloader, we can resume this then. I think either we're missing something, or it's everything ok, and you just need to switch that option off. Though, I remember I didn't have to do it manually. But I could be wrong though.
So, don't worry. Enjoy LineageOS and we can resume this when you're back to stock ROM and ready to lock.
Click to expand...
Click to collapse
so after running the fastboot oem lock command, it asked this in the cmd
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem lock
...
(bootloader) Check 'Allow OEM Unlock' in Android Settings > Developer
(bootloader) Options
OKAY [ 0.080s]
finished. total time: 0.080s
when i rebooted the phone, it showed the screen saying that the bootloader was unlocked. also i had to re run the command because it was going to erase my phone but that din´t happend, after going to developer options the option was still greyed out.
The last 3 days i've tried some roms from here.first i've unlocked the bootloader in developer menu,then from fastboot with the unlock key provided by motorola website,i've tried different rom,didnt like that i cannot use bank apps.so i went for locking.full reset,adb enable,reboot bootloader,full flash stock rom (last one from Motorola),reboot to check,adb enable, reboot bootloader,run command " fastboot oem lock " once ,it asked for confirmation due to data loss,then run command " fastboot oem lock " once more,then reboot to os.everything went ok,device dont show that was unlocked

Question Beta android 14

I just android 14 beta I was on a developer preview. I've been trying to flash back to normal to lock my boot loader but I get a weird screen that lets me know my boot loaders unlocks and I could never lock the bootloader again because I never had an option to by updating it to the beta. Can I lock the bootloader now??
You can use flashtool to downgrade to a public release. Simply check the box's force flash partitions, wipe and lock bootloader
Android Flash Tool
flash.android.com
fil3s said:
You can use flashtool to downgrade to a public release. Simply check the box's force flash partitions, wipe and lock bootloader
Android Flash Tool
flash.android.com
Click to expand...
Click to collapse
So that's the I've used the Android flash tool but after it's done downloading and doing whatever it does it doesn't lock the bootloader I get the screen where it tells you that your bootloader is unlocked with the little code that you going to look and it takes you to the Google page and tells you what it is. There's no option to lock it so I've been trying to figure out how to lock the bootloader back. I don't have a computer. I have a Chromebook so I can you know manually do the ABD or whatever it's called to do it through the command prompt.
amazin1988 said:
So that's the I've used the Android flash tool but after it's done downloading and doing whatever it does it doesn't lock the bootloader I get the screen where it tells you that your bootloader is unlocked with the little code that you going to look and it takes you to the Google page and tells you what it is. There's no option to lock it so I've been trying to figure out how to lock the bootloader back. I don't have a computer. I have a Chromebook so I can you know manually do the ABD or whatever it's called to do it through the command prompt.
Click to expand...
Click to collapse
Use adb reboot bootloader then type in terminal
Code:
fastboot flashing lock
More info
amazin1988 said:
I just android 14 beta I was on a developer preview. I've been trying to flash back to normal to lock my boot loader but I get a weird screen that lets me know my boot loaders unlocks and I could never lock the bootloader again because I never had an option to by updating it to the beta. Can I lock the bootloader now??
Click to expand...
Click to collapse
Yes, you can attempt to lock the bootloader on your Android device. To get more information about anything you can visit howwmuch.net .To do so, you will need to go through the following steps:
Ensure your device is connected to your computer via USB.
Open a command prompt or terminal window on your computer.
Enter the command "fastboot oem lock" to initiate the bootloader locking process.
Follow the on-screen instructions, if any, to confirm the bootloader locking.
Please note that locking the bootloader may vary depending on the device model and manufacturer. It's essential to refer to the specific instructions provided by the manufacturer or seek assistance from their support channels to ensure you follow the correct procedure for your device.

Categories

Resources