EASY GUIDE - Unlocking bootloader of Honor phone - Honor View 10 Guides, News, & Discussion

Follow below steps to unlock bootloader of your Honor phone.
Please note unlocking bootloader will erase all your data including internal storage, and your warranty may void.
1. First get your bootloader unlocking code for your phone by following below link.
https://forum.xda-developers.com/ho...y-guide-bootloader-unlock-code-honor-t3761592
2. Enable Developer Options (click 9 times on build number located at settings - system - about phone)
3. Enable OEM unlock & USB debugging options under developer options.
4. Make sure ADB and Fastboot drivers are installed on your computer. Connect your phone and reboot phone to install all phone drivers.
4. Boot your phone in to Fastboot mode. ( turnoff phone, press power+volume up simultaneously to boot into fastboot)
5. Run below command from your computer. Use unlocking code obtained from step 1.
fastboot oem unlock [unlock code]
6. Thats it. Reboot your phone and restore apps and data.

Related

Stock5.1.1 unlockBootloader:noEncrypt:root

Hello all,
I am on stock 5.1.1 via OTA this morning and now i'm ready to
-unlock bootloader
-disable encrypt
-root
Are these correct steps:
Unlock Bootloader
-------------------------------------
Enable Developer Options on N9
Enable OEM Unlock and USB Debugging.
Allow USB Debugging
Connect to computer (installed driver)
cmd window “adb reboot bootloader”.
N9 will reboot to bootloader mode.
cmd window “fastboot oem unlock”.
press Volume Up to confirm.
Disable Encrypt
-------------------------------------
Download boot_LMY47X_noforceencrypt Stock LMY47X Wifi #64 - No force encrypt
install with "fastboot flash boot boot_noforceencrypt.img"
Reboot to boot loader
Format userdata (fastboot format userdata)
Root
-------------------------------------
Download CF-Auto-root
bootloader should be unlocked.
Enable Developer Options on N9
Enable OEM Unlock and USB Debugging.
Enter the Bootloader mode from computer
adb reboot bootloader
run root-windows-bat
command finishes, will reboot
-------------------------------------
@kernelbase
Wrong boot image. Go here, and see post #64 > http://forum.xda-developers.com/nex...able-forced-encryption-nexus-9-t2947719/page7
For root, that will work. But many prefer to flash a custom recovery (TWRP). Then you can just download the SuperSU zip on your N9 and flash it in recovery. Links below.
>https://dl.twrp.me/flounder/
>https://download.chainfire.eu/740/SuperSU/BETA-SuperSU-v2.49.zip

CUBOT X12 - Bootloader returns to "locked" after unlock processing

Hi,
First I bricked my phone. Then I flashed the official stock rom using the SP Flash Tool. Then I started the phone and went directly to the build number and tapped it 7x. That made me a developer. Next I enabled USB developer options and enabled OEM bootloader unlocking. Then I connect my device to my Windows PC and start adb
Code:
adb reboot bootloader
That brings me into fastboot. There I use this command to unlock my bootloader:
Code:
fastboot oem unlock
After that I have tried two options:
Flashing twrp using
Code:
fastboot flash recovery x12-twrp.img
Which ends in a twrp bootloop. I guess because the cache was not wiped.
Using adb to reboot
Code:
fastboot reboot
. This however starts the rebootprocess and shows the Android man shortly - I guess that is wehere the cache is wiped - but then when I'm in the OS again everything is gone. It's like a factory reset. I can start over again by making myself a developer --> enable USB-developer options and allwo OEM bootlaoder unlock etc.
What am I doing wrong? I want to see the twrp screen on my phone. What should I do?
Many thanks for your help.

Can't unlock Nokia bootloader

