unlock bootloader Nokia 1:
Step by Step Guide to unlock bootloader on Nokia 1, if you own Nokia 1 Smartphone then you Can unlock it’s bootloader using the below Instructions.
Nokia 1 Smartphone Run on android 8.1 OS Which is Powered by a Mediatek MT6737 Processor. The Device Come with 1GB of RAM and 8GB of Storage. it has a 4.5 inch IPS Display Which is Powered by a 2150mAh battery.
Note-
- unlocking the bootloader will erase all Your Personal data including Internal Storage So we advice You to First take a Complete backup of your Phone.
- Follow the Steps Correctly otherwise You May brick Your device. We are Not Responsible for any damage to Your phone.
- Ensure that Your Device at-least 50% to Prevent accidentally Shut Down During the Rooting Process.
Must Require:
1. backup NVRAM
2. backup Your Personal data
3. Create a nandroid backup
Downloads:
How to unlock bootloader on Nokia 1:
- Install adb fastboot Driver on PC
- enable usb debugging and oem unlock From Developers options
- Open CMD in adb Folder
- Get your serial number.
-
Code:
adb shell getprop ro.serialno
- Calculate md5 of the serial number of device ( i used this https://passwordsgenerator.net/md5-hash-generator/).
- Reboot bootloader.
Code:
adb reboot bootloader
- Unlock using key (md5code=md5 of your serial number).
Code:
fastboot oem key md5code
Code:fastboot oem unlock