Ga door naar hoofdinhoud

How to unlock the bootloader of an Android Phone

Wat je nodig hebt

  1. How to unlock the bootloader of an Android Phone, Finding the Build Number: stap 1, afbeelding 1 van 3 How to unlock the bootloader of an Android Phone, Finding the Build Number: stap 1, afbeelding 2 van 3 How to unlock the bootloader of an Android Phone, Finding the Build Number: stap 1, afbeelding 3 van 3
    • First, we need to find the Build Number.

    • Usually you can find it under About Phone > Build Number or System > About Phone > Build Number, but since it varies from device to device using the search function is usually the easiest way.

    15min-1hour is incorrect for xiaomi phones. for xiaomi phones its 5-7 buisness days

    Filip - Antwoord

  2. How to unlock the bootloader of an Android Phone, Unlocking developer options: stap 2, afbeelding 1 van 2 How to unlock the bootloader of an Android Phone, Unlocking developer options: stap 2, afbeelding 2 van 2
    • Now you just need to tap the Build number repeatedly, until you get a confirmation message saying "You are now a developer!". I already enabled developer options on my device, so I don’t need to do it again.

    • You might be prompted to enter your lock screen password, if you have one set up.

  3. How to unlock the bootloader of an Android Phone, Allowing OEM unlocking: stap 3, afbeelding 1 van 1
    • In the developer options, find the OEM unlocking option and enable it.

    • You might be prompted to enter your lock screen password, if you have one set up.

    I can't enable the OEM on my phone

    Ibsan Furgassa - Antwoord

    i have the same issue while enabling oem it's says i didn't complete the two weeks

    Fana$onic - Antwoord

  4. How to unlock the bootloader of an Android Phone, Enable USB debugging: stap 4, afbeelding 1 van 1
    • In the developer options, find the USB debugging option and enable it.

  5. How to unlock the bootloader of an Android Phone, Connect your phone to your computer: stap 5, afbeelding 1 van 2 How to unlock the bootloader of an Android Phone, Connect your phone to your computer: stap 5, afbeelding 2 van 2
    • Plug your phone into your computer via a USB-C to USB-A Cable.

    • If you have a bad cable you might encounter some problems. Some older devices also dislike USB 3 in fastboot mode.

    • Pull down the notification shade and select Charging this device via USB.

    • Select the option File transfer/Android Auto.

    • On some older devices this option might be called MTP instead.

    Well that takes care of that cuz I don't have a regular PC but I will save these directions since Someone is donating a Chromebook to me, I went back to consumer cellular after they went with ATT instead of TMobile also & ATT installed software and what looks like bootloader and something about binding? Permissions say NO or NA but they were allowed to do this anyway! I'm furious

    deb patterson - Antwoord

  6. How to unlock the bootloader of an Android Phone, Allowing your computer to run ADB commands on your device: stap 6, afbeelding 1 van 2 How to unlock the bootloader of an Android Phone, Allowing your computer to run ADB commands on your device: stap 6, afbeelding 2 van 2
    • Open the terminal application on your computer with the SDK Platform Tools installed and enter adb devices

    • This should trigger a popup on your device. Make sure to have the checkmark ticked and click Allow.

    • I haven’t added the platform-tools-folder to PATH. That’s why I need to open my terminal window in the platform-tools-folder and enter .\ as a prefix to my commands.

    • You can run the command again to check if it worked. It should now say device instead of unauthorized.

    PS C:\Users\ADMIN> adb reboot bootloader

    adb : The term 'adb' is not recognized as the name of a cmdlet, function,

    script file, or operable program. Check the spelling of the name, or if a

    path was included, verify that the path is correct and try again.

    At line:1 char:1

    + adb reboot bootloader

    + ~~~

    + CategoryInfo : ObjectNotFound: (adb:String) [], CommandNotF

    oundException

    + FullyQualifiedErrorId : CommandNotFoundException

    help me pls how do I do that

    Lê Minh Khôi - Antwoord

    Since you probably haven't "installed" the platform tools, you'd have to use the terminal in the folder you downloaded. You could do that by first running the command cd C:\[location of the folder]\platform-tools first and adding a .\ in front of every subsequent command, like I do in the guide images. Alternatively, if you have a current version of Windows 10 or 11, you can actually install the platform tools via the Microsoft Store by running winget install --id=Google.PlatformTools -e

    Sebastian -

    Okay, so how do I get into the terminal mode on my laptop?

    ArlinaEinstein - Antwoord

    i had gotten the same error as mentioned in above comment. What should I do?

    Riya Dasani - Antwoord

    I don't have installed platform-tools, What should I do?

    Riya Dasani - Antwoord

    "draw the rest of the owl" xd

    Jesus Christ - Antwoord

    i installed sdk platform tools and android studio, but it says "the code execution cannoty proceed becuase AdbWinApi.dll was not found. reinstalling the program may fix this issue"

    Reginald Jackson - Antwoord

    Have you already tried reinstalling Android Studio? If that doesn't work, you can alternatively use the methods I mentioned in my response to the first comment on this step. You don't necessarily need the full Android Studio suite unless you're developing an app. Using Winget or simply directly downloading the platform tools folder directly is typically a better option.

    Sebastian -

  7. How to unlock the bootloader of an Android Phone, Unlocking the bootloader: stap 7, afbeelding 1 van 1
    • Enter the command adb reboot bootloader

    • Wait a couple seconds until your device rebooted into the bootloader, then enter the command fastboot flashing unlock

    • Some devices might use the command fastboot oem unlock instead.

    • If you receive an error message along the lines of FAILED (remote: 'Failed to unlock, decrypt failed!'), your phone has a locked bootloader and needs an unlock code from the manufacturer.

    • If you're stuck at < waiting for any device > and have already confirmed that your connection is stable, you may need to update your phone's USB driver.

    • You should now see a prompt similar to the one shown in the picture. Use the volume rocker to choose the Unlock the bootloader-option and confirm by pressing the power button.

    Hw long step take

    Josh Chibs - Antwoord

    for me it says what can i do? and nothing happens

    C:\Windows\System32>fastboot flashing unlock

    < waiting for any device >

    Murathan Kilic - Antwoord

    That means that it can't find your device. Have you made sure it's properly connected? Maybe a loose connection? If you are using a USB 3 cable, try using a USB 2 cable instead. USB 3 cables can sometimes cause problems. Sometimes you need to install a USB driver for your device as well, but if ADB worked Fastboot should typically work as well without installing any additional drivers.

    Sebastian -

    I get stuck at the fastboot flashing unlock/ fastboot oem unlock step.

    When i use adb reboot bootloader the phone screen does turn on, but show nothing... is that right?

    Also is it ok that my phone disconnects briefly after the adb line?

    oajk - Antwoord

    The brief disconnect is normal, since the device is rebooting, but it should show a rudimentary interface instead of just showing a blank screen. Doesfastboot device report a device even though the screen shows nothing? If so, maybe you can continue anyways.

    Sebastian -

    I keep getting: "remote: 'the command you input is restricted on locked hw'" What do I do?

    The RadioDemon - Antwoord

    Are you trying to unlock an Amazon Fire device? I don't really have much experience with more locked down devices, you might find someone who can help you on the XDA Forum or Reddit.

    Sebastian -

    I need help and the command works fine but my phone turns off to show me the menu problem is that my automatic mode is charging only and not file transfer


    Le pro - Antwoord

    Que puedo hacer si no detecta las teclas de volumen?

    Como le doy en 'yes'?!

    Para aceptar el desbloqueo

    A VTRX - Antwoord

    My phone is not detected after the reboot to boot loader is done, when execute fast boot command the device not detected in the bootloader mode.

    Soundararajan Soundarapandian - Antwoord

    PS C:\Users\sound\Downtoads\ptatform—toots—tatest—windows\pIatform—tooIs> .\adb devices

    List of devices attached


    its blank there after when in boot loader cant detect the device

    Soundararajan Soundarapandian - Antwoord

    In bootloader you need to run ./fastboot devices

    Sebastian -

    when i write reboot bootloader , the phone goes in fast boot but 1 second later it turns on

    ismaele tortora - Antwoord

    It’s possible that your phone is locked by the manufacturer, which might be why it doesn't enter bootloader mode. This is common with some brands, like Oppo. You might want to check via a quick Google search, if your phone model allows it or if it's restricted by the manufacturer.

    Sebastian -

    i cant enter the bootload by using adb reboot bootloader for my oppo r11,it just normal boot after I type "adb reboot bootloader"

    One star no tips - Antwoord

    use another method

    Lê Minh Khôi -

    my phone just says downloading , i think its infinitly loading now :/

    Liam Zriouil - Antwoord

    whenever i do adb reboot bootloader my phone turns off, then turns back on completely blank exept for the words enterring fastboot mode... and it just stays like that for ages, i can turn it back to normal but i cant really progress or do anything with fastboot mode

    DuskDomed - Antwoord

    I get this: C:\Windows\System32>fastboot flashing unlock

    < waiting for device > I used the cable from usb-c to usb-c and usb-a to usb-c but the same thing happened and when I entered abd reboot bootloader the device restarts but ends up in the bootloader where I just start reboot If I can select bootloader or power off, what do I have to do?

    Eine deutsche Antwort ist auch möglich lg

    finn - Antwoord

    Same for me as was mentioned above: the phone just freezes in >Fastboot mode...
    I feel that those Chinese mfs just made it like that or it is blocked by the manufacturer

    El Agua - Antwoord

    Tengo una Lenovo TB-7304F y al escribir .\adb reboot bootloader se quedó en un pantallazo negro sin nada en pantalla

    Qué puedo hacer?

    Flor Nancy Olascoaga Aburto - Antwoord

    well, i get an error with both fastboot flashing unlockand fastboot oem unlock : FAILED (remote: 'Unlock failed, data invalid')

    Skye - Antwoord

