[Q] Will an unlocked bootloader remain unlocked after Lollipop update? - Nexus 5 Q&A, Help & Troubleshooting

Hi all,
I have a rooted and unlocked Nexus 5. Just wondering if my bootloader will remain unlocked after Lollipop update, either through OTA or factory image. I need the bootloader to remain unlocked in case an unlocked bootloader becomes the prerequisite for rooting forever.
Thanks!

matthew01202 said:
Hi all,
I have a rooted and unlocked Nexus 5. Just wondering if my bootloader will remain unlocked after Lollipop update, either through OTA or factory image. I need the bootloader to remain unlocked in case an unlocked bootloader becomes the prerequisite for rooting forever.
Thanks!
Click to expand...
Click to collapse
The bootloader will only lock if you specifically lock it using fastboot or an app. No other way

rootSU said:
The bootloader will only lock if you specifically lock it using fastboot or an app. No other way
Click to expand...
Click to collapse
So a locked bootloader remains locked and an unlocked one stays unlocked if I don't change anything in the OTA zip or Factory Image when flashing? Or don't specify it in adb?

matthew01202 said:
So a locked bootloader remains locked and an unlocked one stays unlocked if I don't change anything in the OTA zip or Factory Image when flashing? Or don't specify it in adb?
Click to expand...
Click to collapse
Yes. Though fastboot is not adb. two different things

Thanks!

Related

[Q] Will upgrading to OTA 9.18.79 re-LOCK my bootloader?

Hey guys -
Just got a Razr HD Maxx. It came with the 9.16.6.XT926 firmware.
I used Matt Groff's tool to unlock my bootloader and have confirmed that it's locked. My system is asking if I want to upgrade to 9.18.79.XT926 via OTA.
Question: If I take the OTA now (AFTER I UNLOCKED MY BOOTLOADER), will it re-lock it?
Thanks!!
^Rb said:
Hey guys -
Just got a Razr HD Maxx. It came with the 9.16.6.XT926 firmware.
I used Matt Groff's tool to unlock my bootloader and have confirmed that it's locked. My system is asking if I want to upgrade to 9.18.79.XT926 via OTA.
Question: If I take the OTA now (AFTER I UNLOCKED MY BOOTLOADER), will it re-lock it?
Thanks!!
Click to expand...
Click to collapse
For any current ota you bootloader ability will be unchanged.
For 4.4 unknown.
aviwdoowks said:
For any current ota you bootloader ability will be unchanged.
For 4.4 unknown.
Click to expand...
Click to collapse
So, just to confirm: If i take this OTA with an unlocked bootloader, it will remain unlocked?
^Rb said:
So, just to confirm: If i take this OTA with an unlocked bootloader, it will remain unlocked?
Click to expand...
Click to collapse
Yes but 4.4 is unknown.

bootloader relock

