Question Phone in fastboot mode not recognised - Xiaomi Mi 11 Ultra

Since I flashed my Mi 11 ultra from CN to EEA version Rom, it is not recognised by Windows 10 laptop when in fastboot mode.
Its the same Win 10 laptop which I used to flash the phone, so all the drivers are still installed.

You have to turn USB Debugging on again in developer settings

Done that. I've done everything. It just doesn't get recognised. No little chime when I plug it in, nothing. It works in normal mode, but not fastboot.

message me privately and i can help you through zoom/teamviewer

saisannihith said:
message me privately and i can help you through zoom/teamviewer
Click to expand...
Click to collapse
there is a hardware fault on my phone. usb debugging is enabled. when in plug in phone in fastboot mode, it doesn't even show in device manager. nothing. this screenshot is taken with the phone plugged in in fastboot mode. As you can see, it doesn't show at all.

spikemann007 said:
there is a hardware fault on my phone. usb debugging is enabled. when in plug in phone in fastboot mode, it doesn't even show in device manager. nothing. this screenshot is taken with the phone plugged in in fastboot mode. As you can see, it doesn't show at all.
Click to expand...
Click to collapse
I cant tell you anything until i see it.

Weird, I attached a screenshot before. Here I try again.

put cellphone in fastboot download and install file here's download link https://ufile.io/1xc7dudc

thephonetechdoc said:
put cellphone in fastboot download and install file here's download link https://ufile.io/1xc7dudc
Click to expand...
Click to collapse
I already installed that same file before. No difference. doesn't even show in devive manager. I give up.

Bro not like this. Iam asking if i can connect remotely to your PC to diagnose the drivers.

Unusual xiaomi drivers and adb devices and reinstall

Have a look and try out the method mentioned in the video. Did the trick for me

I did all of it. I don't even get that little chime that lets you know when you plug the phone in. Silence.
It works fine in normal mode.

Hi @spikemann007 !
I had the same issue.
Root cause was (for me) the USB cable. Have you already tried a alternative?
best regards!

Related

Can't flash TWRP

