Follow these steps to Unlock bootloader on YUNIQUE
Steps:
1. Firstly enable Developer tools (Pressing Build number 4-5 times continuously under about phones in setting).
2. Now enable USB debugging and OEM unlocking under Developer options.
3. Steps to Boot Into recovery and unlock bootloader:
A. Switch off the device.
B. Press volume UP and then press power button keeping Volume UP pressed, You will get a vibration and device will boot into recovery
C. Use volume UP and Volume down button to move up and down in the Menu and use Power button to select nay option.
D. Now select Reboot to Bootloader
E. Now you will enter Fastboot mode.
F. To get OEM info use following command:
As you can see Device unlocked: False
(That means Bootloader is locked)
G. Now to unlock bootloader type following commands:
H. After bootloader is unlocked device will reboot to system itself that means device is successfully unlocked.
Now to check if the bootloader is Unlocked, Re-enable the ADB detection then enter the bootloader and type following commands.
Steps:
1. Firstly enable Developer tools (Pressing Build number 4-5 times continuously under about phones in setting).
2. Now enable USB debugging and OEM unlocking under Developer options.
3. Steps to Boot Into recovery and unlock bootloader:
A. Switch off the device.
B. Press volume UP and then press power button keeping Volume UP pressed, You will get a vibration and device will boot into recovery
D. Now select Reboot to Bootloader
E. Now you will enter Fastboot mode.
F. To get OEM info use following command:
Code:
fastboot oem device-info
As you can see Device unlocked: False
(That means Bootloader is locked)
G. Now to unlock bootloader type following commands:
Code:
fastboot oem unlock-go
H. After bootloader is unlocked device will reboot to system itself that means device is successfully unlocked.
Now to check if the bootloader is Unlocked, Re-enable the ADB detection then enter the bootloader and type following commands.
Code:
fastboot oem device-info

0 Comments