MI Unlock stuck at 50% (Couldn't verify device) - Xiaomi Mi MIX Questions & Answers

I'm on MIUI 8.0 Stable, 8.0.12.0 (MAHCNDI) version.
I'm trying to unlock the phone after getting permission from Xiaomi. I'm logged in to MI account, I have find device enabled, I can see my device in mi cloud and my device says "activated" in Mi account.
Whenever I'm trying to unlock the phone using MiFlashUnlock_1.1.0317.1_en, it gets stuck at 50%.
Anyone experienced the same problem ? Any solution to that ?

Check to see if your phone was already unlocked. This happened to me when I found out my boot loader was already unlocked. In fastboot type this: fastboot oem device-info

It's more than likely a Windows 10 issue, I'm having the same problem with my Redmi Note 3 Pro SE which this is the problem.There's a work-around for the RN3,but,IDK if it'll work with other Xiaomi devices.
My MIX came bootloader unlocked,so,I can't verify with 100% certainty if W10 is the problem.
A Google search will net some information on the subject......
Sent from my Huawei MATE 9 using XDA Labs

xNiNELiVES said:
Check to see if your phone was already unlocked. This happened to me when I found out my boot loader was already unlocked. In fastboot type this: fastboot oem device-info
Click to expand...
Click to collapse
It doesnt look like:
Code:
C:\>fastboot oem device-info
...
(bootloader) Device tampered: false
(bootloader) Device unlocked: false
(bootloader) Device critical unlocked: false
(bootloader) Charger screen enabled: false
(bootloader) Display panel:
OKAY [ 0.069s]
finished. total time: 0.069s

jodvova said:
It doesnt look like:
Code:
C:\>fastboot oem device-info
...
(bootloader) Device tampered: false
(bootloader) Device unlocked: false
(bootloader) Device critical unlocked: false
(bootloader) Charger screen enabled: false
(bootloader) Display panel:
OKAY [ 0.069s]
finished. total time: 0.069s
Click to expand...
Click to collapse
Have you tried to launch unlocker with admin rights? Is a firewall blocking connection to Xiaomi server? I've unlocked my device using Windows 10 64bit. So the system isn't the problem for sure.
Gesendet von meinem Xiaomi Mi MIX

pappschlumpf said:
Have you tried to launch unlocker with admin rights? Is a firewall blocking connection to Xiaomi server? I've unlocked my device using Windows 10 64bit. So the system isn't the problem for sure.
Gesendet von meinem Xiaomi Mi MIX
Click to expand...
Click to collapse
Thank you very much! Running utility with admin rights helped unlock it !

Related

Atrix HD Bootloader

It seems that this device's bootloader is in fact unlockable. As shown in mattlgroff's thread over here . After reading through the unlock page source code, I was able to gather a few pieces of information (read the beautified source here). In the BootLoader.prototype there is a function defined called _checkProduct() which takes your unlock data and converts it into three parts split by the pound symbol.
Code:
var phoneArray = phoneID.split('#');
var phoneSN = phoneArray[0];
var phoneHash = phoneArray[2];
var phonePUID = phoneArray[3];
It then makes a POST request to this url like so:
Code:
https://motorola-global-portal.custhelp.com/cc/productRegistration/verifyPhone/" + phoneSN + "/" + phonePUID + '/' + phoneHash + '/'
It seems that not the entire unlock data string is required as the value of phoneArray[1] is never used. It appears that given the correct translation method the phone and the website both produce the same unlock token (duh or the online unlocker wouldn't work).
I've registered the #atrixhd-dev channel on freenode if anybody would like to join in the cause. Root exploiting, Bootloader unlocking, if it has to do with Atrix HD development come join.
Good news..
I'm not a dev but I really appreciate your effort. I'll keep monitoring here. Hope we'll have unlocked method as well as rooting method soon. Keep exploring..
Sent from my DROID4 using Tapatalk 2
C0deMaver1ck said:
It seems that this device's bootloader is in fact unlockable. As shown in mattlgroff's thread over here . After reading through the unlock page source code, I was able to gather a few pieces of information (read the beautified source here). In the BootLoader.prototype there is a function defined called _checkProduct() which takes your unlock data and converts it into three parts split by the pound symbol.
Code:
var phoneArray = phoneID.split('#');
var phoneSN = phoneArray[0];
var phoneHash = phoneArray[2];
var phonePUID = phoneArray[3];
It then makes a POST request to this url like so:
Code:
https://motorola-global-portal.custhelp.com/cc/productRegistration/verifyPhone/" + phoneSN + "/" + phonePUID + '/' + phoneHash + '/'
It seems that not the entire unlock data string is required as the value of phoneArray[1] is never used. It appears that given the correct translation method the phone and the website both produce the same unlock token (duh or the online unlocker wouldn't work).
I've registered the #atrixhd-dev channel on freenode if anybody would like to join in the cause. Root exploiting, Bootloader unlocking, if it has to do with Atrix HD development come join.
Click to expand...
Click to collapse
atta baby do work son!
WOW thats awesome. i am glad that no one has given up yet. thanks again and keep up the good work.
Thanks for the work!
If there's anything I can do to help, please PM me and I will be glad to participate
Sent from my HTC One S using xda premium
Posted the channel in the atrix forums. Hopefully we can get more devs to look at this phone.
Posted the channel in the atrix forums. Hopefully we can get more devs to look at this phone.
Click to expand...
Click to collapse
Do you have a link to your post?
If there's anything I can do to help, please PM me and I will be glad to participate
Click to expand...
Click to collapse
There are actually a few things, but it'd probably be best to discuss them in the chat room.
C0deMaver1ck said:
Do you have a link to your post?
See Post 1: I've registered the #atrixhd-dev channel on freenode if anybody would like to join in the cause. Root exploiting, Bootloader unlocking, if it has to do with Atrix HD development come join.
Click to expand...
Click to collapse
popfan said:
C0deMaver1ck said:
Do you have a link to your post?
See Post 1: I've registered the #atrixhd-dev channel on freenode if anybody would like to join in the cause. Root exploiting, Bootloader unlocking, if it has to do with Atrix HD development come join.
Click to expand...
Click to collapse
I know what I wrote myself. I was requesting a link to where he posted the channel I registered.
Did you really think I didn't know what I said in my own post?
Click to expand...
Click to collapse
popfan said:
C0deMaver1ck said:
Do you have a link to your post?
See Post 1: I've registered the #atrixhd-dev channel on freenode if anybody would like to join in the cause. Root exploiting, Bootloader unlocking, if it has to do with Atrix HD development come join.
Click to expand...
Click to collapse
C0deMaver1ck said:
popfan said:
I know what I wrote myself. I was requesting a link to where he posted the channel I registered.
Did you really think I didn't know what I said in my own post?
Click to expand...
Click to collapse
BWAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA
http://forum.xda-developers.com/showthread.php?t=1898965
They've already started flaming so dunno how useful it will be.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Nice! I'm hoping to root this phone ASAP any testing needing to get done I will help as long as there's no risk of bricking.
Sent from my MB886 using xda app-developers app
I second that.Ill do anything i can without bricking my phone.
C0deMaver1ck said:
popfan said:
I know what I wrote myself. I was requesting a link to where he posted the channel I registered.
Did you really think I didn't know what I said in my own post?
Click to expand...
Click to collapse
Sorry my misread
Click to expand...
Click to collapse
C:\android-sdk-windows\fastboot>fastboot flash aboot aboot.mbn
sending 'aboot' (256 KB)...
OKAY [ 0.028s]
writing 'aboot'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.314s
Click to expand...
Click to collapse
Now I'm stuck with a dead android.
No more dead android. Thanks matt
Code:
c:\>fastboot getvar all
(bootloader) version-bootloader: 1097(*)
(bootloader) product: qinara
(bootloader) secure: yes
(bootloader) mid: 0055
(bootloader) version: 0.5
(bootloader) serialno: TA********
(bootloader) qe: qe 0/0
(bootloader) unlocked: no
(bootloader) iswarrantyvoid: no
(bootloader) max-download-size: 31457280
(bootloader) emmc-size: 8GB
(bootloader) reason: Key pressed
(bootloader) revision-hardware: 0x8400
(bootloader) cpu: MSM8960 CS
(bootloader) uid: ********
(bootloader) cid: 0x01
all:
finished. total time: 0.019s
c:\>fastboot oem unlock 01234567890123456789
...
(bootloader) Password incorrect!
(bootloader) OEM unlock failure!
FAILED (remote failure)
finished. total time: 0.403s
Just pasting some info, thought it might help seeing another device. I'm calling it quit's after trying to script a brute force on fastboot oem unlock only to realize that im retarded and didn't do some simple math first. I figure with an attempt time of 0.403s each password attempt i would have to wait up to 846,818,972,806,483,136,364,827 years before it guessed the correct unlock code
CaptMorganz said:
Code:
c:\>fastboot getvar all
(bootloader) version-bootloader: 1097(*)
(bootloader) product: qinara
(bootloader) secure: yes
(bootloader) mid: 0055
(bootloader) version: 0.5
(bootloader) serialno: TA********
(bootloader) qe: qe 0/0
(bootloader) unlocked: no
(bootloader) iswarrantyvoid: no
(bootloader) max-download-size: 31457280
(bootloader) emmc-size: 8GB
(bootloader) reason: Key pressed
(bootloader) revision-hardware: 0x8400
(bootloader) cpu: MSM8960 CS
(bootloader) uid: ********
(bootloader) cid: 0x01
all:
finished. total time: 0.019s
c:\>fastboot oem unlock 01234567890123456789
...
(bootloader) Password incorrect!
(bootloader) OEM unlock failure!
FAILED (remote failure)
finished. total time: 0.403s
Just pasting some info, thought it might help seeing another device. I'm calling it quit's after trying to script a brute force on fastboot oem unlock only to realize that im retarded and didn't do some simple math first. I figure with an attempt time of 0.403s each password attempt i would have to wait up to 846,818,972,806,483,136,364,827 years before it guessed the correct unlock code
Click to expand...
Click to collapse
A for effort
Sent from my MB886 using xda app-developers app
Hey guys... i want a couple of more experienced eyes to take a look at this... does this mean unlocked BL or just a unlocked sim card (cuz i know it is sim unlocked for a fact)
Sorry if its obvious but im not a dev and i have no idea...
Sent from my MB886 using xda app-developers app
gabo_e30 said:
Hey guys... i want a couple of more experienced eyes to take a look at this... does this mean unlocked BL or just a unlocked sim card (cuz i know it is sim unlocked for a fact)
Sorry if its obvious but im not a dev and i have no idea...
Sent from my MB886 using xda app-developers app
Click to expand...
Click to collapse
That's an engineering device with an unlocked bootloader. Congrats. Unfortunately it won't help any retail devices.
Gabo, where/how did you luck into that device?
#jealous lol
Sent from my Atrix HD using Tapatalk 2

[Q] Flashing Homemade Fastboots when unlock status is unknown

I'd like to update my RAZR i to JB by flashing one of the "Homemade Fastboots", but I can't get the unlock status of this device and so I am a bit afraid the flash process might fail halfway in and the device becoming unusable. I have never played around with things like unlocking or rooting before.
The command found on page 9 of "Unlock the Bootloader on Your RAZR i" is not recognized (see below). The adt-bundle I used was just downloaded today.
C:\RAZR\adt-bundle-windows-x86_64\sdk\platform-tools>fastboot oem getvar all
...
(bootloader) unrecognized oem command
(bootloader) List of oem commands:
(bootloader) system
(bootloader) showtext
(bootloader) partitions
(bootloader) partition
(bootloader) md5
(bootloader) fb_mode_set
(bootloader) fb_mode_clear
(bootloader) blank
(bootloader) build-signature
(bootloader) help
(bootloader) unlock
(bootloader) lock
(bootloader) get_unlock_data
(bootloader) pull
(bootloader) push
(bootloader) dump
(bootloader) bosconsole
(bootloader) prod_fuse
(bootloader) nvm
(bootloader) config
(bootloader) dnx_timeout
(bootloader) proxy
FAILED (remote failure)
finished. total time: 0.240s
Btw, I did get an unlock key through the Motorola website, but the unlock command also doesn't work.
C:\RAZR\adt-bundle-windows-x86_64\sdk\platform-tools>fastboot oem unlock ............
...
(bootloader) Not supported on engineer phone!
FAILED (remote failure)
finished. total time: 0.186s
Does anyone know if the Homemade Fastboots can be loaded on this RAZR i without "bricking" it?
Ok, if unsure about flashing the homemade fastboots, is there any other reasonably safe way to flash a regular JB firmware on this RAZR i that currently has obviously a non-standard firmware?
I am somewhat worried to get another "not supported on this phone" or other error message in the middle of the process of loading another firmware, when I've already gotten beyond the point of no return, and then being stuck with a non-working phone.
Iridium8 said:
(bootloader) Not supported on engineer phone!
Click to expand...
Click to collapse
This mean that your phone is a prototype for test purposes, not a retail phone. (Hope you didn't pay for it...)
A have one of this too. Have you manage to update your phone?
Thanks a lot!
evilinheaven said:
This mean that your phone is a prototype for test purposes, not a retail phone. (Hope you didn't pay for it...)
A have one of this too. Have you manage to update your phone?
Thanks a lot!
Click to expand...
Click to collapse
Hi,
Sorry for the late reply, I didn't check back here recently.
Apparently mine is some kind of retail phone, but with a specially built software version. Since I wanted this phone so badly (and I still believe this it the one phone on the market that suits me best), but I didn't have a chance to go to Europe at the time, I bought this from a store in China that had imported it to there. However, to be able to sell this phone in China they are putting these "specially made" software versions with added Chinese UI language on the phone. Since I couldn't get any useful advise in this forum I later contacted those who sold me this phone and they told me I should be able to put any official 4.0.4 version on it (which would then be upgradable OTA), but also warned me that I could then end up with a sim-locked/net-locked RAZR i. So I didn't pursue this any further. I might try it once I've got my next smartphone, but at the moment I am still very happy with my RAZR i.

Need help Unlocking Bootloader on Moto X 2013

Hello,
I am a beginner at rooting phones. I am currently trying to unlock bootloader on my Moto X 2013 (xt1058). As of now, whenever I input the "fastboot oem get_unlock_data" I am recieving this:
C:\Users\{Username}\AppData\Local\Android\sdk\platform-tools>fastboot oem get_unlock_data
(bootloader) Variable not supported!
(bootloader) Variable not supported!
(bootloader) Variable not supported!
...
(bootloader) 3A35120665262996#54303131333043
(bootloader) 56334300000000000000000000#DC4A
(bootloader) E30140AB74170713FB64AE43E64BED9
(bootloader) 52E37#500B81040C000100000000000
(bootloader) 0000000
OKAY [ 0.350s]
When I go to the Motorola's website to see if my device can have the bootloader unlocked, it says it can't.
My system version is 222.201.1.ghost_att.ATT.en.US att
Also my phone is unlocked (meaning it works with any carrier) and I am not sure if that affects the bootloader unlock process.
Any help would be much appreciated and I am open to alternate methods as well. I currently want to install cm13 and use twrp recovery.
Thanks in advance!
smartish123 said:
Hello,
I am a beginner at rooting phones. I am currently trying to unlock bootloader on my Moto X 2013 (xt1058). As of now, whenever I input the "fastboot oem get_unlock_data" I am recieving this:
C:\Users\{Username}\AppData\Local\Android\sdk\platform-tools>fastboot oem get_unlock_data
(bootloader) Variable not supported!
(bootloader) Variable not supported!
(bootloader) Variable not supported!
...
(bootloader) 3A35120665262996#54303131333043
(bootloader) 56334300000000000000000000#DC4A
(bootloader) E30140AB74170713FB64AE43E64BED9
(bootloader) 52E37#500B81040C000100000000000
(bootloader) 0000000
OKAY [ 0.350s]
When I go to the Motorola's website to see if my device can have the bootloader unlocked, it says it can't.
My system version is 222.201.1.ghost_att.ATT.en.US att
Also my phone is unlocked (meaning it works with any carrier) and I am not sure if that affects the bootloader unlock process.
Any help would be much appreciated and I am open to alternate methods as well. I currently want to install cm13 and use twrp recovery.
Thanks in advance!
Click to expand...
Click to collapse
If Moto website that give code send you an email with the code, you can unlocked the phone.
Also the "(bootloader)" part must be cancelled, you only need the number and letter like they say on Moto website

Need updated stock ROM for moto g5s plus

Hi,
I need updated stock rom for moto G5S plus as i need to flash it
Many features crashed due to some issue and cant use current rom any more.
kuldeep_98 said:
Hi,
I need updated stock rom for moto G5S plus as i need to flash it
Many features crashed due to some issue and cant use current rom any more.
Click to expand...
Click to collapse
You can fastboot flash it. Why not use a Rom like pixel or AEX both are super solid
Sent from my XT1806 using Tapatalk
treyweez11 said:
You can fastboot flash it. Why not use a Rom like pixel or AEX both are super solid
Sent from my XT1806 using Tapatalk
Click to expand...
Click to collapse
I tried, but cant unlock my bootloader as motorola site says you does not qualify for unlocking and not blue button appears, tried different browsers as well.
kuldeep_98 said:
I tried, but cant unlock my bootloader as motorola site says you does not qualify for unlocking and not blue button appears, tried different browsers as well.
Click to expand...
Click to collapse
So just curious. What exactly happened to your phone? Sound like it was pure stock and then stopped working for some reason.
Sent from my XT1806 using Tapatalk
treyweez11 said:
So just curious. What exactly happened to your phone? Sound like it was pure stock and then stopped working for some reason.
Sent from my XT1806 using Tapatalk
Click to expand...
Click to collapse
Some water droplets fell into it, it stopped than started again but with degraded version and all those dancing things on boot animations were gone along with video not playing.
update again appeared in OTA and i updated it but still no success, and when i try to flash downgraded version it says:
fastboot flash partition gpt.bin
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slotartition: not found
target reported max download size of 536870912 bytes
sending 'partition' (45 KB)...
OKAY [ 0.006s]
writing 'partition'...
(bootloader) Validating 'gpt.default.xml'
(bootloader) Security version downgrade
(bootloader) Image primary_gpt failed validation
(bootloader) Preflash validation failed
(bootloader) Cancelling 'gpt.default.xml'
FAILED (remote failure)
finished. total time: 0.079s
is there any workaround for this? any possible way where i can root my phone without unlocking bootloader and can flash some new roms ( its a month old device and service centre has void its warranty)
Sounds like it's more of a physical things than a software issue. Did you get insurance?
Sent from my XT1806 using Tapatalk

Bootloader Unlock issue

Hello I have a Rog 2 Tencent coverted to Global with WW fingerprint out of the box. I downloaded the latest unlock tool from asus website (YODA_SIGNED_UnlockTool_9.1.0.11_190708_fulldpi), however when i try to unlock it shows "the device is unlocked" even though it is not unlocked (confirmed with fastboot and the lack of bootloader unlocked warning on bootup. It had Android 10 on it originally which I proceeded to downgrade to Android 9 after the unlock tool didn't work on 10 and also does not work on 9. What else can I try to unlock the damned Bootloader on this device? Thanks
rabunz1105 said:
Hello I have a Rog 2 Tencent coverted to Global with WW fingerprint out of the box. I downloaded the latest unlock tool from asus website (YODA_SIGNED_UnlockTool_9.1.0.11_190708_fulldpi), however when i try to unlock it shows "the device is unlocked" even though it is not unlocked (confirmed with fastboot and the lack of bootloader unlocked warning on bootup. It had Android 10 on it originally which I proceeded to downgrade to Android 9 after the unlock tool didn't work on 10 and also does not work on 9. What else can I try to unlock the damned Bootloader on this device? Thanks
Click to expand...
Click to collapse
Since your tencent came with WW ROM then bootloader is unlocked by seller. Any tencent version of the phone with WW ROM is not official device by Asus. Most sellers out there takes these tencent version opens the box and unlocks the bootloader to reflash it to WW ROM and that also voids the warranty. You should send it back and request a refund since you have no warranty anymore and your device has been tampered by the seller. Also these nasty sellers have tools to re-seal the box making it look untuched when it's not. Asus has warned and confirmed about this problem on their forum and are requesting anyone who buys a tencent version with WW ROM should send it back and request for a refund. Due to no valid warranty and that the device has been modified / tampered by the seller
Jake.S said:
Since your tencent came with WW ROM then bootloader is unlocked by seller. Any tencent version of the phone with WW ROM is not official device by Asus. Most sellers out there takes these tencent version opens the box and unlocks the bootloader to reflash it to WW ROM and that also voids the warranty. You should send it back and request a refund since you have no warranty anymore and your device has been tampered by the seller. Also these nasty sellers have tools to re-seal the box making it look untuched when it's not. Asus has warned and confirmed about this problem on their forum and are requesting anyone who buys a tencent version with WW ROM should send it back and request for a refund. Due to no valid warranty and that the device has been modified / tampered by the seller
Click to expand...
Click to collapse
Hello, Fastboot shows device is locked
(bootloader) Device unlocked: false
(bootloader) Device critical unlocked: false
(bootloader) Charger screen enabled: true
(bootloader) Device authorized: false
(bootloader) Device authorized2: false
(bootloader) ABL : AC-ES-15-WW-user
(bootloader) SSN : KBAIKN0631012JE
(bootloader) ISN : ZS82L19B18V03849
(bootloader) IMEI : 357071102282043
(bootloader) CID : ASUS
(bootloader) Project : ZS660KL_L
(bootloader) DT ID : 91
(bootloader) CPU ID : 0 (12LAYER)
(bootloader) Feature ID : 6 (AC_12LAYER)
(bootloader) JTAG ID : 5 (0x300A50E1)
(bootloader) SB=Y
(bootloader) TotalDMCounter : 0
(bootloader) DMCounter : 0
(bootloader) SlotARetryCounter : 0
(bootloader) SlotAUnbootableCounter : 0
(bootloader) SlotBRetryCounter : 1
(bootloader) SlotBUnbootableCounter : 0
(bootloader) BOOT_COUNT : 89
(bootloader) LOCK_COUNT : 0
(bootloader) Check_APDP : 0
(bootloader) Check_MSADP : 0
(bootloader) rawdump_en : false
(bootloader) Current Slot : a
(bootloader) Slot_a bootable : Bootable
(bootloader) AVB Verity : Enable
(bootloader) Verify vbmeta ret : 0
(bootloader) CN Low Cost Tar Status : false
OKAY [ 0.141s]
Finished. Total time: 0.141s
Tencent devices can be locked after conversion and also unlocked with apk from asus website, however this specific device will not unlock with the apk even though the apk reports "this device is unlocked"
I need a solution guys.
PS: Device was on slot_a, i tried slot_b same issue and i also tried the asus relock command which shows that device is already locked.
Done using edl method posted on another thread, updated to 10 and format to fix battery charge and headphone issue.
Didn't want to try this method at first.
rabunz1105 said:
Done using edl method posted on another thread, updated to 10 and format to fix battery charge and headphone issue.
Didn't want to try this method at first.
Click to expand...
Click to collapse
Can you give the links for the required files to unlock bootloader and guide to do it .
Unlock bootloader
rabunz1105 said:
Done using edl method posted on another thread, updated to 10 and format to fix battery charge and headphone issue.
Didn't want to try this method at first.
Click to expand...
Click to collapse
I have same problem bro plzzz help me for unlock bootloader my asus rog phone 2
Any solution to this?

Categories

Resources