how to unlock bootloader? - Honor 5X Questions & Answers

now that huawei doesnt do it anymore, is there a way to unlock the bootloader of the 5x

brolic925t said:
now that huawei doesnt do it anymore, is there a way to unlock the bootloader of the 5x
Click to expand...
Click to collapse
Last week, I used the unofficial method listed here. It worked perfectly, but it will cost you 4 euros.
https://forum.xda-developers.com/honor-5x/how-to/how-to-bootloader-unlock-honor-5x-t3328600
The unofficial method
On a Windows PC, download and install DC-unlocker from https://www.dc-unlocker.com/.
On your phone, enter Manufacturer Mode - open the dialler and enter *#*#2846579#*#*. In the app that then opens, select Project Menu -> Background settings -> USB ports settings -> Manufacturer Mode.
Download the Huawei driver pack from https://files.dc-unlocker.com/share....9D4A1EF09BA620.
Install the Huawei driver pack by extracting the file you just downloaded (using WinRAR or similar) and running 'DriverSetup'
After installing the driver pack, connect your phone to the PC. In Device Manager, after the automated driver install, you should have no 'Unknown Devices'.
Launch the previously downloaded DC-unlocker application.
From the drop down lists, select 'Huawei Phones' and 'Auto Detect Model'.
Press the magnifying glass icon - the app will then search for your phone.
You should see an image like the one below showing your phone is found. At this point, press the 'Buy Credits' option to set up your DC-Unlocker account and purchase the 4 credits required for code retrieval (this will cost €4). You can also do this directly from the DC-Unlocker website.
After your credit purchase is complete, click the 'Server' section and enter your new DC-unlocker login details. Press 'Check Login' to validate the details (if the server is busy, this may take multiple attempts).
Click the 'Unlocking' section, and click 'Read Bootloader Code'. Do NOT click 'Unlock'. Again, if the server is busy, this may take multiple attempts. The white area of the app will now display the bootloader code. Screen grab this just in case!
Open a command window on your PC, which needs to have 'adb' and 'fastboot' installed from the Android SDK.
Enable USB debugging by tapping the build number in Settings -> About 5 times, then going back and selecting the option from the Development menu.
Enable OEM unlock in the Development menu.
Connect your phone to the PC and approve the security prompt on the device screen.
In the command window on your PC / Mac, enter 'adb reboot bootloader' to enter fastboot mode'.
In the command window on your PC / Mac, enter 'fastboot oem unlock [insertnumberhere]', of course using the number provided by the DC-Unlocker process.
YOUR PHONE WILL WIPE ITSELF AT THIS POINT!
That's it! You're done!

Related

Plea for Insight. - Issue rooting

Thank you for everyone who posted on the subject of [Q] ADB doesn't detect device while in bootloader.
I am seeing the same problem.
I have an HTC Rezound that I would like to root.
USB Debugging is on Phone
Turn ON the USB debugging option on your device by heading to Menu > Settings > Developer options > USB debugging
USB connection type is "Charge Only".
Menu->Settings->Connect to PC
Set the default connection type to 'Charge only'
Device is plugged into a USB 2.0
I went to
http://www.htcdev.com/bootloader/unlock-instructions
Before beginning the instructions it said to make sure that I had the updated versions of Google SDK, Java and HTC.
NOTE: I am not using the LATEST java. I did not update my java because the software I use for my job is a bit behind. I am using Version 7 update 60 (build 1.7.0_60b19)
I used these links to get the "latest" versions and installed them as directed.
Google Android SDK zip:
http://developer.android.com/sdk/index.html
Java Runtime Environment:
http://java.com
HTC Sync Manager:
http://www.htc.com/hsm
Instructions from HTCdev.com
Step 1
After powering down, press Volume Down and while pressing Volume Down, press Power holding both buttons to start the device into Bootloader mode. If you have difficulty, power up normally, go to Settings->Battery and deselect Fast boot. Power down and try again.
Step 2
Use the Volume buttons to select up or down. Highlight Fastboot and press the Power button.
Step 3
Connect the device to the computer via a usb cable
Step 4
Download the following fastboot binary for your OS using the following links:
Platform Download Size (bytes) Checksum
Fastboot binary, Windows
(Unzip the file before executing) fastboot-win 83753 a90c25141e306b3062dc8e47e14a1005
Step 5
Open a command Prompt: Windows: Start->"cmd"
Type in Command Prompt: fastboot oem get_identifier_token.
It says it is waiting for a device message.
And this is where I get stuck.
I rebooted the phone.
<SDK location>\android-sdk\platform-tools\adb devices
I ran adb devices and it sees the device and gives me a device number.
<SDK location>\android-sdk\platform-tools\adb reboot bootloader
This put the phone in bootloader mode.
<SDK location>\android-sdk\platform-tools\adb devices
Now I no longer see the device.
Now you say, I don't have the right USB driver. Sounds perfectly reasonable.
I tried several different drivers (the ones from the brand new HTC sync I thought would work, but they didn't)
tried the drivers that came with the
WinDroid Universal Toolkit by WindyCityRockr
http://forum.xda-developers.com/showthread.php?t=2437371
and most recently I tried the Universal Nake Driver created by 1wayjonny.
http://forum.xda-developers.com/goo...nt/adb-fb-apx-driver-universal-naked-t2513339
Same problem.
So clearly, there is something else I am not doing.
I would really appreciate your help.
When your phone is in fastboot mode you cannot use "ADB Devices" to view it, you can to use "fastboot devices" instead. It will either find or not find the device. If it does not, I think it is still a driver issue.
I'd uninstall all your fastboot drivers (HTC etc), plug in the phone again, wait until it asks for driver, then have it search automatically online (assuming you're on W7). Then try fastboot again.