Hi. I decided to flash my Honor 3c with Cyanogenmod 12.1. My problem is that i need TWRP (now I have CWM) but i can't flash it to my device. I try to do it by SP Flash Tool, but after i connect my turned off device, I get this error:
BROM ERROR : S_BROM_DOWNLOAD_DA_FAIL (0x7D4)
[H/W] Fail to download DA to baseband chip's internal SRAM!
[HINT]: 1. There's an cable communication problem between FlashTool and BootROM. 2. Target might be shutdown unexpectedly or target lost power supply.
[ACTION] 1. Try again. 2. Proceed H/W checking in download cable and target side com port. 3. Monitor if power-drop occured in target side.
Click to expand...
Click to collapse
Where is the problem? I've tried with 2 different cables and 2 different computers
Ceranzuo said:
Hi. I decided to flash my Honor 3c with Cyanogenmod 12.1. My problem is that i need TWRP (now I have CWM) but i can't flash it to my device. I try to do it by SP Flash Tool, but after i connect my turned off device, I get this error:
BROM ERROR : S_BROM_DOWNLOAD_DA_FAIL (0x7D4)
[H/W] Fail to download DA to baseband chip's internal SRAM!
[HINT]: 1. There's an cable communication problem between FlashTool and BootROM. 2. Target might be shutdown unexpectedly or target lost power supply.
[ACTION] 1. Try again. 2. Proceed H/W checking in download cable and target side com port. 3. Monitor if power-drop occured in target side.
Where is the problem? I've tried with 2 different cables and 2 different computers
Click to expand...
Click to collapse
Is your phone in bootloader mode? Hold Vol down+power to enter fastboot mode and then connect your phone to PC.
If you are already doing that or the problem still persists and have an unlocked bootloader(which I am sure you have), try to flash twrp manually.
muradulislam said:
Is your phone in bootloader mode? Hold Vol down+power to enter fastboot mode and then connect your phone to PC.
Click to expand...
Click to collapse
When I do it, my phone just turns on normally.
How can I check if I have unlocked bootloader? I have unlocked it about 1 year ago, but I did full wipe yesterday.
Ceranzuo said:
When I do it, my phone just turns on normally.
How can I check if I have unlocked bootloader? I have unlocked it about 1 year ago, but I did full wipe yesterday.
Click to expand...
Click to collapse
Vol down+power should boot into fastboot. Turn off the phone, hold both until honor logo shows up, let go of power but hold vol down for about 5 sec more.
If still the same, Turn off your phone, connect USB cable to phone, hold Vol down and connect the cable to computer. It should boot into bootloader now.
If it can not boot into bootloader still, the last is to try adb but that is a bit lengthy.
In bootloader mode, it will be written on phone screen in red whether phone is locked, unlocked or relocked.
Wipe does not effect bootloader status so it's still unlocked imo.
muradulislam said:
If still the same, Turn off your phone, connect USB cable to phone, hold Vol down and connect the cable to computer. It should boot into bootloader now.
Click to expand...
Click to collapse
After this, I got this text on my screen:
FASTBOOT&RESCUE MODE
Please connect usb cable to your computer and open hisuite
Click to expand...
Click to collapse
Ceranzuo said:
After this, I got this text on my screen:
FASTBOOT&RESCUE MODE
Please connect usb cable to your computer and open hisuite
Click to expand...
Click to collapse
It did not say anything about phone unlocked in red?
muradulislam said:
It did not say anything about phone unlocked in red?
Click to expand...
Click to collapse
Nope. Maybe I was wrong and I have never unlocked it? I don't remember, but I did something when I was upgrading my phone to Android 4.4.2
Ceranzuo said:
Nope. Maybe I was wrong and I have never unlocked it? I don't remember, but I did something when I was upgrading my phone to Android 4.4.2
Click to expand...
Click to collapse
At least it should say, phone locked. Saying nothing is a phenomenon i never heard before but I usually go for newer versions. May be that's the case.
Anyways use adb to fire this command
Fastboot OEM device-info
To be sure if its locked or not.
To setup adb, download and install latest Android SDK, run the program and only download platform-tools.
Your phone is international variant and it came with locked bootloader, I am sure sp tools unlocked it coz otherwise CWM could not be flashed.
Right click platform-tools folder and select run command prompt window here and type the above command
If the bootloader is unlocked (it will tell you if it is), copy the twrp image to platform-tools folder and rename it to twrp.img and fire this command
Fastboot flash recovery twrp.img
And try to reboot into recovery after disconnecting from pc and simultaneously holding power+ Vol up.
edit: nevermind, i forghot about something...
muradulislam said:
If the bootloader is unlocked (it will tell you if it is), copy the twrp image to platform-tools folder and rename it to twrp.img and fire this command
Fastboot flash recovery twrp.img
Click to expand...
Click to collapse
Should I do this when my phone is switched off?
Ceranzuo said:
Should I do this when my phone is connected to pc or not? Switched off?
Click to expand...
Click to collapse
When your phone is connected to your pc in fastboot mode.
Lemme know how did it go, will reply back in the morning. Hope everything works fine for you.
Sent from my PLK-L01 using XDA Labs
muradulislam said:
When your phone is connected to your pc in fastboot mode.
Sent from my PLK-L01 using XDA Labs
Click to expand...
Click to collapse
Ok, after I typed this command, there appeared this message in window:
<waiting for any device>
Click to expand...
Click to collapse
after this I reboot into recovery mode, but there is still CWM, not TWRP
Ceranzuo said:
Ok, after I typed this command, there appeared this message in window:
<waiting for any device>
after this I reboot into recovery mode, but there is still CWM, not TWRP
Click to expand...
Click to collapse
You dont have your phone drivers installed. Google Huawei USB drivers and install them or use hisuite to install drivers for your phone.
After driver installation, do the same process again.
My bad. I assumed you would have drivers already installed
Sent from my PLK-L01 using XDA Labs
muradulislam said:
You dont have your phone drivers installed. Google Huawei USB drivers and install them or use hisuite to install drivers for your phone.
After driver installation, do the same process again.
My bad. I assumed you would have drivers already installed
Sent from my PLK-L01 using XDA Labs
Click to expand...
Click to collapse
I have already installed many drivers from different sites. I will try with hisuite
Ceranzuo said:
I have already installed many drivers from different sites. I will try with hisuite
Click to expand...
Click to collapse
Hisuite is the best option. Even if that does not work (there is a chance of that), Google Kouch's universal drivers and install those.
May have to manually install dribers if nothing works.
Lemme know how did it go. Will get back to you in the morning if nobody else came along (but someone surely will before that).
Have a nice day/night depending on your time zone
Sent from my PLK-L01 using XDA Labs
---------- Post added at 07:41 PM ---------- Previous post was at 07:31 PM ----------
Lemme get my teacher for you
@DigiGoon
Sent from my PLK-L01 using XDA Labs
I installed Hisuite and connected my phone. Windows have downloaded drivers automatically. And still the same...
But I forgot to tell you that when I connecting my switched off phone, my pc says "USB Device Not Recognized" (or something like that, I dont have english version of windows). Everything is ok when my phone is switched on...
This phone is cursed. I try to give up and stay on my current ROM, so I installed Nova Launcher, but setting it as default doesn't work :/
Thanks for trying to help me anyway.
Ceranzuo said:
I installed Hisuite and connected my phone. Windows have downloaded drivers automatically. And still the same...
But I forgot to tell you that when I connecting my switched off phone, my pc says "USB Device Not Recognized" (or something like that, I dont have english version of windows). Everything is ok when my phone is switched on...
This phone is cursed. I try to give up and stay on my current ROM, so I installed Nova Launcher, but setting it as default doesn't work :/
Thanks for trying to help me anyway.
Click to expand...
Click to collapse
I was awake just for your post. I think I got the problem. You need fastboot drivers imo but I would have to read a bit before I can suggest how to go about it.
Am busy tomorrow but will try to get back to you in the evening (GMT+5 time zone).
Can never be 100% sure but still I am confident, your problem has a solution. Just bear with me a day or two
Sent from my PLK-L01 using XDA Labs
Ceranzuo said:
I installed Hisuite and connected my phone. Windows have downloaded drivers automatically. And still the same...
But I forgot to tell you that when I connecting my switched off phone, my pc says "USB Device Not Recognized" (or something like that, I dont have english version of windows). Everything is ok when my phone is switched on...
This phone is cursed. I try to give up and stay on my current ROM, so I installed Nova Launcher, but setting it as default doesn't work :/
Thanks for trying to help me anyway.
Click to expand...
Click to collapse
Boot into recovery mode, no matter on which recovery are you on, and execute this command:
Code:
adb devices
And see the output, if it says something like:
Code:
**some_number** recovery
then it means there is no problem in the detection of your device by PC, if it does not, then check if the micro USB socket in the device is in good condition.
And I must ask: Are you able to do any operations on device via PC after connecting it?
DigiGoon said:
Boot into recovery mode, no matter on which recovery are you on, and execute this command:
Code:
adb devices
And see the output, if it says something like:
Code:
**some_number** recovery
then it means there is no problem in the detection of your device by PC, if it does not, then check if the micro USB socket in the device is in good condition.
Click to expand...
Click to collapse
I did it and it says some number and recovery
DigiGoon said:
And I must ask: Are you able to do any operations on device via PC after connecting it?
Click to expand...
Click to collapse
In "usb storage media" or something like that? Yes, I do.
Ceranzuo said:
I did it and it says some number and recovery
Click to expand...
Click to collapse
Okay, then it means that there is no problem in the connection. You are using SP Flash tool in which mode?
Sent from my PLK-L01 using Tapatalk