Conclusie

To relock your bootloader just run the command fastboot flashing lock

Only lock your bootloader while running stock firmware, or else your device will be bricked!

75 andere personen hebben deze handleiding voltooid.

Sebastian

Lid sinds: 08/19/18

28.112 Reputatie

71 handleidingen geschreven

Team

German Translators Lid van German Translators

Community

35 Leden

1.216 handleidingen geschreven

32 opmerkingen

You have shared a very useful post i really like it keep going on, thanks for sharing such an informative content about Samsung Bootloader Unlock with us. I like to visit this helpful blog again for further updates on this beneficial post.☺️

File Rehab - Antwoord

I'm using a Nokia G60 I was offered.

When I try "fastboot oem unlock" I get:

FAILED (remote: 'Failed to unlock, decrypt failed!')

Please update the guide for such cases.

Thank you

Bruno - Antwoord

As far as I know, Nokia phones need an unlock code from the manufacturer. I don't have much experience with this, so I suggest you ask/search around on forums like xda developers or reddit. It might even help to directly ask the Nokia support for help. Depending on who you end up with they might even help you out.

Sebastian -

did it work with any realme device?

ëĺäžäžÿ - Antwoord

Realme requires you to run an app beforehand, but the rest of the process should be pretty similar.

Sebastian -

