How to check if your bootloader is locked or unlocked?
This tutorial is suitable for all versions of Android. We are provoding two different methods to check the status of your bootloader, use the one that works for you.
Method 1 :
This one is the easiest method and works with many device out there, you don’t require any use of PC, you just need to enter a spacial block of numbers in your keypad to check your bootloader’s status.
Step 1 : Open your device’s dialer (App where you enter telephone numbers to call someone).
Step 2 : Dial the below code, it will automatically open a new windows. (if it doesn’t opens anything then use the second method).
*#*#7378423#*#*
Step 3 : Now in that window go to Service Info >> Configuration, and see if there is :
Bootloader unlock allowed - Yes >> This means that your Bootloader is Locked
Bootloader Unlocked - Yes >> This means that your Bootloader is unlocked
Method 2 :
Step 1 : Download and install adb & fastboot package & drivers in your system (Google it for your device).
Step 2 : After successful installation of adb & fastboot, connect your device to your PC via USB cable in fastboot mode.
Step 3 : Now open the folder where your adb & fastboot package is extracted, press Shift key on your keyboard and right click in the folder and select “Open command prompt here“.
Step 4 : It will open a Command Prompt window.
Step 5 : Type the following command to check if the device was detected in fastboot mode.
fastboot devices
Step 6 : if you don’t get device it or anything it means that the drivers weren’t correctly installed or the device wasn’t connected properly, if this happens try reinstalling your drivers.
Step 7 : Next run the following command to check the status of your device’s bootloader.
fastboot oem device-info
[출처 : https://thebroodle.com/android/how-to-check-your-bootloader-is-locked-or-unlocked/]
'Academy I > Tech Academy' 카테고리의 다른 글
BootLoader Unlock Wizard - IMEI, unlock code (0) | 2017.06.28 |
---|---|
Recovery mode now available for a range of unlocked Xperia devices (0) | 2017.06.28 |
Bypass Lock Screen Pattern SONY Xperia Z Ultra C6833 (0) | 2017.06.28 |
SONY Bootloader Unlock (0) | 2017.06.28 |
How to ROOT Any Android by Flashing SuperSU via TWRP (0) | 2017.06.27 |
[NOUGAT] Nougat ROM for Xperia Z Ultra 7.0 AOSP (0) | 2017.06.27 |
How to Install TWRP Recovery on Android Using Fastboot (0) | 2017.06.27 |
IP관리와 NMS의 차이 (0) | 2017.06.08 |