I cannot get fastboot to detect my device.

I have the Huawei Ascend Y300-0151 and am trying to unlock the bootloader, in which I cannot get through their website because it's really buggy and won't accept my information.
So these are the steps I've taken:
- Download SDK Manager and install platform-tools and Google USB Driver
- Boot my phone up and connect to the PC
- I can run the command 'adb devices' and my device shows with a unique ID.
- Boot my phone into recovery/download mode (purple screen).
- Connect my phone, the PC detects it.
- However, when I run the command 'fastboot devices', nothing shows up.
Yes, I have installed a driver for my device and it's now showing as Android Bootloader Interface.
I've run out of ideas and have been googling for answers for a very long time, but to no avail.
Any help would be greatly appreciated, thanks!
illquo said:
I have the Huawei Ascend Y300-0151 and am trying to unlock the bootloader, in which I cannot get through their website because it's really buggy and won't accept my information.
So these are the steps I've taken:
- Download SDK Manager and install platform-tools and Google USB Driver
- Boot my phone up and connect to the PC
- I can run the command 'adb devices' and my device shows with a unique ID.
- Boot my phone into recovery/download mode (purple screen).
- Connect my phone, the PC detects it.
- However, when I run the command 'fastboot devices', nothing shows up.
Yes, I have installed a driver for my device and it's now showing as Android Bootloader Interface.
I've run out of ideas and have been googling for answers for a very long time, but to no avail.
Any help would be greatly appreciated, thanks!
Click to expand...
Click to collapse
Given that your attempting to unlock the bootloader of your Huawei device, you should probably send an email to Huawei support requesting for your bootloader unlock code (thats what I did and they replied asking for my device information, and I gave it to them to which I then got my unlock code). For ADB to work you need to boot into fastboot mode, not recovery, then simply use the bootloader unlock code with the following command in cmd: fastboot oem unlock <insert your code here>
And then your done. Be cautious when unlocking your bootloader as you should make sure you have your developer options enabled and the "allow bootloader to be unlocked" option enabled as well.
LaserOP said:
Given that your attempting to unlock the bootloader of your Huawei device, you should probably send an email to Huawei support requesting for your bootloader unlock code (thats what I did and they replied asking for my device information, and I gave it to them to which I then got my unlock code). For ADB to work you need to boot into fastboot mode, not recovery, then simply use the bootloader unlock code with the following command in cmd: fastboot oem unlock <insert your code here>
And then your done. Be cautious when unlocking your bootloader as you should make sure you have your developer options enabled and the "allow bootloader to be unlocked" option enabled as well.
Click to expand...
Click to collapse
I have e-mailed them 2 weeks ago and they are not replying. You're meant to do it through their website, but as I've said, I supply the correct information and it either re-directs to a page that is not there or says I am not entering my information correctly when I've done it over and over again.
The purple screen is fastboot mode isn't it? Because that's the screen I'm entering the commands in, but it's not showing up. I cannot enter in a code for fastboot oem unlock because my device will not be recognized by fastboot in the first place.
So before I am to unlock my bootloader, I'm trying to get my device recognized by fastboot.
illquo said:
I have e-mailed them 2 weeks ago and they are not replying. You're meant to do it through their website, but as I've said, I supply the correct information and it either re-directs to a page that is not there or says I am not entering my information correctly when I've done it over and over again.
The purple screen is fastboot mode isn't it? Because that's the screen I'm entering the commands in, but it's not showing up. I cannot enter in a code for fastboot oem unlock because my device will not be recognized by fastboot in the first place.
So before I am to unlock my bootloader, I'm trying to get my device recognized by fastboot.
Click to expand...
Click to collapse
You can send them an email to get the unlock code, trust me, thats what I did. Maybe try contacting them via their support section of their site if you didn't do so last time.
By the "purple screen" do you mean the screen with options such as "HBOOT", "Fastboot", "Reboot" etc.? The "fastboot devices" command should work if it is recognised by the command "adb devices"
LaserOP said:
You can send them an email to get the unlock code, trust me, thats what I did. Maybe try contacting them via their support section of their site if you didn't do so last time.
By the "purple screen" do you mean the screen with options such as "HBOOT", "Fastboot", "Reboot" etc.? The "fastboot devices" command should work if it is recognised by the command "adb devices"
Click to expand...
Click to collapse
I'll give it a go again, thanks.
By purple screen, I mean holding down the power button and both volume control buttons and the screen boots into a purple screen. Just a purple screen, that's it. I can boot into two other modes by holding down the power button and the volume up button and another by holding the power button and volume down button. I don't have a boot mode that displays any options as you've listed above.
EDIT: I'm in fastboot mode now! It was the mode where you hold down the power button and volume down button. Hahaha. I'll let you know how I get on with unlocking the bootloader. Thanks for your help
No problem, if you found my replies helpful please press the thanks button! It is much appreciated!