I didn't complete this step by step but it seems like a pretty well put together and quite possibly useful so I think you deserve the 30 points anyway. going to save this guy and check back in after Ive tried it out

Dago Gomez - Antwoord

Device does nothing once it restarts to enter bootloader. What to do? No other key combination works too. Device is Coradir C01.

Coco Mark - Antwoord

Don't waste time, if the hardware has locked oem and that oem unlock is greyed out, you cannot unlock it. You'll need a specific code or unlocking tool from hardware manufacturer to unlock any tablet that has the boatloader locked. there is no other way around it. only a few tablets can load new firmware that was not original. nexus 7 you can load android on it. most tablets you need manufacturers tool to communicate with the software in the chip level. you can remove the chip and put chip in it but that is too much work the tablet is stuck with the OEM software. and you cannot even upgrade it. contact the manufacturer. only pixel cell phones or some cell phones you can unlock oem. these cell phones are subsidize by the cell phone company and you can only use the cell phone on their network. that is the reason you cannot unlock it from business perspective. you subscribe 5 year phone plan and cell phone is free promotions. What you have wrong tech advice telling people you can unlock it when you cannot.

tech2025 - Antwoord

Motorola g41

Jose - Antwoord

Hello,

I am getting the following error; Any idea why could I do?

$ fastboot flashing unlock or $ fastboot oem unlock

FAILED (remote: 'unknown command')
fastboot: error: Command failed

cvaa - Antwoord

The LG G5 works a bit differently, LineageOS has great instructions for that device, though.

Sebastian -

Forgot to mention it is LG G5 phone.

cvaa - Antwoord

Hello , Why am i getting this error,?

C:\Program Files (x86)\adb_fastboot>fastboot oem unlock

