Questions tagged [bootloader-lock]

Some bootloaders are locked by the manufactures to prevent the phones from booting unofficial firmware images.

As the excerpt already indicates, a "bootloader lock" is set by the manufacturer to keep users from "tampering too much" with the device. So with a locked bootloader, you usually can not install a or even a custom recovery.

Implementations of bootloaders differ, so "hacks" to unlock them are often pretty device-specific (and sometimes even only work with a specific version). Some devices are even not un-lockable, on others this step is not reversible (as they e.g., use "fuses" which you need to "burn", e.g. the ), and others permit you to switch between "lock" and "unlock".

A common method working on most devices is using to run adb reboot oem-unlock. For security reasons, this will include a (e.g. to prevent phone thieves from getting access to your data).

More details can be obtained, for example, from the following questions and their answers:

You might also want to check other questions tagged , there might be one specific to your device.

263 questions
53
votes
2 answers

Why does unlocking the bootloader wipe phone?

I understand that unlocking the bootloader will wipe my Android phone, but have been looking around for why. Seems to be by design, but what is the reasoning for that design? Is it some security concern, some obscure technical reason, or just for…
CatShoes
  • 815
  • 1
  • 8
  • 14
33
votes
1 answer

What's the security implication of having an unlocked boot loader?

Nexus devices can be unlocked using the fastboot command fastboot oem unlock to install a custom firmware. For security reasons, the phone is wiped when this command is executed. However after this is done, most people leave the boot loader…
ce4
  • 14,484
  • 10
  • 62
  • 106
24
votes
4 answers

What does "fastboot oem lock" do?

I've had my phone for months, loading with several firmware, ROMs and OTAs, without ever running this command. What does it do? What I know is that "fastboot oem unlock" displays the confirmation screen and obliges me to wipe my device data, and…
William C
  • 1,484
  • 6
  • 21
  • 28
18
votes
4 answers

How to re-lock Android bootloader?

I've unlocked my Nexus 5 by using CF-Auto-Root. I want to undo my actions and return the device to its original state: unrooted and locked. How can I do this?
Kebin Liu
  • 333
  • 1
  • 2
  • 8
8
votes
2 answers

Nexus 7 Error: Failed to mount /cache

I had a problem with my Nexus 7 (2013, 2nd gen) tablet. I restarted my tablet and when it was rebooting again, it showed "Google" logo and then stood there. I wait it (around 20 minutes) but it did not do anything else. Trying factory reset...…
Israel
  • 201
  • 1
  • 3
  • 9
8
votes
3 answers

unlocked device vs. unlocked bootloader

I've always thought that if a device is unlocked it means that it works with different carriers. If the device bootloader is unlocked, then does this mean the device will automatically work with different carriers? That is do unlocked device and…
user2239505
  • 943
  • 7
  • 16
  • 21
8
votes
1 answer

fastboot not working on my Nexus 4

I'm trying to root my N4, and fastboot doesn't seem to work. Running it on linux, and the fastboot binary seems to run. 'Fastboot devices' produces info on my device, but 'fastboot oem unlock' just echoes '...' and hangs. I don't get the prompt on…
littlenoodles
  • 211
  • 1
  • 2
  • 6
8
votes
1 answer

Is there a way to root an Android phone without unlocking the bootloader?

I've tried almost any method to root my ASUS ZenFone Live, but no one seems to work. Also I only need root, no unlocked bootloader (don't want to wipe data) or custom recovery (not essential ATM).
7
votes
3 answers

Unlock bootloader using fastboot using Ubuntu/Linux

I am trying to unlock bootloader for my HTC Legend. I have ADT (Android SDK according to release 21.1) on my Ubuntu/Linux box. While following the HTCDev instructions to unlock bootloader of HTC Legend. I can adb devices that results as under List…
Shoaib Nawaz
  • 173
  • 1
  • 1
  • 6
7
votes
1 answer

Bootloader wont unlock on Google Pixel 2 (G011A)

I'm trying to root my Google Pixel 2 but I can't get the bootloader unlocked. The phone is a renewed and unlocked international version, model number G011A. From the bootloader screen, and connected to the computer, this is the result from the…
ak_
  • 71
  • 1
  • 4
6
votes
1 answer

what is a bootloader unlocked phone?

What is a bootloader unlocked phone? How we can make use of it while creating or flashing ROMs? What are advantages of unlocked bootloaders over locked bootloaders? Why does not any OEM generally make bootloader unlocked phones? I am pretty naive…
Akshay Kulkarni
  • 274
  • 2
  • 6
  • 14
5
votes
1 answer

How to unlock bootloader on samsung devices?

Before you try to install any custom ROM on your device, you need to unlock the phone’s bootloader, which is a code executed before any OS (operating system) launch. The notion of a bootloader is unanimous to all operating systems worldwide and…
5
votes
1 answer

What are the various ways an Android phone can be locked?

I ask this question because the confusing terminology of different types of "locked" and "unlocked" like rooted and not rooted, Sim-locking, FRP locks, lock screens, ADB active debugging, and black listed phones, and even carrier locking. These are…
5
votes
2 answers

Problem unlocking HTC phone using their fastboot program

According to HTC, my Amaze 4G is fully ready from the factory to be queried for its identifier tolken, but when I run the appropriate command, it doesn't work. I get: $ fastboot oem get_identifier_token ... (bootloader) [ERR] Command error !!! OKAY…
Richard T
  • 313
  • 2
  • 3
  • 11
5
votes
1 answer

Problem with unlocking the HTC Wildfire bootloader with HTC unlocker

I tried to unlock HTC bootloader by the official tool but I get to the stage when I issue the command: fastboot oem get_identifier_token Unfortunatly I get error ... (bootloader) [ERR] Command error !!! OKAY [ 0.007s] finished. total time:…
Maja Piechotka
  • 473
  • 1
  • 3
  • 16
1
2 3
17 18