Nexus 6 wont detect MTP USB but charges fine

Anyone with the same issue ? I am stuck at the bootloader since I wiped out my system image I can get to the recovery but I don't have a way to transfer new ROM since phone wont detect USB (MTP).
I didn't have any image backed to restore to. Tried OTG cable/USB nothing worked
What are my options ?
rocco24 said:
Anyone with the same issue ? I am stuck at the bootloader since I wiped out my system image I can get to the recovery but I don't have a way to transfer new ROM since phone wont detect USB (MTP).
I didn't have any image backed to restore to. Tried OTG cable/USB nothing worked
What are my options ?
Click to expand...
Click to collapse
Hi... Is data mounted and MTP enabled in TWRP?
Is your phone detected while in bootloader?
Try: fastboot devices
If phone is recognized, download stock firmware of your choice and flash it...
5.1 said:
Hi... Is data mounted and MTP enabled in TWRP?
Is your phone detected while in bootloader?
Try: fastboot devices
If phone is recognized, download stock firmware of your choice and flash it...
Click to expand...
Click to collapse
MTP is enabled but phone is not detected at all
I can access the terminal in recovery mode but it doesn't support ftp command to download any firmware.
I guess I am doomed
rocco24 said:
MTP is enabled but phone is not detected at all
I can access the terminal in recovery mode but it doesn't support ftp command to download any firmware.
I guess I am doomed
Click to expand...
Click to collapse
Wait... I don't get it...
Are you stuck in recovery? Or bootloader?
Also you can't use ftp commands either in bootloader or recovery... I suggest you start by reading this thread to learn a few basics about Android commands and how-to :
https://forum.xda-developers.com/nexus-6p/general/guides-how-to-guides-beginners-t3206928
5.1 said:
Wait... I don't get it...
Are you stuck in recovery? Or bootloader?
Also you can't use ftp commands either in bootloader or recovery... I suggest you start by reading this thread to learn a few basics about Android commands and how-to :
https://forum.xda-developers.com/nexus-6p/general/guides-how-to-guides-beginners-t3206928
Click to expand...
Click to collapse
Sorry to confuse you I can get to the bootloader and the recovery no problem but when I try to reboot to the system it kept saying no OS installed. I don't have any ROM installed and I can't use USB cable since phone won't detect it. So I am stuck at back-end.
rocco24 said:
Sorry to confuse you I can get to the bootloader and the recovery no problem but when I try to reboot to the system it kept saying no OS installed. I don't have any ROM installed and I can't use USB cable since phone won't detect it. So I am stuck at back-end.
Click to expand...
Click to collapse
So...
What operating system is installed on your computer?
Did you already install adb/fastboot drivers?
In device manager, while being in bootloader, is your phone detected when you plug your USB cable?
Did you try different cables, USB ports?
5.1 said:
So...
What operating system is installed on your computer?
Did you already install adb/fastboot drivers?
In device manager, while being in bootloader, is your phone detected when you plug your USB cable?
Did you try different cables, USB ports?
Click to expand...
Click to collapse
I tried different cables/PCs nothing worked. I think my phone USB port is defected but what confuses me more is that it can be charged just fine but no USB connectivity
It is still under warranty but not sure if it will be honored since I have the bootloader unlocked.
rocco24 said:
Sorry to confuse you I can get to the bootloader and the recovery no problem but when I try to reboot to the system it kept saying no OS installed. I don't have any ROM installed and I can't use USB cable since phone won't detect it. So I am stuck at back-end.
Click to expand...
Click to collapse
Nothing happens in device manager when.you plug your phone? Even not recognized as an unknown device?
5.1 said:
Nothing happens in device manager when.you plug your phone? Even not recognized as an unknown device?
Click to expand...
Click to collapse
Nothing like said it is dead. I have another nexus 6 can connect easily to the PC I am pretty sure it is a phone issue.
Well, if you're 100℅ sure the USB port is damaged, there's nothing else than a repair that could bring your phone back to life... Good luck..!
5.1 said:
Well, if you're 100℅ sure the USB port is damaged, there's nothing else than a repair that could bring your phone back to life... Good luck..!
Click to expand...
Click to collapse
thanks for your time and help.
So the nexus 6 gets old now, may just check to clean your port
coremania said:
So the nexus 6 gets old now, may just check to clean your port
Click to expand...
Click to collapse
Tried that already it didn't work
Might be a driver problem.
Connect it your windows pc and check the Device Manager if it is detected as "Android" device. If so uninstall it and disconnect and reconnect it to the pc. Let windows install the MTP drivers.
aliinbox said:
Might be a driver problem.
Connect it your windows pc and check the Device Manager if it is detected as "Android" device. If so uninstall it and disconnect and reconnect it to the pc. Let windows install the MTP drivers.
Click to expand...
Click to collapse
This has already been discussed if you read the "few" previous posts ... Device isn't detected at all...