hello guys, im new here.
anybody tried relocking their bootloader by using this command?
fastboot oem lock
and does it work and restores warranty conditions?
That command has been tried since the original Moto G and no, contrary to what some people think you can't reset the internal unlock counter. They will always know you unlocked it. If nothing else, they know because you got the unlock code from them. I'm not sure why people overlook this clearly posted sentence when they request the unlock code from Motorola.
"Unless you have a Developer Edition device, once you get the unlock code, your device is no longer covered by the Motorola warranty; in other words, please don't blame us if things go wrong, even if they appear unrelated to unlocking the bootloader."
Sent from my SM-T530NU using Tapatalk
creative21 said:
hello guys, im new here.
anybody tried relocking their bootloader by using this command?
fastboot oem lock
and does it work and restores warranty conditions?
Click to expand...
Click to collapse
That command will lock your bootloader again. However, locking and unlocking will wipe your device.
Upon receiving your unlock code from Motorola, your warranty is void; regardless if you unlock it or not. The sheer act of asking for and receiving the code voids your warranty.
Of course, if there is a true hardware issue that is not caused by software tinkering, you can still use that piece of the warranty.
Sent from my MotoG3 using Tapatalk
nikon120 said:
That command will lock your bootloader again. However, locking and unlocking will wipe your device.
Upon receiving your unlock code from Motorola, your warranty is void; regardless if you unlock it or not. The sheer act of asking for and receiving the code voids your warranty.
Of course, if there is a true hardware issue that is not caused by software tinkering, you can still use that piece of the warranty.
Sent from my MotoG3 using Tapatalk
Click to expand...
Click to collapse
after relocking, warning bootlogo is removed or can be replaced?
creative21 said:
after relocking, warning bootlogo is removed or can be replaced?
Click to expand...
Click to collapse
I think I can be replaced !, I'm not sure!
I will test and send feedback!
Jeconias Santos said:
I think I can be replaced !, I'm not sure!
I will test and send feedback!
Click to expand...
Click to collapse
but I think after reflashing stock, boot logo will be return to normal.
I tried that command and relock the bootloader several times as i didnt got the same battery backup as stock... So my question is after relocking and flahing stock rom... Do i get the OTA? and will it get flashed sucessfully?
sagar27691 said:
I tried that command and relock the bootloader several times as i didnt got the same battery backup as stock... So my question is after relocking and flahing stock rom... Do i get the OTA? and will it get flashed sucessfully?
Click to expand...
Click to collapse
Yes you will be able to get over the air updates after relocking bootloader if necessary system apps and files are not modified.
If you are not able to get ota you could also flash stick firmware images.
Thanks man... I flashed the whole stock rom from xda here only...
Even though I've run the commands to re-lock, going into the fastboot (bootloader) mode shows it's unlocked.
Anyone figure out a way to actually re-lock it?
JWhipple said:
Even though I've run the commands to re-lock, going into the fastboot (bootloader) mode shows it's unlocked.
Anyone figure out a way to actually re-lock it?
Click to expand...
Click to collapse
No, once it's unlocked, the counter will always show an unlocked bootloader. Best you can do is hide the opening unlocked bootloader screen.
In the 1st Moto G i have sucessfully relocked the bootloader.
You can use the command 'fastboot oem lock begin', then flash all files from fastboot firmware changing the logo file to logo-mod.bin (File that have removed the unlocked warning image, because flashing custom logo.bin doesn't check crc or hash when relocking the bootloader), then finish with 'fastboot oem lock' command.
Example:
fastboot oem lock begin
fastboot flash partition gpt.bin
- - - rest of commands
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem lock
I don't have tested because i don't have unlocked my g3 bootloader yet.
Just try
jmadotme said:
In the 1st Moto G i have sucessfully relocked the bootloader.
You can use the command 'fastboot oem lock begin', then flash all files from fastboot firmware changing the logo file to logo-mod.bin (File that have removed the unlocked warning image, because flashing custom logo.bin doesn't check crc or hash when relocking the bootloader), then finish with 'fastboot oem lock' command.
Example:
fastboot oem lock begin
fastboot flash partition gpt.bin
- - - rest of commands
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem lock
I don't have tested because i don't have unlocked my g3 bootloader yet.
Just try
Click to expand...
Click to collapse
Been there, done that, got the T-Shirt, doesn't stop the banner from saying the bootloader is unlocked.
JWhipple said:
Been there, done that, got the T-Shirt, doesn't stop the banner from saying the bootloader is unlocked.
Click to expand...
Click to collapse
Have you flashed moded logo.bin?
I still don't understand the point of all this... why are people trying to go through all the work of relocking the bootloader?!?! There is ZERO benefit to it... your warranty is still void (you don't even have to unlock, just agree to the terms and get the unlock token), it doesn't enhance resale value, it doesn't change the performance, so why all the effort to try to do it?!?!
acejavelin said:
I still don't understand the point of all this... why are people trying to go through all the work of relocking the bootloader?!?! There is ZERO benefit to it... your warranty is still void (you don't even have to unlock, just agree to the terms and get the unlock token), it doesn't enhance resale value, it doesn't change the performance, so why all the effort to try to do it?!?!
Click to expand...
Click to collapse
to get the new official OTA... if bootloader is locked and have stock rom we are able to get the OTA and can flash successfully with it... though it shows bootloader unlocked warning.
sagar27691 said:
to get the new official OTA... if bootloader is locked and have stock rom we are able to get the OTA and can flash successfully with it... though it shows bootloader unlocked warning.[emoji14]
Click to expand...
Click to collapse
Hmm... Are you sure? If you are unlocked but otherwise pure stock, you should still get OTAs, if your not then they are most likely blocked server-side not client-side. In other words just accepting the T&C of a Motorola bootloader unlock could not only void your warranty, but also blacklist your IMEI from OTAs as well.
I could be wrong, but I think your "barking up the wrong tree" here... I can tell you for sure that Huawei does it this way since Lollipop, if you unlock the bootloader your IMEI is blacklisted server-side... They are very straightforward about it.
Sent from my MotoG3 using Tapatalk
acejavelin said:
Hmm... Are you sure? If you are unlocked but otherwise pure stock, you should still get OTAs, if your not then they are most likely blocked server-side not client-side. In other words just accepting the T&C of a Motorola bootloader unlock could not only void your warranty, but also blacklist your IMEI from OTAs as well.
I could be wrong, but I think your "barking up the wrong tree" here... I can tell you for sure that Huawei does it this way since Lollipop, if you unlock the bootloader your IMEI is blacklisted server-side... They are very straightforward about it.
Sent from my MotoG3 using Tapatalk
Click to expand...
Click to collapse
not at all... already flashed official firmware 3 times after experiencing the less battery backup on custom roms. in this 3 times i flashed the modified bootlogo so didnt got the warning of bootloader unstlocked and not able to get the OTA but then again i flashed the official firmware 4th time and without that modified bootlogo in hope to get the latest OTA build no. LPI23.72-65 and it worked i got that update next day... and still its show bootloader unlocked warning... so that warnling doesn't affect the OTA is you have everything stock with locked bootloder.
Can anyone post a modified logo without the unlocked warning? My bootlock is relocked but i wanna get rid of this message. Thanks!
Just to clear up any confusion. There is no need to relock the bootloader. In fact it seems like a waste of time to me...
https://motorola-global-portal.custhelp.com/app/answers/prod_answer_detail/a_id/91999/p/1449,8620
After I unlock my device bootloader, am I still eligible to receive software upgrades from Motorola?
Unlocking your bootloader does not affect your eligibility to receive over-the-air (OTA) upgrades from Motorola. Upgrade packages to new versions of Android will be pushed to all eligible devices, regardless of their bootloader locking status.
Click to expand...
Click to collapse

