How to unlock bootloader on Nokia 5.3 ? - General Questions and Answers

Well, the title describes itself, I don`t really care about losing a warranty, I need my phone get rooted. Any way to do that?

I need this information also

Soory i am so late to answer but kernel codes for nokia 5.3 are now available on their official site....this can b3 used to unlock the bootloader

keep20001 said:
Soory i am so late to answer but kernel codes for nokia 5.3 are now available on their official site....this can b3 used to unlock the bootloader
Click to expand...
Click to collapse
Hi, can you post a link and more info for this? I've seen that there is the GPL source code for some phones on the official nokia website, but I have no idea on how that can be used to unlock the bootloader. Maybe you can link to some guide available online?
I also need it to unlock the bootloader, and root, for the Nokia 2.2 (for which there is no source code on nokia's site, but maybe other phones' code could be useful instead).

keep20001 said:
Soory i am so late to answer but kernel codes for nokia 5.3 are now available on their official site....this can b3 used to unlock the bootloader
Click to expand...
Click to collapse
Thanks for your response, please how can we use the kernel code to unlock the bootloader

https://www.nokia.com/phones/en_int/opensource would be my guess

Bootloader unlocking option is there in the developer settings itself. But is root available for this device?

The thing is if you do try to unlock the bootloader it doesn't work the unlock command

Hi guys, doing some research
when trying
fastboot oem unlock
you'll get
FAILED (remote: 'Failed to unlock, decrypt failed!')
because you need first to do
fastboot flash unlock unlock.key
so you can then unlock the bootloader
fastboot oem unlock
So the main thing is to generate that key. Nokia officially unlocks the nokia 8 but not the 5.3. I'll start checking their kernel which is freely available at
http://nokiaphones-opensource.azureedge.net/download/phones/Nokia5.3_V1.120.tar.bz2 as @opasx said
A good place to start can be is the fact we know that the unlocking mechanism will look on the unlock partition
I'm on that now
good luck

Hi, i too, need the unlock code for my Nokia 5.3; its a very common phone sold in supermarkets also i noticed. Maybe Hikari Calyx who did amazing job here with difficult 2.2 Nokia can help with this one too?!? =D ....

there's a community discussion here too https://community.phones.nokia.com/discussion/61734/nokia-5-3-bootloader-unlock

molotov1907 said:
there's a community discussion here too https://community.phones.nokia.com/discussion/61734/nokia-5-3-bootloader-unlock
Click to expand...
Click to collapse
Thanks

I don't think there is really a "unlock" partition it is probably just a file system that is made by the bootloader , checking the kernel source code is going to be useless as the unlocking mechanism is controlled by the bootloader , maybe using QFIL in 9008 mode and then flashing a modded devinfo (Same thing used in the Lenovo tab 4 10 , due to the bootloader unlocking option being greyed out)

We need someone with an unlocked Nokia 8 to dump the DevInfo through QFIL before and after unlocking the bootloader , we can use this data to see if DevInfo partition controls bootloader unlock state.

molotov1907 said:
Hi guys, doing some research
when trying
fastboot oem unlock
you'll get
FAILED (remote: 'Failed to unlock, decrypt failed!')
because you need first to do
fastboot flash unlock unlock.key
so you can then unlock the bootloader
fastboot oem unlock
So the main thing is to generate that key. Nokia officially unlocks the nokia 8 but not the 5.3. I'll start checking their kernel which is freely available at
http://nokiaphones-opensource.azureedge.net/download/phones/Nokia5.3_V1.120.tar.bz2 as @opasx said
A good place to start can be is the fact we know that the unlocking mechanism will look on the unlock partition
I'm on that now
good luck
Click to expand...
Click to collapse
any update?

Greetings, I ask you to support the petition, I see no other way out, otherwise we will never see the unlocked bootloader. Don't be indifferent.
Все в наших руках
unlock bootloader nokia 5.3 and 5.4
chng.it

Better than never, and good luck.
[GUIDE] Here's how to unlock the bootloader of Nokia 5.3.
#/usr/bin/env python3 from hct_principle import permission, content print(''' Your warranty is void. I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. Please do some...
forum.xda-developers.com

Related

How to safely unlock the bootloader P9?

How to safely unlock the bootloader P9 ? Please for detailed instructions. Thanks.
I think people used DC unlocker..
So has anyone tried to relock the bootloader? It would be nice to know if there is a method to relock that can't be detected, so our warranty says intact. I've read that dc unlocker can do that but I've never seen confirmation.
clouds5 said:
So has anyone tried to relock the bootloader? It would be nice to know if there is a method to relock that can't be detected, so our warranty says intact. I've read that dc unlocker can do that but I've never seen confirmation.
Click to expand...
Click to collapse
I've just checked too on dc unlocker site and P9 results like the last added supported model with this features:
- direct unlock
- read bootloader code
- read unlock codes
- unlock FRP
So I just unlocked my Bootloader successfully with the DC unlocker tool and wanted to share the process with you guys. If you live in Europe and tried to get your unlock code directly from Huawei you may have run into some problems but this method works. My P9 is a EVA-L09 (europe single sim version).
Do this at your own risk.
You need this tool: https://www.dc-unlocker.com/ I did it with the most recent version as of now (V1.00.1290) which is the first that supports the P9.
Basically follow the instructions in the tool to get your device connected, it's straightforward. Then you need to make an account and _buy_ credits to read your unlock code. You need 4 credits so it will cost you 4 euro. This sucks, but it's no scam or anything. It works (as I just did it).
Just log in through the tool with the data provided after making an account and go to Unlocking -->"read bootloader code". Push the button and after a few secs your code appears. WRITE IT DOWN AND/OR COPY IT TO A .txt or something
[e] important: before you unlock/relock your phone or flash a custom recovery make sure that you go to developer settings and tick "enable OEM unlock". Missing this could lead to brick in certain situations, for more info read this article and do additional research.
Once you have the code you can start the unlocking process. This is the same for people that got their unlock code through other methods.
-Disconnect and power off your P9.
-Push volume down and connect it to your Computer, when the screen turns on you are in fastboot mode.
-Open any ADB/Fastboot tool (http://forum.xda-developers.com/showthread.php?t=2317790 <- i used this) and write:
"fastboot devices"
your device should be detected. Then write:
"fastboot oem unlock XXXXXXXXXXXXXXXXXXX" )X being the unlock code you got from DC unlocker)
It gives you a warning about warranty etc you have to comply and your bootloader is unlocked. As it warns you on the screen this will do a factory reset.
If you ever want to relock the bootloader put your phone in fastboot mode and type
"fastboot oem relock XXXXXXXXXXXXXXXXXX" the bootloader will be relocked but as far as we know it's detectable that it was unlocked before.
Hope this helps, cheers
clouds5 said:
So I just unlocked my Bootloader successfully with the DC unlocker tool and wanted to share the process with you guys. If you live in Europe and tried to get your unlock code directly from Huawei you may have run into some problems but this method works. My P9 is a EVA-L09 (europe single sim version).
You need this tool: https://www.dc-unlocker.com/ I did it with the most recent version as of now (V1.00.1290) which is the first that supports the P9.
Basically follow the instructions in the tool to get your device connected, it's straightforward. Then you need to make an account and _buy_ credits to read your unlock code. You need 4 credits so it will cost you 4 euro. This sucks, but it's no scam or anything. It works (as I just did it).
Just log in through the tool with the data provided after making an account and go to Unlocking -->"read bootloader code". Push the button and after a few secs your code appears. WRITE IT DOWN AND/OR COPY IT TO A .txt or something
Once you have the code you can start the unlocking process. This is the same for people that got their unlock code through other methods.
-Disconnect and power off your P9.
-Push volume down and connect it to your Computer, when the screen turns on you are in fastboot mode.
-Open any ADB/Fastboot tool (http://forum.xda-developers.com/showthread.php?t=2317790 <- i used this) and write:
"fastboot devices"
your device should be detected. Then write:
"fastboot oem unlock XXXXXXXXXXXXXXXXXXX" )X being the unlock code you got from DC unlocker)
It gives you a warning about warranty etc you have to comply and your bootloader is unlocked. As it warns you on the screen this will do a factory reset.
If you ever want to relock the bootloader put your phone in fastboot mode and type
"fastboot oem relock XXXXXXXXXXXXXXXXXX" the bootloader will be relocked but as far as we know it's detectable that it was unlocked before.
Hope this helps, cheers
Click to expand...
Click to collapse
Great to hear that I works!
Are you planning to flash twrp and root it?
Sent from my Nexus 5X
220volt said:
Great to hear that I works!
Are you planning to flash twrp and root it?
Sent from my Nexus 5X
Click to expand...
Click to collapse
Already rooted it with the guide from the root thread here. Was quick and worked great.
clouds5 said:
So I just unlocked my Bootloader successfully with the DC unlocker tool and wanted to share the process with you guys. If you live in Europe and tried to get your unlock code directly from Huawei you may have run into some problems but this method works. My P9 is a EVA-L09 (europe single sim version).
You need this tool: https://www.dc-unlocker.com/ I did it with the most recent version as of now (V1.00.1290) which is the first that supports the P9.
Basically follow the instructions in the tool to get your device connected, it's straightforward. Then you need to make an account and _buy_ credits to read your unlock code. You need 4 credits so it will cost you 4 euro. This sucks, but it's no scam or anything. It works (as I just did it).
Just log in through the tool with the data provided after making an account and go to Unlocking -->"read bootloader code". Push the button and after a few secs your code appears. WRITE IT DOWN AND/OR COPY IT TO A .txt or something
Once you have the code you can start the unlocking process. This is the same for people that got their unlock code through other methods.
-Disconnect and power off your P9.
-Push volume down and connect it to your Computer, when the screen turns on you are in fastboot mode.
-Open any ADB/Fastboot tool (http://forum.xda-developers.com/showthread.php?t=2317790 <- i used this) and write:
"fastboot devices"
your device should be detected. Then write:
"fastboot oem unlock XXXXXXXXXXXXXXXXXXX" )X being the unlock code you got from DC unlocker)
It gives you a warning about warranty etc you have to comply and your bootloader is unlocked. As it warns you on the screen this will do a factory reset.
If you ever want to relock the bootloader put your phone in fastboot mode and type
"fastboot oem relock XXXXXXXXXXXXXXXXXX" the bootloader will be relocked but as far as we know it's detectable that it was unlocked before.
Hope this helps, cheers
Click to expand...
Click to collapse
Thanks! I just unlocked my bootloader. It didn't work at first but this was because I had forgotten to enable OEM unlock in the settings: https://www.dc-unlocker.com/enable-oem-unlock
What are the benefits of unlocking the bootloader and are there any negatives?
Sent from my EVA-AL00 using Tapatalk
Milamber said:
What are the benefits of unlocking the bootloader and are there any negatives?
Sent from my EVA-AL00 using Tapatalk
Click to expand...
Click to collapse
The phone could become less secure, however after unlocking you should be able to install a modified recovery (twrp)
Do you still get automatic updates through the phone with an unlocked boot loader? I'm keen to put an English rom on my Chinese P9
Sent from my EVA-AL00 using Tapatalk
I've tried to unlock my P9 using the DC-Unlocker method but it's just saying "FAILED (remote: password wrong)"
Any ideas?
DreamHazard said:
I've tried to unlock my P9 using the DC-Unlocker method but it's just saying "FAILED (remote: password wrong)"
Any ideas?
Click to expand...
Click to collapse
Do you get that in the DC unlocker or when you actually type the unlock command in fastboot? DC unlocker is just for reading the bootloader code not the actual unlocking. If that makes sense.
Also don't forget to "enable OEM unlock" in the dev settings.
clouds5 said:
Do you get that in the DC unlocker or when you actually type the unlock command in fastboot? DC unlocker is just for reading the bootloader code not the actual unlocking. If that makes sense.
Also don't forget to "enable OEM unlock" in the dev settings.
Click to expand...
Click to collapse
I got the codes from DC unlocker, it's the response from fastboot oem unlock <code>. DC unlocker gave me four codes, I tried all of them. OEM Unlock is enabled in settings.
I have read elsewhere that the O2 handsets are bootloader locked, but mine came from the carphone warehouse, who usually send out carrier-free handsets (thus not O2 specific). Unfortunately I don't have a microsim from another network to test this, though there doesn't seem to be any O2 branding or apps.
EDIT: I've discovered the problem, I clicked "Read unlock codes" rather than "Read bootloader code" so the codes were obviously incorrect.
So even if we use dc unlocker to unlock our bootloader they can detect it???
Veretic said:
So even if we use dc unlocker to unlock our bootloader they can detect it???
Click to expand...
Click to collapse
DC unlocker doesn't actually unlock the bootloader, it's just an alternate way to get your specific unlock code. The actual unlocking is done with a command line.
clouds5 said:
DC unlocker doesn't actually unlock the bootloader, it's just an alternate way to get your specific unlock code. The actual unlocking is done with a command line.
Click to expand...
Click to collapse
I know it doesn't unlock it and only provides an unlock code but on other huawei phones it can relock the bootloader and leave the status locked instead of relocked.
Veretic said:
I know it doesn't unlock it and only provides an unlock code but on other huawei phones it can relock the bootloader and leave the status locked instead of relocked.
Click to expand...
Click to collapse
I've searched for that myself and found a post where someone said DC unlocker can relock the bootloader leaving the status "locked" instead of "relocked". But no confirmation if that is detectable or not and it was from a different device, so no guarantees it will work for the P9... So I guess we don't have a definitive answer how this affects your warranty and it may very well depend on the country you live in, as it usually does with warranty issues.
The official Huawei page states the following (link):
"Huawei will record your unlock request information; for software and hardware failures arising as a result of unlocking the bootloader, Huawei repair centers can provide repair services charged at the standard rate for repair work outside the scope of the warranty."
The way I interpret this it means that you only lose warranty if the damage is directly related to something you did by having the bootloader unlocked. If you have an unlocked bootloader and the camera module dies within the warranty period you should be fine unless they can prove that it died because of something you flashed through the unlocked bootloader. But as I said I think this is handled case by case and depends on your local warranty law.
I have an o2 P( bought in o2 store, used DC unlocker after some faffing with installing hisuite before DC unlocker would recognise my phone.
Got the unlock code unlocked bootloader, and restored 'most' of my data via the hisuite backup feature
I'm not doing anything else with it until I have all relevant files to recover from a sketchy flash or whatnot
clouds5 said:
So I just unlocked my Bootloader successfully with the DC unlocker tool and wanted to share the process with you guys. If you live in Europe and tried to get your unlock code directly from Huawei you may have run into some problems but this method works. My P9 is a EVA-L09 (europe single sim version).
Do this at your own risk.
You need this tool: https://www.dc-unlocker.com/ I did it with the most recent version as of now (V1.00.1290) which is the first that supports the P9.
Basically follow the instructions in the tool to get your device connected, it's straightforward. Then you need to make an account and _buy_ credits to read your unlock code. You need 4 credits so it will cost you 4 euro. This sucks, but it's no scam or anything. It works (as I just did it).
Just log in through the tool with the data provided after making an account and go to Unlocking -->"read bootloader code". Push the button and after a few secs your code appears. WRITE IT DOWN AND/OR COPY IT TO A .txt or something
[e] important: before you unlock/relock your phone or flash a custom recovery make sure that you go to developer settings and tick "enable OEM unlock". Missing this could lead to brick in certain situations, for more info read this article and do additional research.
Once you have the code you can start the unlocking process. This is the same for people that got their unlock code through other methods.
-Disconnect and power off your P9.
-Push volume down and connect it to your Computer, when the screen turns on you are in fastboot mode.
-Open any ADB/Fastboot tool (http://forum.xda-developers.com/showthread.php?t=2317790 <- i used this) and write:
"fastboot devices"
your device should be detected. Then write:
"fastboot oem unlock XXXXXXXXXXXXXXXXXXX" )X being the unlock code you got from DC unlocker)
It gives you a warning about warranty etc you have to comply and your bootloader is unlocked. As it warns you on the screen this will do a factory reset.
If you ever want to relock the bootloader put your phone in fastboot mode and type
"fastboot oem relock XXXXXXXXXXXXXXXXXX" the bootloader will be relocked but as far as we know it's detectable that it was unlocked before.
Hope this helps, cheers
Click to expand...
Click to collapse
I think this might be redundant, yesterday I contacted Huawei through their customer support form on their international page with my IMEI and S/No, and about 10hrs later got my bootloader unlock code with all the usual warnings about the warranty. I'm currently at work so I can't yet confirm if the code works or not but will update this post in a few hrs when I get home.
I was genuinely surprised that the person who contacted me via email was actually a finnish customer service agent, not some google translate-bot or anything.
My device is EVA-L09 and I live in Finland.

Unlock bootloader

Hello. Is any one find a solution to unlock the bootloader? No unlock bootloader no custom recovery or custom rom...
https://forum.xda-developers.com/nokia-6-2018/help/root-nokia-6-1-2018-t3790587
https://forum.xda-developers.com/nokia-6-2018/help/bootloader-unlockable-t3787324
Since the one thread was deleted because of paid content, is paying to get bootloader unlock code the solution?
mobile_sensei said:
Since the one thread was deleted because of paid content, is paying to get bootloader unlock code the solution?
Click to expand...
Click to collapse
Buying an unlock code is the only way that I know of - and even that is getting patched by Nokia. We can only hope that Nokia will allow official unlock for this phone soon.
runekock said:
Buying an unlock code is the only way that I know of - and even that is getting patched by Nokia. We can only hope that Nokia will allow official unlock for this phone soon.
Click to expand...
Click to collapse
Try this https://forum.xda-developers.com/nokia-6-2018/how-to/root-nokia6-1-devices-t3831682

Unlocking re-locked bootloader

Hello.
Background:
I have re-locked my bootloader in process of recovering my phone from bricked state(I have used service firmware to recover it). But now I can not unlock bootloader again since asus official unlock tool says that there is "unknown network error ... [104]". Asus offical support says that my phone is no more supported and so they are not going to help me.
Question:
Is there any unofficial methods to unlock bootloader? Is it possible to make official unlock app to work again without changing motherboard?
--
Thanks in advance.
p01ar said:
Hello.
Background:
I have re-locked my bootloader in process of recovering my phone from bricked state(I have used service firmware to recover it). But now I can not unlock bootloader again since asus official unlock tool says that there is "unknown network error ... [104]". Asus offical support says that my phone is no more supported and so they are not going to help me.
Question:
Is there any unofficial methods to unlock bootloader? Is it possible to make official unlock app to work again without changing motherboard?
--
Thanks in advance.
Click to expand...
Click to collapse
how did you do to block the bootloader?
hillan821 said:
how did you do to block the bootloader?
Click to expand...
Click to collapse
I have just executed
Bash:
fastboot oem asus-back
without understanding what it does

unlocking nokia 3.4 bootloader

Hi iv got every thing setup to unlock the boot loader but now find out you need a pin which nokia doesnt give out (only nokia 8) was hoping to root with magisk but not sure how to continue without unlocking the boot loader. Is there some way to unlock the boot loader?
Did you manage to unlock the bootloader? I'm on android 12 and I can't get it unlocked.
How To Unlock Bootloader On Any Nokia Smartphone
How to Unlock Bootloader on Any Nokia Smartphone: A few days ago, in a surprise move, Nokia enabled unlocking bootloader on its device Nokia
www.getdroidtips.com
you should ask this guy for adding SM4250 support, he's the man!
https://forum.xda-developers.com/t/guide-how-to-unlock-the-bootloader-for-nokia-8-3-5g.4233949
talk to hikari and he has no flashing service or bootloader unlock for nokia 3.4/5.4
sorry for my bad English, I use a translator.
okay I just read here... must be fake news
https://nokiamob.net/2022/04/22/hik...ee-bootloader-unlock-service-for-nokia-phones
"Hikari also said that he is planning on adding to the bootloader unlock service Nokia 3.4 (DRS), Nokia 5.4 (DRD) and Nokia XR20 (TTG)."
aIecxs said:
okay I just read here... must be fake news
https://nokiamob.net/2022/04/22/hik...ee-bootloader-unlock-service-for-nokia-phones
"Hikari also said that he is planning on adding to the bootloader unlock service Nokia 3.4 (DRS), Nokia 5.4 (DRD) and Nokia XR20 (TTG)."
Click to expand...
Click to collapse
That's good news, let's wait then.

How to unlock bootloader on a honor 7a with or without the code

So I wanted to unlock and root my honor 7a so I can install a custom rom and make it like new.
The only problem with it is that Huawei (honor is a sub-brand of Huawei) since 2018 realesed a security patch where its not possible to unlock the bootloader and some companies offered the code for unlock the bootloader but you gotta pay it and they are expensive. I have tried in many ways to get the unlock code, but didn't work plus I got an encryption virus where I got the 89% of my disk encrypted with the .mmvb extension.
Is there a way where I can unlock it without the code or having the code for unlocking it?
I'm not too sure, but you could look into some open-source project, a quick sypher through GitHub brought me to this repository.
GitHub - Martazza/Huawei-Bootloader-Unlocker: This little tool let you unlock your bootloader of your huawei family device easily
This little tool let you unlock your bootloader of your huawei family device easily - GitHub - Martazza/Huawei-Bootloader-Unlocker: This little tool let you unlock your bootloader of your huawei fa...
github.com
You could possibly look into it and see if it would be of any help, I'm not able to test due to not having a device myself
toni500 said:
So I wanted to unlock and root my honor 7a so I can install a custom rom and make it like new.
The only problem with it is that Huawei (honor is a sub-brand of Huawei) since 2018 realesed a security patch where its not possible to unlock the bootloader and some companies offered the code for unlock the bootloader but you gotta pay it and they are expensive. I have tried in many ways to get the unlock code, but didn't work plus I got an encryption virus where I got the 89% of my disk encrypted with the .mmvb extension.
Is there a way where I can unlock it without the code or having the code for unlocking it?
Click to expand...
Click to collapse
Well, the best, fastest and safe way to unlock it would be with those paid services. You could also try using Potanov. Way riskier, but you do get the unlock code for free.
Fytdyh said:
Well, the best, fastest and safe way to unlock it would be with those paid services. You could also try using Potanov. Way riskier, but you do get the unlock code for free.
Click to expand...
Click to collapse
But potanov is not meant for mediatek cpu
Download TWRP from the Russian forum. Tell me, please, do you have an unlocked bootloader?
Mod edit: 4pda link removed

Categories

Resources