Hello there. I have a Nokia 6.1 with android 9.0 and i tried to root it. I enabled the developer mode, then enabled usb debugging.
But when i tried to unlock the bootloader, i couldn't because the OEM unlocking option stays greyed out on off. So when i installed adb and fastboot, i tried to boot by adb reboot bootloader but the fastboot can't do anything because it says device is locked.
I even factory reset the device, nothing. Same thing.
What should i do? Preferably not the paid unlock...
Thanks in advance.
Try this (It will wipe the phone, so create a backup of all important files before proceeding):
1. Connect your phone to your PC with an USB cable (make sure you have activated USB debugging in developer options)
2. Run adb
3. Type in adb reboot bootloader
4. Once your phone has rebooted type in fastboot flashing unlock or fastboot oem unlock
You should have unlocked your bootloader and you should be good to go, if it doesn't work then you'll need an unlock key, which unfortunately you'll have to pay for
If you think that you have misunderstood some steps then feel free to reply

[GUIDE] How to unlock bootloader without disassembling your Nokia 3.2.

Update: It seems like you can actually unlock your device's bootloader with the normal unlock method that works on almost all devices. The following code is the fastboot command:
Code:
fastboot oem unlock
but be warned that unlocking Nokia 3.2's bootloader will make your device no longer be recognized as a certified device by Google. (meaning you would no longer be able to install such apps from Google Play Store like Netflix as they will be completely hidden within the Google Play Store.)
If you want to make your device certified by Google again, just root your device with Magisk and enable MagiskHide feature within the Magisk Manager's settings. I'll upload a tutorial on it later here in XDA.
Update 2: I have uploaded the tutorial here: https://forum.xda-developers.com/nokia-3-2/how-to/guide-how-to-root-nokia-3-2-t4109641
NOTE: PLEASE MAKE A BACKUP OF YOUR DATA, I AM NOT RESPONSIBLE FOR ANY DATA LOSS. Unlocking your bootloader wipes out your data so please backup your data first!
Required tools: SDK Platform Tools (ADB and Fastboot platform tools)
Procedure:
1. Open your Nokia 3.2, then navigate to Settings. Enable developer options by going to 'About Phone' section and tapping 'Build number' 5 times.
2. After enabling developer options, go to System in Settings. Navigate to developer options and enable OEM unlocking. (also enable USB debugging for easier access to fastboot.)
3. Connect your Nokia 3.2 to your PC through USB (make sure you have ADB and Fastboot platform tools installed and running using Powershell or Command Prompt.)
You can run platform-tools by opening the folder, then hold shift and right-click the empty space of the folder. Choose 'Open on Powershell menu' then proceed to the next step.
4. Type:
Code:
adb reboot bootloader
(if a popup appeared on your phone, make sure to trust your PC.)
If adb doesn't work trying adding "./" before adb and it would look like this:
Code:
./adb reboot bootloader
Same goes for the succeeding steps.
5. Type:
Code:
fastboot flashing get_unlock_ability
(if it shows "1" then you're good to go.)
6. Type:
Code:
fastboot oem unlock-go
(DO NOT TOUCH YOUR PHONE AT ANY COST, SPECIALLY THE POWER BUTTON.)
7. Wait for your device to boot up. (It took at least 3 minutes for me waiting for my Nokia 3.2 to boot up.)
8. Done!
If you want to lock your device's bootloader just run this command, but make sure your system is completely intact or not modified directly at any chance. (Magisk Modules are systemless so it doesn't modify the system directly):
Code:
fastboot oem lock-go
or alternatively you can run:
Code:
fastboot oem lock
Tested on:
Nokia 3.2 (TA-1164)[GLOBAL]
- Android 10 (April 5 2020 Security Patch)
- Android 10 (May 5 2020 Security Patch)
- Android 10 (December 5 2020 Security Patch)
This might work as well on Nokia 4.2.
How about Nokia 8.1 ta-1119 running on android 11? Will this work as well? or do you have any other tutorial? pls i really want to downgrade this.

Question Is there a way to DIAG MODE in M2101K7AG (sunny / mojito)