...

FAILED (remote: Token Verify Failed, Reboot the device

)

finished. total time: 0.004s

C:\Program Files (x86)\adb_fastboot>fastboot oem unlock 445G-H3CN-YRUR-UOX

...

FAILED (remote: Token Verify Failed, Reboot the device

)

finished. total time: 0.005s

I used fastboot flashing unlock also but nothing, same error.

Note- The phone I am trying to unlock was locked using ADB ( fastboot oem lock ).

Please help. I used even Xiaomi's official unlock tool (latest v) but says " This device is not activated. Please activate it and try again.

Thank You!

Hacker Aro - Antwoord

ich bekomme nachdem "fastboot flashing unlock" die Meldung "wait for any device". Was habe ich falsch gemacht?

rene - Antwoord

Das bedeutet das er kein verbundenes Gerät erkennt. Das könnte viele Gründe haben, z. B. ein Wackelkontakt im Stecker, ein billiges Kabel oder ein USB 3 Kabel. Fastboot ist aus irgendeinem Grund im Gegensatz zu ADB recht empfindlich.

Sebastian -

Was gibt es für Möglichkeiten den bootloader anderweitig zu entriegeln? ich habe jetzt schon viele Kabeln an unterschiedlichen buchsen verbunden, unterschiedliche treiber und adb tools versucht. ich verzweifle allmählich.

rene -

Was für ein Handy hast du denn? Es könnte auch sein, dass der Bootloader auf deinem Handy nicht entsperrt werden kann.

Sebastian -

Need more simple detailed instructions

Robert Wymore - Antwoord

Thanks again

Bravadel - Antwoord

so i ordered one of the galaxy knockoffs from amazon. So its unlocked and has dual sim etc. Has a vanilla version of stock android 13 and could be a cool phone. In my developer options it has oem unlocking built in and also a DSU loader. very robust developer options. It does not seem to want to reboot in to bootloader with the commands. I dont know if its already unlocked and i just need to load a rom or what? on amazon its called the Yemjaw C24 ultra. galaxy s24 clone i believe. I'm hoping i can get something else loaded on here, as specs wise its a powerful phone that is being underutilized by the crappy rom it came installed with.

Joshua Hayes - Antwoord

Im using a Samsung Galaxy M215F (Turkey)

when i try both of the fastboot commands, it doesnt seem to do anything. it takes abnormally long and only stops upon device disconnect

emir eri - Antwoord

Somebody did this to my phone and installed spyware hack apps you name it destroyed thousands of devices I go through so many phones because they keep getting on to the next phone I get how do I fix them like is there a way to remove these apks. They passing system app so security does nothing passes.... Also is there a way to know if the apps on a new phone are legit system apps or there shouldn't be hundreds of network overlay stacking tethering apps etc is there a list somewhere ?

Megz - Antwoord

i tried to unlock the bootloder of my infinix hot 40i and bot comand's faild to work pls if you know how to unlock it pleas advice

Blacknight Ravana - Antwoord

how to get the unlock code for specific smartphone like Huawei P30 pro? i have tried all steps many times but it does not work!!! i need to get the code but i do not know where to get!! i have checked many website including Huawei official site and AI chat tools, where are trusted sources to get unlocking code for android smartphones??

Roman Ismaeel - Antwoord

Am using sumsang A04e please help with guid on how to unlock payments from watu credit

Isaac12 - Antwoord

Thx for that tutorial, top quality !

Guilbault Frederic - Antwoord

Bonsoir je suis ravis de tomber sur cet site internet.je suis un dépanneur j'aimerais bien me lancer plus profond . quelqu'un peut m'aider

Tianne - Antwoord

please , is that works with HTC U Ultra ?

George Youssif - Antwoord

Impressed app and am interested in it

Thomas Luate - Antwoord

I am the first to start these programm what should I do

Hussein Kassimu Nindi - Antwoord

Please help me to start this business

Hussein Kassimu Nindi - Antwoord

Bonjour
Comment revenir à un fonctionnement normal pour éviter le message de sécurité au démarrage et revendre son téléphone ?

Claude PRIMAT - Antwoord

Voeg opmerking toe

Weergavestatistieken:

Afgelopen 24 uren: 277

Afgelopen 7 dagen: 1,798

Afgelopen 30 dagen: 9,155

Altijd: 246,510