Device won't be detected in fastboot mode

My device is H811 running 10N version (rooted), but I'm unable to update it using because it won't be detected once it goes into fastboot or download mode. I have tried many drivers, and different PCs (running different OS, Windows 10, 8.1, 7) but still can't get it to works. Is there something I'm missing?
zenkhas said:
My device is H811 running 10N version (rooted), but I'm unable to update it using because it won't be detected once it goes into fastboot or download mode. I have tried many drivers, and different PCs (running different OS, Windows 10, 8.1, 7) but still can't get it to works. Is there something I'm missing?
Click to expand...
Click to collapse
first of all. update what.??
raptorddd said:
first of all. update what.??
Click to expand...
Click to collapse
I want to update it to Marshmalllow 20i or later.
zenkhas said:
I want to update it to Marshmalllow 20i or later.
Click to expand...
Click to collapse
have you tried lgbridge..
i doesnt detect phone at all.?
you have both of this drivers http://www.mediafire.com/file/k6ozyesitcqbkdr/driverslg.zip
usb 2.0 ? if nothing else works .. i can only think of format pc.. install drivers.. have windows update on in case it doesnt find drivers.. wait for it to install all drivers first time you connect phone.. or maybe bad usb port in phone .??
raptorddd said:
have you tried lgbridge..
i doesnt detect phone at all.?
you have both of this drivers http://www.mediafire.com/file/k6ozyesitcqbkdr/driverslg.zip
usb 2.0 ? if nothing else works .. i can only think of format pc.. install drivers.. have windows update on in case it doesnt find drivers.. wait for it to install all drivers first time you connect phone.. or maybe bad usb port in phone .??
Click to expand...
Click to collapse
No it doesn't. LG Up detects it when phone is On, but when LG Up restarts the device in fastboot, it says no devices connected, even when drivers are installed. Yes, the USB port is 2.0, and it can't be problem with port of phone since it is detected in normal mode. I will try these drivers and let you know if it works. Thank you
zenkhas said:
No it doesn't. LG Up detects it when phone is On, but when LG Up restarts the device in fastboot, it says no devices connected, even when drivers are installed. Yes, the USB port is 2.0, and it can't be problem with port of phone since it is detected in normal mode. I will try these drivers and let you know if it works. Thank you
Click to expand...
Click to collapse
LGUP and fastboot.??? what you talking about.?
turn off phone. then press vol up and plug you usb cable. it should take you to download mode and open LGUP it takes a while for connection sbut less then a minute..
raptorddd said:
LGUP and fastboot.??? what you talking about.?
turn off phone. then press vol up and plug you usb cable. it should take you to download mode and open LGUP it takes a while for connection sbut less then a minute..
Click to expand...
Click to collapse
Okay, that's the problem actually. I was confused between fastboot and download mode. When I press volume up and connect the cable it boots into fastboot mode instead of download mode. What could be the problem?
BTW here is the log from fastboot mode:
usb_error();transaction failed.txn_status = -1
usb_read(); DONE. ERROR. len 64
SECURE BOOT: DISABLED
LOCK STATE: LOCKED
zenkhas said:
Okay, that's the problem actually. I was confused between fastboot and download mode. When I press volume up and connect the cable it boots into fastboot mode instead of download mode. What could be the problem?
BTW here is the log from fastboot mode:
usb_error();transaction failed.txn_status = -1
usb_read(); DONE. ERROR. len 64
SECURE BOOT: DISABLED
LOCK STATE: LOCKED
Click to expand...
Click to collapse
am not good at readings of finding error i just suggestion why i think it might be..
can you do a factory reset.? can you try again to go into download mode.. maybe use an app that has download mode recovery mode one click on phone to take you there.?
its weird .. something not right when vol up and connect usb.. doenload mode should pop up. with screen showing usb icon.
I had the same exact problem for 6 hrs yesterday and i came across your thread and the problem is when you do adb reboot bootloader, and your phone doesn't show up on your pc under 'Computer management > devices', the driver says unsupported, follow this video starting around 4:50, you'll find all the drivers that way and it'll work right away
nkia2sg said:
I had the same exact problem for 6 hrs yesterday and i came across your thread and the problem is when you do adb reboot bootloader, and your phone doesn't show up on your pc under 'Computer management > devices', the driver says unsupported, follow this video starting around 4:50, you'll find all the drivers that way and it'll work right away
Click to expand...
Click to collapse
What video?