Pleas guys, is there a way to put this device in DIAG MODE or a rom modified to get root without MI account?
int211 said:
Pleas guys, is there a way to put this device in DIAG MODE or a rom modified to get root without MI account?
Click to expand...
Click to collapse
How to enter DIAG Mode and backup IMEI using QPST - Xiaomi Firmware
If you’re looking for a ways on how to enter DIAG Mode and restore / backup IMEI on Xiaomi smartphone here’s a complete guide. Below you’ll find few working methods on how to boot your device in DIAG mode and backup IMEI with Qualcomm Product Support Tools.Advertisement Entering DIAG Mode and...
xiaomifirmware.com
or
*#*#717717#*#*​
or
*#*#426#*#*
or
use terminal method (google it)
or youtube
https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwjmmb7B6eDyAhWJG-wKHXbtBVIQwqsBegQIBhAB&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D8ZzQPwD7bnE&usg=AOvVaw2rqhhONfY3ZJhbDcDfglYU
please leave a lik or"thanks" button if a method work and tell update on which one worked
I tryed now this way but with no unlock bootloader have failure, I forgot to say the bootloader is locked, its hard
int211 said:
I tryed now this way but with no unlock bootloader have failure, I forgot to say the bootloader is locked, its hard
Click to expand...
Click to collapse
Youve tried unlocking from developer options?
NOTE: I AM NOT IN ANYWAY RESPONSIBLE FOR YOU BRICKING OR DAMAGING YOUR DEVICE, I WILL NOT BE HELD LIABLE FOR YOUR ACTIONS
Steps to unlock the bootloader Xiaomi Redmi Note 10​
download and install adb and fastboot tools on pc,
open the folder where you installed adb fastboot tools
go to your phone
Unlock your phone and open the Settings menu.
Go to settings, very bottom system or device info open it
Tap build number several times andl do what must be done to enable developer option
Go to Settings--> System -> Developer Options. You will see a list of special options.
Find the following option: “OEM unlocking. Allow the bootloader to be unlocked”.
Tap on the toggle to enable OEM unlocking.
Enable USB debugging as well in the developer settings
A prompt will come up on your phone and choose always allow this Pc to connect and accept
Options
1
On your Pc ,Go to where you installed adb and fastboot "where the files and app are"
shift + right click empty area and open cmd or powershell here
Type adb reboot bootloader and Hit Enter
or
2
Press and hold the power button. Tap on Power off to turn off the phone.
Connect your phone to your computer using a USB cable.
then
Open CMD/Powershell on your computer, and enter the following command: fastboot devices
If the terminal returns something, it means the computer is successfully communicating with the phone.
Run the unlocking command: fastboot flashing unlock (if this doesnt work google fastboot unlocking commands and try the ones they have there)
The screen of the phone will give you two options once you run the unlocking command. Choose Unlock the bootloader using volume buttons.
Press the Power button to confirm your selection.
your bootloader is now unlocked happy rooting
flairepathos.info said:
Youve tried unlocking from developer options?
NOTE: I AM NOT IN ANYWAY RESPONSIBLE FOR YOU BRICKING OR DAMAGING YOUR DEVICE, I WILL NOT BE HELD LIABLE FOR YOUR ACTIONS
Steps to unlock the bootloader Xiaomi Redmi Note 10​
download and install adb and fastboot tools on pc,
open the folder where you installed adb fastboot tools
go to your phone
Unlock your phone and open the Settings menu.
Go to settings, very bottom system or device info open it
Tap build number several times andl do what must be done to enable developer option
Go to Settings--> System -> Developer Options. You will see a list of special options.
Find the following option: “OEM unlocking. Allow the bootloader to be unlocked”.
Tap on the toggle to enable OEM unlocking.
Enable USB debugging as well in the developer settings
A prompt will come up on your phone and choose always allow this Pc to connect and accept
Options
1
On your Pc ,Go to where you installed adb and fastboot "where the files and app are"
shift + right click empty area and open cmd or powershell here
Type adb reboot bootloader and Hit Enter
or
2
Press and hold the power button. Tap on Power off to turn off the phone.
Connect your phone to your computer using a USB cable.
then
Open CMD/Powershell on your computer, and enter the following command: fastboot devices
If the terminal returns something, it means the computer is successfully communicating with the phone.
Run the unlocking command: fastboot flashing unlock (if this doesnt work google fastboot unlocking commands and try the ones they have there)
The screen of the phone will give you two options once you run the unlocking command. Choose Unlock the bootloader using volume buttons.
Press the Power button to confirm your selection.
your bootloader is now unlocked happy rooting
Click to expand...
Click to collapse
That's not a proper unlock bootloader..it is safe unlock bootloader using unlock tools from xiaomi. If you unlock the bootloader to CMD it's a chance to brick. I think the proper to unlock is xiaomi tools
akoaypinoy said:
That's not a proper unlock bootloader..it is safe unlock bootloader using unlock tools from xiaomi. If you unlock the bootloader to CMD it's a chance to brick. I think the proper to unlock is xiaomi tools
Click to expand...
Click to collapse
Both are safe but through fastboot, xiaomi wouldnt know that your mi acccount is linked to an unlocked device
flairepathos.info said:
Both are safe but through fastboot, xiaomi wouldnt know that your mi acccount is linked to an unlocked device
Click to expand...
Click to collapse
Yup. There's a chance if using CMD authenticated issue mi acc
akoaypinoy said:
Yup. There's a chance if using CMD authenticated issue mi acc
Click to expand...
Click to collapse
Well mi unlock tools will be your option to go for them
flairepathos.info said:
Youve tried unlocking from developer options?
NOTE: I AM NOT IN ANYWAY RESPONSIBLE FOR YOU BRICKING OR DAMAGING YOUR DEVICE, I WILL NOT BE HELD LIABLE FOR YOUR ACTIONS
Steps to unlock the bootloader Xiaomi Redmi Note 10​
download and install adb and fastboot tools on pc,
open the folder where you installed adb fastboot tools
go to your phone
Unlock your phone and open the Settings menu.
Go to settings, very bottom system or device info open it
Tap build number several times andl do what must be done to enable developer option
Go to Settings--> System -> Developer Options. You will see a list of special options.
Find the following option: “OEM unlocking. Allow the bootloader to be unlocked”.
Tap on the toggle to enable OEM unlocking.
Enable USB debugging as well in the developer settings
A prompt will come up on your phone and choose always allow this Pc to connect and accept
Options
1
On your Pc ,Go to where you installed adb and fastboot "where the files and app are"
shift + right click empty area and open cmd or powershell here
Type adb reboot bootloader and Hit Enter
or
2
Press and hold the power button. Tap on Power off to turn off the phone.
Connect your phone to your computer using a USB cable.
then
Open CMD/Powershell on your computer, and enter the following command: fastboot devices
If the terminal returns something, it means the computer is successfully communicating with the phone.
Run the unlocking command: fastboot flashing unlock (if this doesnt work google fastboot unlocking commands and try the ones they have there)
The screen of the phone will give you two options once you run the unlocking command. Choose Unlock the bootloader using volume buttons.
Press the Power button to confirm your selection.
your bootloader is now unlocked happy rooting
Click to expand...
Click to collapse
At first, tks for all.
I tried to root with your informations but always get the same information, they say I don't have permition to do anything else.
"FAILED (remote: 'Token Verify Failed, Reboot the device')
in fastboot: error: Command failed
in ADB token error still the same.
Some other Idea to try help will be appreciated
Sorry my bad english.
int211 said:
At first, tks for all.
I tried to root with your informations but always get the same information, they say I don't have permition to do anything else.
"FAILED (remote: 'Token Verify Failed, Reboot the device')
in fastboot: error: Command failed
in ADB token error still the same.
Some other Idea to try help will be appreciated
Sorry my bad english.
Click to expand...
Click to collapse
You must unlock bootloader first
Does uypur phone show the authorization popup when you connect for adb and have you allowed always allow this device?
What are you all talking about in this thread?
There is NO WAY to initially unlock the bootloader without MI account, phoning home and waiting 167+hours.
PERIOD. let that sink in.
int211 said:
Pleas guys, is there a way to put this device in DIAG MODE or a rom modified to get root without MI account?
Click to expand...
Click to collapse
Whatever you want to do after that, requires this step before. There is no "root without MI account".

Categories

Resources