[Question] ZTE Majesty Pro

Hello,
I have a Straight Talk ZTE Majesty Pro LTE [Z799VL]. It runs Android 6.0.1. This phone occasionally installs apps and has an annoying app called AppFinder. I have tried to root this phone with KingoRoot and KingRoot. So, I need help figuring out if this thing is even rootable. I would get a more accessible phone, but I'm short on money. I know this is short on information, but I'd be willing to help in any way I can.
Any help would be greatly appreciated.
Boop.
I'm fairly certain this phone was released recently. Maybe it's just too soon.
I have this same phone and am having the same problem finding info on how to root it. Keeping a hopeful eye on this thread
Any news for ZTE Majesty PRO unlock?
My friend just brought it from USA to Europe and he want to use it in normal way
Any news?
Any news?
Zte z799vl -
I have this phone and have tried many types to root it with no luck.
same here looking for root
Root
I've tried SRS King Kingo 360root etc... And many others and nothin so far. Any luck from anyone else?? Even temp root??
ZTE majesty pro z799vl tracfone
The OP is running Android 6 but I have the Straight Talk boxed ZTE Majesty Pro and it runs 7.1.1 out of the box.
There is a thread called Universal Method with a file and instructions but my Android device is the only PC I own so I haven't given it a try. The post has a Windows and a Linux method.
ChernobylBloodwolf said:
Hello,
I have a Straight Talk ZTE Majesty Pro LTE [Z799VL]. It runs Android 6.0.1. This phone occasionally installs apps and has an annoying app called AppFinder. I have tried to root this phone with KingoRoot and KingRoot. So, I need help figuring out if this thing is even rootable. I would get a more accessible phone, but I'm short on money. I know this is short on information, but I'd be willing to help in any way I can.
Any help would be greatly appreciated.
Click to expand...
Click to collapse
Have you unlocked the bootloader?
I recently upgraded to an Android 7.1.1 ZTE Majesty™ Pro Plus LTE (Z899VL) from TracFone,, and was rather dismayed to find out that it has an unremovable Facebook app (among other rubbish that I don't want/don't use).
I've never rooted a device before, and I know that this thread's a little old, but would anyone be willing to post a very-newbie-friendly step-by-step tutorial/walkthrough for rooting this phone (assuming it's possible)?
I have Developer Options enabled, and I can easily unlock the bootloader if that's required. I just want to get rid of these useless (for me) System Apps.
Oh, also: I don't have Linux, so… if it's possible, perhaps the rooting method could work using a Windows 7 PC?
need fastboot to unlock the bootloader. to the best of my knowledge, which aint much. but i can not find access to any kind of dl mode let alone fastboot.
Kizul said:
I recently upgraded to an Android 7.1.1 ZTE Majesty™ Pro Plus LTE (Z799VL) from TracFone,, and was rather dismayed to find out that it has an unremovable Facebook app (among other rubbish that I don't want/don't use).
I've never rooted a device before, and I know that this thread's a little old, but would anyone be willing to post a very-newbie-friendly step-by-step tutorial/walkthrough for rooting this phone (assuming it's possible)?
I have Developer Options enabled, and I can easily unlock the bootloader if that's required. I just want to get rid of these useless (for me) System Apps.
Oh, also: I don't have Linux, so… if it's possible, perhaps the rooting method could work using a Windows 7 PC?
Click to expand...
Click to collapse
UNLOCKING BOOTLOADER:
Download Koush Universal adb driver from koushikdutta.com and adb setup.
Install the driver first and install adb after that.
Type n and press Enter when adb setup asks for installing drivers.
After the installation, run command prompt as administrator.
Open File explorer, and navigate to C:\adb
Please take backup of your data before proceeding further.
In C:\adb press Shift+right click and select Open Command Window here.
Enable USB debugging on your phone and connect your phone to pc using USB cable.
Type "adb devices" without quotation marks and press enter.
If it shows some device to be connected, only then proceed further.
Type "adb reboot bootloader" and press enter.
Phone will boot into fastboot mode.
Type "fastboot devices" and press enter.
If it shows some device to be connected, only then proceed further.
Type "fastboot oem unlock" and press enter.
On the phone screen, the phone will ask for confirmation to unlock bootloader.
Once fastboot shows "Success" or "Done" or something else signifying that the command was successful, type "fastboot reboot" and press enter.
Your phone will reboot normally.
Congrats, you have successfully unlocked bootloader.
ROOTING:
1. For Kingoroot:
Download and install Kingoroot for PC.
Enable USB debugging on your phone and connect your phone to PC using USB cable.
Open Kingoroot.
Connect your pc to internet.
Kingoroot will detect your phone automatically and in a few seconds the root button will come up, click it and wait until the process completes.
Your phone may reboot several times during the process.
Congrats, you have a rooted phone now.
2. For Dr Fone:
Download and install Dr Fone on your PC.
Enable USB debugging on your phone.
Open Dr Fone and select Root option.
Connect your phone to your PC with USB cable.
Dr Fone will detect your phone in a few minutes.
Click "Root" button and wait.
Congrats, you have a rooted phone now.
Augustoandro said:
UNLOCKING BOOTLOADER:
Download Koush Universal adb driver from koushikdutta.com and adb setup.
Install the driver first and install adb after that.
Type n and press Enter when adb setup asks for installing drivers.
After the installation, run command prompt as administrator.
Open File explorer, and navigate to C:\adb
Please take backup of your data before proceeding further.
In C:\adb press Shift+right click and select Open Command Window here.
Enable USB debugging on your phone and connect your phone to pc using USB cable.
Type "adb devices" without quotation marks and press enter.
If it shows some device to be connected, only then proceed further.
Type "adb reboot bootloader" and press enter.
Phone will boot into fastboot mode.
Type "fastboot devices" and press enter.
If it shows some device to be connected, only then proceed further.
Type "fastboot oem unlock" and press enter.
On the phone screen, the phone will ask for confirmation to unlock bootloader.
Once fastboot shows "Success" or "Done" or something else signifying that the command was successful, type "fastboot reboot" and press enter.
Your phone will reboot normally.
Congrats, you have successfully unlocked bootloader.
Click to expand...
Click to collapse
Well, I finally managed to get my 899VL (it's not a 799VL as I'd thought — sorry) to show up as an ADB device; it accepts commands from the ADB program… except that when I execute "adb reboot bootloader", it just reboots my phone.
The ZTE logo shows, then the TracFone logo, and then Android boots as normal. It's as though I simply used the "Restart" option on my phone itself.
Due to this, I can't use "fastboot" commands, because it doesn't seem to enter Fastboot at all.
I do have both the OEM unlocking and USB debugging options turned ON. My only guess as to what's going wrong is that it's TracFone's fault. (Alas, I have no proof…)
Is there anything else that I can do to try and unlock the bootloader? Or is this phone a lost cause?
Kizul said:
Well, I finally managed to get my 899VL (it's not a 799VL as I'd thought — sorry) to show up as an ADB device; it accepts commands from the ADB program… except that when I execute "adb reboot bootloader", it just reboots my phone.
The ZTE logo shows, then the TracFone logo, and then Android boots as normal. It's as though I simply used the "Restart" option on my phone itself.
Due to this, I can't use "fastboot" commands, because it doesn't seem to enter Fastboot at all.
I do have both the OEM unlocking and USB debugging options turned ON. My only guess as to what's going wrong is that it's TracFone's fault. (Alas, I have no proof…)
Is there anything else that I can do to try and unlock the bootloader? Or is this phone a lost cause?
Click to expand...
Click to collapse
Well, I don't know about any other method to unlock boot loader.
BTW, in case of some phones, turning on the "OEM Unlock" button in Developer Options unlocks the bootloader automatically, so maybe, just check whether your bootloader is locked or not.
Both Didn't work
Augustoandro said:
UNLOCKING BOOTLOADER:
Download Koush Universal adb driver from koushikdutta.com and adb setup.
Install the driver first and install adb after that.
Type n and press Enter when adb setup asks for installing drivers.
After the installation, run command prompt as administrator.
Open File explorer, and navigate to C:\adb
Please take backup of your data before proceeding further.
In C:\adb press Shift+right click and select Open Command Window here.
Enable USB debugging on your phone and connect your phone to pc using USB cable.
Type "adb devices" without quotation marks and press enter.
If it shows some device to be connected, only then proceed further.
Type "adb reboot bootloader" and press enter.
Phone will boot into fastboot mode.
Type "fastboot devices" and press enter.
If it shows some device to be connected, only then proceed further.
Type "fastboot oem unlock" and press enter.
On the phone screen, the phone will ask for confirmation to unlock bootloader.
Once fastboot shows "Success" or "Done" or something else signifying that the command was successful, type "fastboot reboot" and press enter.
Your phone will reboot normally.
Congrats, you have successfully unlocked bootloader.
ROOTING:
1. For Kingoroot:
Download and install Kingoroot for PC.
Enable USB debugging on your phone and connect your phone to PC using USB cable.
Open Kingoroot.
Connect your pc to internet.
Kingoroot will detect your phone automatically and in a few seconds the root button will come up, click it and wait until the process completes.
Your phone may reboot several times during the process.
Congrats, you have a rooted phone now.
2. For Dr Fone:
Download and install Dr Fone on your PC.
Enable USB debugging on your phone.
Open Dr Fone and select Root option.
Connect your phone to your PC with USB cable.
Dr Fone will detect your phone in a few minutes.
Click "Root" button and wait.
Congrats, you have a rooted phone now.
Click to expand...
Click to collapse
I tried using both the wasy for the first one the device not going to fastboot mode it just restarts for "adb reboot bootloader".
i tried KingoRoot, Dr Fone but it didn't work.
Did you unlock the ZTE Majesty Pro Z799VL with this method???
drona91 said:
I tried using both the wasy for the first one the device not going to fastboot mode it just restarts for "adb reboot bootloader".
i tried KingoRoot, Dr Fone but it didn't work.
Did you unlock the ZTE Majesty Pro Z799VL with this method???
Click to expand...
Click to collapse
No, these are general instructions which work for most phones.
Z799vl Help USB tethering

Searching for TWRP boot.img and recovery.img for Neffos X1 Lite

It seems it is on that russian phone hacking site 4PDA but I can't register there because I can't speak russian. But there may be other sites too with the files.
Can't post a link to it because I'm new here but you can just google "neffos x1 lite 4pda"
Would appreciate any help in that matter. I just want to root my Neffos X1 Lite :crying:
How i want to root neffos x1 lite 7.0
Use it, guys )
fromrussiawithhelp
qwerty4pda
But you need to fill the captcha - picture with digital, written by letters.
For example:
"две тысячи пятьсот десять" > you should enter "2510". Use google )
Hi if you want to get root you need to unlok bootloadr with ADB and install TWRP with SP FlashTool and install root with TWRP.
Sorry, but I can not put a link to the files
Unlok bootloadr
1. Fully charge the battery.
2. Download and unpack the adb utility to the root of the C: \ drive.
3. Download and install adb-driver. Note: look for the adb utility and driver for your OS (win XP / 7/10) in the topic.
4. Open the item “For Developers” in the phone. To do this, go to the application "Settings" - "About the phone" - "Information about the software" and 7-10 times tap on the item "Build number".
5. Go to the opened item “For Developers” and turn on (activate) the items “Debug USB” and “Factory Unlock”. If you turn on the "Factory Unlock" item, you will need to enter a code, then enter the code that you set to unlock the screen. Exit the "Settings" item.
6. Connect the phone to the PC with a USB cable. If there are requests on the phone, then click "OK" / "Allow".
Further I will describe the sequence on the example of Win XP.
7. Open the command line: “Start” - “Run” - enter “cmd” and click “OK”.
8. In the window that appears, enter the command: cd C: \ adb and press Enter
9. Enter the command: adb devices and press Enter
A line like this should appear:
Code
xxxxxxxxxx device
*where xxxxxxxxxx is your phone ID.
10. Enter the command:
Code
adb reboot bootloader
*and press Enter.
The phone should go into fastboot mode - “fastboot mode” should appear on the phone screen.
11. Enter the command:
Code
fastboot devices
*and press Enter.
A line like this should appear:
Code
xxxxxxxxxx fastboot
*where xxxxxxxxxx is your phone ID.
12. This item is optional.
Check that the bootloader is locked. Enter the command:
Code
fastboot getvar all
*and press Enter.
In the list that appears, look for the string (bootloader) unlocked and make sure that:
Code
(bootloader) unlocked: no
13. Enter the command:
Code
fastboot oem unlock
*and press Enter.
The “OKAY” line should appear.
14. Warning! Do not skip this item.
Enter the command:
Code
fastboot reboot
*and press Enter.
The phone will start downloading in normal mode.
15. Wait for the phone to load in normal mode.
All - bootloader unlocked.
You can repeat steps 7-12 and make sure that:
Code
(bootloader) unlocked: yes
*
Then boot into the system by entering the command:
Code
fastboot reboot
*and press Enter.
Note: with unlocked bootloader:
1. On the boot screen saver (when you turn on the phone) will appear the inscriptions:
Orange state
Your device has been unlocked and can’t be trusted
Your device will boot in 5 seconds
2. The item "Factory Unlock" will remain on, but will become inactive.
---------- Post added at 11:33 AM ---------- Previous post was at 10:35 AM ----------
I will give a link to TWRP and root to lay out here, because I can’t lay out here, no rights yet.
Install TWRP and root
Installing TWRP recovery via SP Flash Tool
1. Fully charge the battery.
2. Download and copy the SuperSU archive to the root of the phone's memory card. Archive is not necessary to unpack.
Note: the SR1-SuperSU-v2.82-SR1.zip archive was being flashed to itself, which installs the “systemless” root. You can flash any other SuperSU that is suitable for android 7.0. More information can be found in the SuperSU topic.
3. Download and unpack the latest version of the SP Flash Tool to the root of the C: \ drive.
4. Install the VCOM driver on the PC.
5. Copy the MT6750_neffos_scatter.txt file and the recovery.img image to the unpacked SPFT folder.
6. Open SPFT (flash_tool.exe).
7. In the program window that opens, on the “Download” tab, check that “MTK_AllInOne_DA.bin” is selected in the “Download-Agent” line, and in the “Scatter-loading File” line - scatter-file MT6750_neffos_scatter.txt
Note: if the program complains about the absence of the preloader file, download and copy the preloader_tplink6750_65_n.bin file to the unpacked SPFT folder, but the check mark opposite the preloader should be removed.
8. Make sure that the tick in the program window is only on the recovery section, and the path to the recovery image is indicated in the “Location” column.
9. Click the "Download" button.
10. Connect the switched off phone to the PC with a USB cable. The firmware process will begin.
11. Wait until the end of the firmware until the “Download Ok” window appears.
12. Disconnect the phone from the PC. Not including the phone, go to the SuperSU installation.
I will give a link to the files in a personal message
request for files
jormelo87 said:
I will give a link to the files in a personal message
Click to expand...
Click to collapse
hello i have a neffos x1 lite bricked i am triing to solve the captcha on the 4pda but no sucess,can you pass me the files?
i need the original firmware and original scatter file,ive installed the 360Os and now i dont pass from the recovery,i was not able to install the nfos x1 lite because it tells me that i have a tp-link 6750_65_n pls help
jormelo87 said:
I will give a link to the files in a personal message
Click to expand...
Click to collapse
hi
me too.. iwant files mt6750
can ur pass it to me
Neffos X1 Lite
erinramli said:
hi
me too.. iwant files mt6750
can ur pass it to me
Click to expand...
Click to collapse
i also need te firmware file, it keeps me telling that my device is a tplink6750_65_n
tanks
Hello, i now this tread is old but i need this: Neffos X1 lite 2924 boot.img and recovery.img.
Can someone help me?
Thanks

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