PC will not detect Mi Mix

Mix
7.0 NRD90M
MIUI Version: Miui Global 9.2 | Stable 9.2.1.0 (NAHMIEK)
kernel: 3.18.31 perf-g0bf156d-01070-g4aac0b4a
Phone came unlocked from seller HongKong Goldway on Aliexpress.
I have tried to download the usb drivers for my laptop which is on windows 10 and a PC running windows 7 and did that update driver thing and tried to use the downloaded winusb_inf file. I've also tried going into windows INF folder and right clicking that wdptmp.inf file and trying "install".
The laptop says Unknown USB device ( Device Descriptor Request Failed) and the PC says Unknown Device. Both are under the USB section on Device Manager
I installed ADB Fastboot tools, turned the phone off and held power + vol down to go into "Fastboot" where it loads a white bunny with a green russian hat holding cords behind a green android robot. Fastboot on the computer doesn't detect any devices.
I also tried Mi Suite and nothing detects. I am using the original usb type C cord and I also tried 3 different usb Type C cords.
Any help guys?? (Also I can't find any update app icon anymore...is that new?)
I want to install TWRP and root so i can do that performance tweak for the mix. and load up a custom rom.
CanadaMix said:
Mix
7.0 NRD90M
MIUI Version: Miui Global 9.2 | Stable 9.2.1.0 (NAHMIEK)
kernel: 3.18.31 perf-g0bf156d-01070-g4aac0b4a
Phone came unlocked from seller HongKong Goldway on Aliexpress.
I have tried to download the usb drivers for my laptop which is on windows 10 and a PC running windows 7 and did that update driver thing and tried to use the downloaded winusb_inf file. I've also tried going into windows INF folder and right clicking that wdptmp.inf file and trying "install".
The laptop says Unknown USB device ( Device Descriptor Request Failed) and the PC says Unknown Device. Both are under the USB section on Device Manager
I installed ADB Fastboot tools, turned the phone off and held power + vol down to go into "Fastboot" where it loads a white bunny with a green russian hat holding cords behind a green android robot. Fastboot on the computer doesn't detect any devices.
I also tried Mi Suite and nothing detects. I am using the original usb type C cord and I also tried 3 different usb Type C cords.
Any help guys?? (Also I can't find any update app icon anymore...is that new?)
I want to install TWRP and root so i can do that performance tweak for the mix. and load up a custom rom.
Click to expand...
Click to collapse
What about miflash, it will ask you to install drivers, they are bundled with miflash
james1089 said:
What about miflash, it will ask you to install drivers, they are bundled with miflash
Click to expand...
Click to collapse
Hi thanks for the reply,
Is that the program that has the "RESTESTING" and "INSTALL" button/options? If so. I've tried clicking install and it says its finished. If this is the same program were talking about, it didn't do anything to help detect the phone.
CanadaMix said:
Hi thanks for the reply,
Is that the program that has the "RESTESTING" and "INSTALL" button/options? If so. I've tried clicking install and it says its finished. If this is the same program were talking about, it didn't do anything to help detect the phone.
Click to expand...
Click to collapse
Sounding like you might have a vendor ROM installed, you should follow the guide in the guide's section, follow the guide for installing twrp with vendor ROM. The unlocked bootloader is a sure sign the vendor installed their own ROM.
james1089 said:
Sounding like you might have a vendor ROM installed, you should follow the guide in the guide's section, follow the guide for installing twrp with vendor ROM. The unlocked bootloader is a sure sign the vendor installed their own ROM.
Click to expand...
Click to collapse
interesting. I thought my miui version meant that it wasn't a vendor rom? in any case, i still can't install TWRP if i can't get my phone to detect on any pc...
CanadaMix said:
interesting. But I cant install TWRP if my pc doesn't detect the phone other than "unknown device". I've also tried installing usb drivers manually in Device Manager.. thats why I'm here lol
Click to expand...
Click to collapse
Yea the guide tells you how to install the drivers, miflash has an option to install driver's. From fastboot you bypass the ROM
http://en.miui.com/thread-345974-1-1.html#post_6279092
james1089 said:
Yea the guide tells you how to install the drivers, miflash has an option to install driver's. From fastboot you bypass the ROM
Click to expand...
Click to collapse
I've already installed adb fastboot and all that on my pc. Booted my device into fastboot mode. fastboot does NOT detect any devices though. see my issue? i cant do anything from fastboot because nothing is detected.
Also i only have 4 numbers...doesn't that mean its NOT vendor?
CanadaMix said:
I've already installed adb fastboot and all that on my pc. Booted my device into fastboot mode. fastboot does NOT detect any devices though. see my issue? i cant do anything from fastboot because nothing is detected.
Click to expand...
Click to collapse
No follow the guide for the correct install of driver's, disable driver signature in windows 10.
http://en.miui.com/thread-345974-1-1.html#post_6279092
There are 1000s of people on this forum who have done the same thing you are trying to do. So basically you are trying to get China dev ROM installed through miflash, then your PC will recognize it then you can install the rest after.
Search vendor ROM mi mix, even if it isn't vendor ROM sounds like you are still going to follow the same guide.
Have you tried another PC? Don't see anyone else complaining about not detected
james1089 said:
No follow the guide for the correct install of driver's, disable driver signature in windows 10.
http://en.miui.com/thread-345974-1-1.html#post_6279092
There are 1000s of people on this forum who have done the same thing you are trying to do. So basically you are trying to get China dev ROM installed through miflash, then your PC will recognize it then you can install the rest after.
Search vendor ROM mi mix, even if it isn't vendor ROM sounds like you are still going to follow the same guide.
Click to expand...
Click to collapse
I've already tried this and still nothing comes up on miflash or anything else. i swear im not retarded. I tried it on 2 laptops running win 10 and a pc desktop running win 7. my redmi note 4 global detects on all of them no problem which is making me frustrated here.
james1089 said:
No follow the guide for the correct install of driver's, disable driver signature in windows 10.
http://en.miui.com/thread-345974-1-1.html#post_6279092
There are 1000s of people on this forum who have done the same thing you are trying to do. So basically you are trying to get China dev ROM installed through miflash, then your PC will recognize it then you can install the rest after.
Search vendor ROM mi mix, even if it isn't vendor ROM sounds like you are still going to follow the same guide.
Have you tried another PC? Don't see anyone else complaining about not detected
Click to expand...
Click to collapse
i cant install china dev rom if miflash doesn't even detect anything plugged in. literally about to smash my mix. yes i tried to follow that guide and similar ones like it. and yes i disabled signature
installed drivers from miflash, disabled driver sig, put phone into fastboot, plugged it in the pc, clicked REFRESH on miflash. nothing appears.
I'm not crazy.
CanadaMix said:
i cant install china dev rom if miflash doesn't even detect anything plugged in. literally about to smash my mix. yes i tried to follow that guide and similar ones like it. and yes i disabled signature
installed drivers from miflash, disabled driver sig, put phone into fastboot, plugged it in the pc, clicked REFRESH on miflash. nothing appears.
I'm not crazy.
Click to expand...
Click to collapse
Did you try the 3 methods.
http://en.miui.com/thread-414449-1-1.html
james1089 said:
Did you try the 3 methods.
http://en.miui.com/thread-414449-1-1.html
Click to expand...
Click to collapse
i have tried 2 and 3, nothing. method 1's steps didnt really make any sense to me so i didnt do that one.
im dumbfounded because im reading posts on XDA and MIUI forums and theres like 30% of mi mix owners that never found a solution to this while the other portion did easily. I have no idea what I could be doing wrong and I'm starting to think it's the phone and not my laptop. I also found out that when i go into fastboot mode on my mix, it only stays in fastboot mode for like 30 seconds and then ejects itself out of fastboot mode (im not sure if this is normal)
Ive also tried to download older official china roms and tried updating them through the mix's updater option. nothing. what in the hell is going on here?!??!?!
CanadaMix said:
Mix
7.0 NRD90M
MIUI Version: Miui Global 9.2 | Stable 9.2.1.0 (NAHMIEK)
kernel: 3.18.31 perf-g0bf156d-01070-g4aac0b4a
Phone came unlocked from seller HongKong Goldway on Aliexpress.
I have tried to download the usb drivers for my laptop which is on windows 10 and a PC running windows 7 and did that update driver thing and tried to use the downloaded winusb_inf file. I've also tried going into windows INF folder and right clicking that wdptmp.inf file and trying "install".
The laptop says Unknown USB device ( Device Descriptor Request Failed) and the PC says Unknown Device. Both are under the USB section on Device Manager
I installed ADB Fastboot tools, turned the phone off and held power + vol down to go into "Fastboot" where it loads a white bunny with a green russian hat holding cords behind a green android robot. Fastboot on the computer doesn't detect any devices.
I also tried Mi Suite and nothing detects. I am using the original usb type C cord and I also tried 3 different usb Type C cords.
Any help guys?? (Also I can't find any update app icon anymore...is that new?)
I want to install TWRP and root so i can do that performance tweak for the mix. and load up a custom rom.
Click to expand...
Click to collapse
Have you tried updating driver software to USB MTP?
omerbagi10 said:
Have you tried updating driver software to USB MTP?
Click to expand...
Click to collapse
Hey thanks for the reply.
Do you see picture 1 you uploaded, where its device manager and you can see Portable Devices and there you have that One A2001 device that shows up?
I don't have ANYTHING that pops up under portable devices or portable storage.
Mine only has a notification under the USB serial bus controllers. Mine says only this
Now, I know what you mean by trying to install the MTP USB Device, except you can't do that when you have this kind of USB error because it doesn't even detect a device to even update a driver to MTP.
If you read back you'll see that I have tried installing USB drivers before, I've also used the MiFlash tool to install drivers through there. Still nothing. If someone can find a fix I'll paypal them a few bucks for their trouble because I seriously don't know what to do from here. I've searched many forum posts on here, miui forums, reddit and everyone seems to at least have something detect in their Device Manager as a device. OR some people are able to detect their device in ADB boot but mine doesn't and mine also can only stay in fastboot for 30 seconds before it kicks itself out.
I also don't believe I have a vendor rom because it only has 4 numbers despite coming in the mail already with an unlocked bootloadeder.
CanadaMix said:
Hey thanks for the reply.
Do you see picture 1 you uploaded, where its device manager and you can see Portable Devices and there you have that One A2001 device that shows up?
I don't have ANYTHING that pops up under portable devices or portable storage.
Mine only has a notification under the USB serial bus controllers. Mine says only this
Click to expand...
Click to collapse
Can you send me a picture of your device manager window? (It doesnt have to be under portable devices/storage, send me a picture and I will have a look).
omerbagi10 said:
Can you send me a picture of your device manager window? (It doesnt have to be under portable devices/storage, send me a picture and I will have a look).
Click to expand...
Click to collapse
ok hold on ill boot up my laptop. my previous post was a picture of just an example from google. lol
omerbagi10 said:
Can you send me a picture of your device manager window? (It doesnt have to be under portable devices/storage, send me a picture and I will have a look).
Click to expand...
Click to collapse
ok this is my laptop
CanadaMix said:
ok this is my laptop
Click to expand...
Click to collapse
Try right clicking on the unknown usb device and if it shows that you can update your driver software so try doing what I sent in my first reply (I hope your phone is connected to your pc in this picture ?)
omerbagi10 said:
Try right clicking on the unknown usb device and if it shows that you can update your driver software so try doing what I sent in my first reply (I hope your phone is connected to your pc in this picture )
Click to expand...
Click to collapse
phone is connected. and ive already tried what you're guide says. except this is what it looks like on mine\
no MTP option at all
when i uncheck compatible hardware box (there is no mtp as far as i looked in the options)
I believe yours gives you the MTP option because your computer picked it up as a device. Whereas mine is having some kind of USB error and doesn't know wtf is plugged in? The thing is, it will detect my Redmi Note 4 Global with no problem... so
CanadaMix said:
phone is connected. and ive already tried what you're guide says. except this is what it looks like on mine\
no MTP option at all
when i uncheck compatible hardware box (there is no mtp as far as i looked in the options)
I believe yours gives you the MTP option because your computer picked it up as a device. Whereas mine is having some kind of USB error and doesn't know wtf is plugged in? The thing is, it will detect my Redmi Note 4 Global with no problem... so
Click to expand...
Click to collapse
Damm.
IDK maybe there is a problem with your charging port.
You can try another thing, If you have another phone with a USB type C port and you have a USB type C to USB type C charging cable, then connect these 2 phone and try transferring files from one phone the to other (Did it with my phone and my friend's Nexus 5X).

Question no fastboot connection

I have had the Mi 11 since today, I wanted to unlock the boot loader, but my PC doesn't recognize it.
looked for adb drivers and downloaded them, did not work.
I turned on USB debugging.
can someone give me a tip or with which driver it would work?
Zimty86 said:
I have had the Mi 11 since today, I wanted to unlock the boot loader, but my PC doesn't recognize it.
looked for adb drivers and downloaded them, did not work.
I turned on USB debugging.
can someone give me a tip or with which driver it would work?
Click to expand...
Click to collapse
I had the same problem after sending a new device in exchange for my defective one. It was not recognized at all on the USB port. In Fastboot mode only in sideload mode. I just did a factory reset. The device was then displayed as unauthorized in ADB mode, but Fastboot mode is sufficient to unlock the bootloader It was then displayed correctly there. However, the waiting time has increased to over 500 hours. The first device lasted 260 hours. No matter. Now it's in the drawer until August.

Categories

Resources