unlocking bootloader help

Hello. is it possible to unlock bootloader without wiping the whole device ? I have unlocked it before and later relocked back.
umo4u said:
Hello. is it possible to unlock bootloader without wiping the whole device ? I have unlocked it before and later relocked back.
Click to expand...
Click to collapse
No, it is not possible, every unlock will wipe the device.

Yes or No Question - Can I still root my Verizon Pixel Build NMF26O

Just need a yes or no. I've read tons of threads but can't get a simple yes or no. I inherited this phone so I couldn't unlock before taking an update. Can I root this phone:
Yes
or
No
No, you cannot currently root a Pixel on NMF26O with the default locked bootloader. The current root method requires an unlocked bootloader, and the exploit that previously allowed the Verizon bootloader to be unlocked does not work on NMF26O.
Can you flash back to OEM image and unlock then reflash new build then root?
bturkel said:
Can you flash back to OEM image and unlock then reflash new build then root?
Click to expand...
Click to collapse
No. You can't flash unless it is already unlocked.

Can I root without unlocking my boot loader?

Is there a way to just root your phone without unlocking your boot loader? I just want to simply root and install some apps that require root but that is it.
Thanks...
falcon26 said:
Is there a way to just root your phone without unlocking your boot loader? I just want to simply root and install some apps that require root but that is it.
Thanks...
Click to expand...
Click to collapse
I'm pretty sure that you need to unlock your bootloader first.
Not sure if you can unlock - root - relock ??
I think this is not possible yet without unlocking the bootloader.
johnhux7 said:
I'm pretty sure that you need to unlock your bootloader first.
Not sure if you can unlock - root - relock ??
Click to expand...
Click to collapse
Once you unlock and relock your bootloader, its status will be relocked, so your warranty is void anyways.
So I have to unlock the boot loader first. Dam I assume that is on the difficult side of things as well...
takichiman said:
Once you unlock and relock your bootloader, its status will be relocked, so your warranty is void anyways.
Click to expand...
Click to collapse
If you want the status to show "locked" and not relocked to get your warranty back, you can use the downgrade package from nougat to marshmallow and flash stock B131.
I managed to relock my bootloader using this method : my fastboot screen says "locked" (and not "relocked")
Axelguitt said:
If you want the status to show "locked" and not relocked to get your warranty back, you can use the downgrade package from nougat to marshmallow and flash stock B131.
I managed to relock my bootloader using this method : my fastboot screen says "locked" (and not "relocked")
Click to expand...
Click to collapse
Anyone could confirm it?
falcon26 said:
Is there a way to just root your phone without unlocking your boot loader? I just want to simply root and install some apps that require root but that is it.
Thanks...
Click to expand...
Click to collapse
Wait for kingroot method. No need to unlocking bootloader to root, people do it because its only one way to have root on honor 8 now - by flashing supersu in twrp, and twrp/modified recovery you can flash only if you unlocked your bootloader first.
WYPIERDAALAAC said:
Anyone could confirm it?
Wait for kingroot method. No need to unlocking bootloader to root, people do it because its only one way to have root on honor 8 now - by flashing supersu in twrp, and twrp/modified recovery you can flash only if you unlocked your bootloader first.
Click to expand...
Click to collapse
I confirm.

Categories

Resources