Device in Fastboot mode not recognized at all as USB device - LG G5 Questions & Answers

Hey everyone,
im trying to unlock the bootloader of my LG G5, but am unable to do so as the phone is not detected at all when in fastboot mode.
While it is recognized just fine as an adb device, after rebooting into fastboot mode via adb reboot bootloader it is not recognized as an USB Device in Windows (The device manager does not show any device with wrong drivers and does not react to replugging the device). I also tried it on a different machine with the same results.
Ubuntu also does not recognize the device at all, lsusb does not output the device anywhere. It also does get recognized as an adb device when booted up normally.
I installed the necessary (I tried LG and Google) drivers and tried different USB ports (2.0 and 3.0) and cables. The phone just is not noticed as an usb device at all when in fastboot mode.
Could this be due to a broken usb port? Which seems odd because the phone is recognized when not in fastboot mode.
What else could cause this weird behaviour?
Thank You!

Just to be clear. After you booted into fastboot mode, did you try
Code:
fastboot devices
and it just showed nothing?

holgers0n said:
Hey everyone,
im trying to unlock the bootloader of my LG G5, but am unable to do so as the phone is not detected at all when in fastboot mode.
While it is recognized just fine as an adb device, after rebooting into fastboot mode via adb reboot bootloader it is not recognized as an USB Device in Windows (The device manager does not show any device with wrong drivers and does not react to replugging the device). I also tried it on a different machine with the same results.
Ubuntu also does not recognize the device at all, lsusb does not output the device anywhere. It also does get recognized as an adb device when booted up normally.
I installed the necessary (I tried LG and Google) drivers and tried different USB ports (2.0 and 3.0) and cables. The phone just is not noticed as an usb device at all when in fastboot mode.
Could this be due to a broken usb port? Which seems odd because the phone is recognized when not in fastboot mode.
What else could cause this weird behaviour?
Thank You!
Click to expand...
Click to collapse
Do you have usb debugging on because some devices require it to be on in order to be able to use fastboot on the computer.

In addition to ADB and Fastboot you have to install the "Android USB Driver" that is suitable to your phone, too, to get Fastboot working.

I forgot to mention that, oem unlock and USB debugging is enabled.
I tried installing the LG and android USB driver. But there is no way I can install these drivers to my fastboot device, as it is not recognized as an USB device at all, its like I'm plugging an USB cable with nothing attached to it into the computer.
QUOTE="User699, post: 84602251, member: 11475773"]
Just to be clear. After you booted into fastboot mode, did you try
Code:
fastboot devices
and it just showed nothing?
[/QUOTE]
Fastboot devices does not show anything.

holgers0n said:
I tried installing the LG and android USB driver. But there is no way I can install these drivers to my fastboot device, as it is not recognized as an USB device at all, its like I'm plugging an USB cable with nothing attached to it into the computer.
Click to expand...
Click to collapse
The "Android USB Driver" is a Windows OS driver, hence it must get installed in Windows OS.

jwoegerbauer said:
The "Android USB Driver" is a Windows OS driver, hence it must get installed in Windows OS.
Click to expand...
Click to collapse
Yes i am aware of that. As mentioned i installed the driver, my phone is recognized as an adb device. I have seen some solutions suggesting installing the driver manually when the fastboot device is not recognized correctly but the device is not recognized at all. I also tried installing the drivers as legacy hardware (Android ADB interface, Android Bootloader Interface etc.) via device manager, which results in an error ( error code 10, device can not be started)

No more clues by me.

@holgers0n
I tried lsusb on my Xiaomi (I don't have lg) and it worked in fastboot also.
Since it doesn't show anything if you do fastboot devices, you could try to do the standard things:
1) Change usb port on your computer
2) Try another cable
3) If it's a usb type c, plug it into your smartphone, try if it works and if it doesn't, try around that cable and retry.
I am not 100 % sure but since you said
Ubuntu also does not recognize the device at all, lsusb does not output the device anywhere. It also does get recognized as an adb device when booted up normally.
Click to expand...
Click to collapse
maybe you need to install non-free firmware as well.

I also had same issue. my redmi note 6 pro and asus zenfone max pro m1 can be detected in adb but not in fastboot. tried everything. changing driver/disble signature verification. also tried virtual box ubuntu/window 7. but not succeeded. It is actually an issue with usb 3. so I bought usb 2 hub. now everything works fine.

Narrry84 said:
I also had same issue. my redmi note 6 pro and asus zenfone max pro m1 can be detected in adb but not in fastboot. tried everything. changing driver/disble signature verification. also tried virtual box ubuntu/window 7. but not succeeded. It is actually an issue with usb 3. so I bought usb 2 hub. now everything works fine.
Click to expand...
Click to collapse
I'm also having the same issue with my Poco F1, it is recognized just fine as an ADB device, but not in fast boot mode. My laptop has both USB 2.0/3.1 ports hence I tried both but the result was just the same not recognised in fastboot mode
holgers0n said:
I also tried installing the drivers as legacy hardware (Android ADB interface, Android Bootloader Interface etc.) via device managerr, which results in an error ( error code 10, device can not be started)
Click to expand...
Click to collapse
yea I also manually installed USB drivers for my Poco F1 but in my case, I had no error

The same thing is happening to me on my LG g5, did you find a solution?

akashrathi7978 said:
I'm also having the same issue with my Poco F1, it is recognized just fine as an ADB device, but not in fast boot mode. My laptop has both USB 2.0/3.1 ports hence I tried both but the result was just the same not recognised in fastboot mode
yea I also manually installed USB drivers for my Poco F1 but in my case, I had no error
Click to expand...
Click to collapse
try linux, same thing has happened to me.

sanfi9 said:
The same thing is happening to me on my LG g5, did you find a solution?
Click to expand...
Click to collapse
try it on linux, install adb on linux and run "fastboot devices" I used to have the same problem.

akashrathi7978 said:
I'm also having the same issue with my Poco F1, it is recognized just fine as an ADB device, but not in fast boot mode. My laptop has both USB 2.0/3.1 ports hence I tried both but the result was just the same not recognised in fastboot mode
yea I also manually installed USB drivers for my Poco F1 but in my case, I had no error
Click to expand...
Click to collapse
Have you tried linux?

hellofriendlymanveriosns said:
Have you tried linux?
Click to expand...
Click to collapse
No, but i got it fixed with this AMD FASTBOOT FIX guide as i was using AMD Ryzen 5 5500U.
My laptop have both USB 2.0/3.1 ports hence it worked for me on USB 2.0 port (otherwise buy a USB 2.0 hub) after running that ".bat" file as "admin" it recognised my phone.
Keep in mind i uninstalled all 3rd party "adb tools" then rebooted my laptop and used Google's official Adb tool (approx 12mb) then ran "cmd" on the same path (keep the adb tool in :c drive)

akashrathi7978 said:
No, but i got it fixed with this AMD FASTBOOT FIX guide as i was using AMD Ryzen 5 5500U.
My laptop have both USB 2.0/3.1 ports hence it worked for me on USB 2.0 port (otherwise buy a USB 2.0 hub) after running that ".bat" file as "admin" it recognised my phone.
Keep in mind i uninstalled all 3rd party "adb tools" then rebooted my laptop and used Google's official Adb tool (approx 12mb) then ran "cmd" on the same path (keep the adb tool in :c drive)
Click to expand...
Click to collapse
STEPS I did to solve this issue on my Laptop with AMD CPU
🗃️POCO F1 Ultimate Collection & Guides📚
Welcome to POCO F1 Ultimate Collection! 🗃️ (beryllium) OFFICIAL STOCK MIUI ROM ©️ You can check my Guides for installation. Recovery ROM V12.0.3.0.QEJMIXM Fastboot ROM V12.0.3.0.QEJMIXM POCO F1 Global Stable ROM Library / POCO F1 MIUI...
forum.xda-developers.com

holgers0n said:
Hey everyone,
im trying to unlock the bootloader of my LG G5, but am unable to do so as the phone is not detected at all when in fastboot mode.
While it is recognized just fine as an adb device, after rebooting into fastboot mode via adb reboot bootloader it is not recognized as an USB Device in Windows (The device manager does not show any device with wrong drivers and does not react to replugging the device). I also tried it on a different machine with the same results.
Ubuntu also does not recognize the device at all, lsusb does not output the device anywhere. It also does get recognized as an adb device when booted up normally.
I installed the necessary (I tried LG and Google) drivers and tried different USB ports (2.0 and 3.0) and cables. The phone just is not noticed as an usb device at all when in fastboot mode.
Could this be due to a broken usb port? Which seems odd because the phone is recognized when not in fastboot mode.
What else could cause this weird behaviour?
Thank You!
Click to expand...
Click to collapse
Hello I have exactly the same problem. I know all the right drivers are installed, because I already flashed it from CN Rom to EEA ROM a few weeks ago. Usb debugging is activated, bootloader unlocked, etc . Nothing works.
Have you resolved the problem since?

Had the same problem after running:
adb reboot bootloader
Tried to run a fastboot command e.g. `fastboot getvar unlocked`, it gave the message `< waiting for any device >`
Solution
Assuming you have the bootloader driver installed, but its not connecting.
After running " adb reboot bootloader " with the device plugged in and in the bootloader follow these steps.
Open Device Manager => Win + R => devmgmt.msc .
Find the device called Android that has a yellow warning sign on it.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Open the properties and hit update driver.
Select "Browser my computer for drivers"
Select "Let me pick from a list..."
Select "Android Device"
(If this option doesn't show up, then you don't have the drivers installed)
Select Android Bootloader Interface
(If this option doesn't show up, then you don't have the drivers installed)
Click next and the the bootloader driver should be working.
This solution does need to be repeated when ever the device goes into bootloader mode i.e. when you want to run fastboot commands.

Mmm, just stumbled here to say that I had this problem since loong ago I unlocked the bootloader of my Z2121, and didn't know why. The reason is that I was using the Minimal ADB and Fastboot tool, because after reading the threads Bootloader driver issues on Windows 10? and [Tool] Latest ADB Fastboot and USB Driver installer tool for Windows subsequently, and of course using fawazahmed0's Latest ADB Installer, my problem was solved.
The BAT installer in the thread downloads the actual BAT installer file whose download path you can find inspecting it, and that other actual installer file for now sets the installation folder name as "platform-tools", and also adds its path into your system's user Path variable to allow running ADB and Fastboot commands from whatever folder location. For this reason you must also change the Path variable along with the folder's name if you wish to do so, or edit and modify the actual installation BAT file to change the folder name (there are a few entries).
Hope this is of help.

Related

neo l_cant connect to fastboot

Hi my neo l not connecting in fastboot mode. I have updated all drivers but when i connect phone in fastboot mode a popup shows unrecognised usb device. Aldo not showing anything when i typed" fastboot devices " in cmd.
Mani-saini said:
Hi my neo l not connecting in fastboot mode. I have updated all drivers but when i connect phone in fastboot mode a popup shows unrecognised usb device. Aldo not showing anything when i typed" fastboot devices " in cmd.
Click to expand...
Click to collapse
Hello friend, try to connect to another USB port on your computer, if it does not work disconnect any USB devices you may have connected and try again, if still don't work is because drivers are not installed, try re-install them again, what windows version are you using, if it is Windows 8 there is special procedure how to install fastboot drivers,
Good luck
Yeah first make sure you see it in the Device Manager on Windows.
galarpo said:
Hello friend, try to connect to another USB port on your computer, if it does not work disconnect any USB devices you may have connected and try again, if still don't work is because drivers are not installed, try re-install them again, what windows version are you using, if it is Windows 8 there is special procedure how to install fastboot drivers,
Good luck
Click to expand...
Click to collapse
I have instaled all fastboot drivers. Also changed the cable.and in device manager it showing unknown device.
I am using windows 8 .which method for installing drivers???
how to
Mani-saini said:
I have instaled all fastboot drivers. Also changed the cable.and in device manager it showing unknown device.
I am using windows 8 .which method for installing drivers???
Click to expand...
Click to collapse
1- Hold SHIFT and restart you computer, always holding SHIFT or run this "shutdown /r /o"
2- You should be now on "Advanced Startup options", select "Troubleshoot" --->"Advanced Options"--->"Startup settings"--->"restart"
3- Next select option 7
4- plug your phone to computer in fastboot mode and install flashtool drivers, remenber to say yes on the windows appearing during installation, after everything is installed, restart your computer and problem solved.

Fastboot device not found (Windows 10)

Recently upgraded to MIUI 11, it wiped TWRP and root. Wanting to re-root.
In fastboot mode, device isn't recognised by Windows 10: shows up as "Unknown USB Device (Device Descriptor Request Failed)". ADB works fine, fastboot doesn't.
I've tried installing drivers from Google and Xiaomi, neither work. Pretty sure it's a driver problem, but not sure how to fix it.
Any help would be greatly appreciated, cheers.
Have you tried manual driver installation from device manager?
ijwad said:
Recently upgraded to MIUI 11, it wiped TWRP and root. Wanting to re-root.
In fastboot mode, device isn't recognised by Windows 10: shows up as "Unknown USB Device (Device Descriptor Request Failed)". ADB works fine, fastboot doesn't.
I've tried installing drivers from Google and Xiaomi, neither work. Pretty sure it's a driver problem, but not sure how to fix it.
Any help would be greatly appreciated, cheers.
Click to expand...
Click to collapse
- close digital signature verification in w10 (google it)
- install TOOL ALL IN ONE v2.1 zip (search on xda) and install drivers from it
- you should install xiaomi pc suite, MiFlasher so that any unforseeable drivers also get addressed and installed.
plz try and report back
piakos said:
Have you tried manual driver installation from device manager?
Click to expand...
Click to collapse
Yes, I tried to uninstall + delete the broken driver from device manager. It always goes back to the Unknown driver, and claims it's is up-to-date when trying to install anything else.
YasuHamed said:
- close digital signature verification in w10 (google it)
- install TOOL ALL IN ONE v2.1 zip (search on xda) and install drivers from it
- you should install xiaomi pc suite, MiFlasher so that any unforseeable drivers also get addressed and installed.
plz try and report back
Click to expand...
Click to collapse
OK, I put Win10 in test mode, so it installs any unsigned drivers. Installed the drivers from the ALL IN ONE tool and MiFlasher. Installed PC Suite.
No change, the device is still listed as Unknown while in fastboot and recovery mode.
Also, the device acts like it's being plugged out and plugged back in every few seconds while in fastboot or recovery mode, while completely stationary. This doesn't happen in system. Not sure if that's relevant, but it's weird.
Is there a way to clean out all the drivers I've installed and start fresh? I recall having driver issues with Nexus devices in the past, and wiping all android drivers was the solution.
ijwad said:
Yes, I tried to uninstall + delete the broken driver from device manager. It always goes back to the Unknown driver, and claims it's is up-to-date when trying to install anything else.
OK, I put Win10 in test mode, so it installs any unsigned drivers. Installed the drivers from the ALL IN ONE tool and MiFlasher. Installed PC Suite.
No change, the device is still listed as Unknown while in fastboot and recovery mode.
Also, the device acts like it's being plugged out and plugged back in every few seconds while in fastboot or recovery mode, while completely stationary. This doesn't happen in system. Not sure if that's relevant, but it's weird.
Is there a way to clean out all the drivers I've installed and start fresh? I recall having driver issues with Nexus devices in the past, and wiping all android drivers was the solution.
Click to expand...
Click to collapse
You should try downloading and install Qualcomm drivers manually.
Those drivers are specifically for Qualcomm devices and intended for fastboot mode and EDL mode
Darklouis said:
You should try downloading and install Qualcomm drivers manually.
Those drivers are specifically for Qualcomm devices and intended for fastboot mode and EDL mode
Click to expand...
Click to collapse
Installed the Qualcomm drivers, no luck. Device still unrecognised.
I managed to root it before, so I'm worried this is a weird software issue on my Poco that could be solved with a full format. I'd like to try as many options before getting to that though, my last full backup was a few months ago.
Could you attach some screenshot of error on fastboot
armuttaqin said:
Could you attach some screenshot of error on fastboot
Click to expand...
Click to collapse
Yep, here you go.
ADB works fine, but the device isn't recognised in fastboot mode.
1. ADB works
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
2. Fastboot doesn't
You dont have the fastboot driver installed.You have to install it when the phone is in fastboot mode.it happened to me as well.
hexisg said:
You dont have the fastboot driver installed.You have to install it when the phone is in fastboot mode.it happened to me as well.
Click to expand...
Click to collapse
The problem is, the drivers won't install in fastboot mode. This error comes up when I try to manually install drivers from Google, Xiaomi, or Qualcomm directly in Device Manager:
Are you on an AMD RYZEN platform?
Shinichi Kudo said:
Are you on an AMD RYZEN platform?
Click to expand...
Click to collapse
Nope, Intel CPU. The specs are below, if it helps.
Delete this device "Unknown USB device ..." from the device manager when you're connected.
Select "remove driver ..." as well in this process.
Disconnect phone
Reboot PC
Connect phone in fastboot mode
Install fastboot driver manually.
rolex0815 said:
Delete this device "Unknown USB device ..." from the device manager when you're connected.
Select "remove driver ..." as well in this process.
Disconnect phone
Reboot PC
Connect phone in fastboot mode
Install fastboot driver manually.
Click to expand...
Click to collapse
Just tried this. It gave the same error, saying that the best driver is already installed.
Also, the "remove driver" option isn't there when uninstalling:
You need to manually override the driver, e.g. force the installation of the Google Android USB driver.
You can try to remove all the drivers and after the cleanup just let the Mi Unlock software install them for you.
I have done this after a clean windows installation to get all the drivers installed even when my device is already unlocked.
The Mi Unlock tool installs all the necessary drivers for me, you can try this I guess.
I have other problem with mtp transfer works only when adb enabled
Hello IJwad, I have the exact same problem. It occured after installing Miui 11. Is it already solved for you?
Smellie2 said:
Hello IJwad, I have the exact same problem. It occured after installing Miui 11. Is it already solved for you?
Click to expand...
Click to collapse
I'm having the same issue too. any way t0o fix it?? I'm on miui11
---------- Post added at 09:53 PM ---------- Previous post was at 09:28 PM ----------
Shinichi Kudo said:
You can try to remove all the drivers and after the cleanup just let the Mi Unlock software install them for you.
I have done this after a clean windows installation to get all the drivers installed even when my device is already unlocked.
The Mi Unlock tool installs all the necessary drivers for me, you can try this I guess.
Click to expand...
Click to collapse
I tried this but doesn't work
i have the same issue, think the problem is with the miui11 update not the windows's because i can fastboot into other device but no luck with poco.
i hope the next update would fix this or maybe not. anyone tried reolving this issue ?

[xiaomi mi mix2s] USB connection to PC problem

Dears,
I checked few forums for miui and couldn't find solution to my problem.
The issue I have is causing that PC doesn't see the phone. What I have tried:
- different cables
- different PCs
- debbuginig is on
- restore factory defaults
- reinstall drivers for PC
- MIUI PCsuite
nothing above works.
I was oryginally on custom miui, with installed TWRP. However, I thougt that this was rootcause of the problem. I decided then came back to MIUI Global 11.0.4. Global ROM I installed via OTG. With this move I lost TRWP and now, don't have PC access to reinstall TWRP. So currently I'm not sure what are my options to instal that again.
Regarding USB diagnose, when it's connected to PC, phone bips when it plugs and charges, however nothing comes up to select MTP. I change in system to either transfer photos, connect as MTP. None of the other options worked either. I run also diagnostics tool on the phone to check if USB port works and in both charging and OTG connection with reverse plug works fine. Fastboot works, but due to the fact, PC doesn't see the phone, ADB hasn't hooked it up. Means, updating system via console is not an option, unless USB detectability will be restored...
Any ideas what to do to restore PC connectivity? Appreciate any guides how to resolve this issue. If similar problem has been already resolved, I would be thankful if someone would direct me there either on PM or below this post.
I tried to find help on miuipolska but they thrown away my post into the bin and said I'm lazy spammer, gave me penalty points, locked my account and said because of people like me their forum looks like trash... So yeah plenty of help from them....
Thanks in advance for your help.
windows/linux?
aIecxs said:
windows/linux?
Click to expand...
Click to collapse
Windows
connect the phone in mtp mode. open device manager, uninstall drivers. disconnect&reconnect phone in mtp mode (developer settings - usb config) and usb-debugging enabled. if drivers not installed automatically, download qualcomm_driver.zip or usb_driver_r12-windows.zip (try both)
Hi,
Thanks, I did already but re-did once again with your drivers, still nothing. In my opinion it looks like phone stuck on charge only mode, regardless what is selected as a default USB action. There is a chime when usb is plugged but nothing happened on both PC and phone ... Any other ideas?
adb works in any usb mode even in charging only. problem must be with drivers or physical connection. try usb 2.0 port on windows 7
I've tried on 2.0 & 3.0 nothing works. My last software change (when this issue occured) to global I did via otg. I thought (in that time) that's a software issue, and took it back to original ROM. Would that be possible (installing global software via OTG) if phone's USB would be broken?
i am confused about what's the current state of your device. is fastboot working or not? if fastboot available, why did you say you can't install TWRP? you know you can enter fastboot with vol dn + power?
i wouldn't say it's possible using OTG if usb connector is broken physical
if phone is charging and no yellow triangle in windows devices manager, this means drivers are installed. there is no pop-up on this device because of persist.sys.usb.config=none in /system/etc/prop.default which mean you have to re-select MTP in developer options each time AFTER you connected the phone, again
in TWRP there is adbd running (after decryption successful) and MTP should work too, but you need to install drivers again because each boot mode is announcing itself as new device
another reason for adb not working is power shell (windows 10) download latest platform-tools open C:\Windows\System32\cmd.exe cd into folder and run adb.exe from there instead
if you think the MIUI causes this issue i don't think this is a bug, more like maybe some unclean rollback/ mixed up ROM/firmware. in this case (as last option) i recommend to backup /data and /sdcard from twrp and start with a clean install. use the XiaoMi MiFlash tool it does not require adb for flashing
for the backup you can boot twrp from fastboot without flashing with "fastboot boot twrp.img" it will hopefully decrypt userdata (check if data is mounted and files readable) then backup userdata only. pictures and downloads not included in backup, you need to run "adb pull /sdcard" manually after this (and of course save TWRP backup to PC)
Hello,
I'm able to put phone into fastboot - the issue is, Pc doesn't see the phone in that mode - therefore I'm not able to load in TWRP. I had TWRP before, but after loading global software via OTG, TWRP gone. I have tried to plug phone and then swap MTP options - still doesn't work.
Phone is charging, and no prompt message comes in on computer - so as you wrote, no missing driver. However, I still cannot see phone connected to the PC.
I tried ADB as well, to detect the phone through fastboot devices option - nothing.
When I pressed power and vol+, then it brings up simplified ''TWRP'' with only 3 options:
-Reebot
-wipe data
-connect with miAssistant - that doesn't work either.
I wish to have TWRP, then my situation would be much easier regarding flashing/reflashing the phone.
Any other suggestions which could be helpful to crack this nut?
Appreciate your help.
does fastboot work for other device?
i did xiaomi mi9T last time on same ADB and worked well. I was able to put TWRP on it.
Today I tried again adb on mine (phone from thread), and still console doesn't see it.
After command 'adb devices' there is long long nothing, followed console comes back to first line, without giving back any connected devices...
something else came to my mind, byt I;m not able to verify it, due to fact I need this phone. If i put on global software, and when configure it back to what I wanted i restored copy of the device from cloud, which was done on custom ROM. Could that have any potential effect on this? Whole my problem started when I installed new update of custom ROM. then lost USB, started different things and voila, I'm here...
please don't mix up adb with fastboot. these are two different modes with different drivers. adb works only with usb-debugging enabled, fastboot only works while phone is in fastboot mode (oem unlocking may required, but no usb-debugging). regardless of what was previously working, you should double check fastboot with other device now. this will break down the issue is related to your pc or phone. found old post for solving fastboot driver problems fastboot.reg
you can check if adb sideload is working in stock recovery (and here again, you need to wait for the drivers installed, as in every new mode for the first time). connecting two times and adb kill-server is helpful sometimes. use usb 2.0 port only and open device manager to make sure you can see the device
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
yes, unclean rollback/ mixed up ROM/firmware can cause this. but assuming such a software problem, it will only affect to mtp/adb but not to fastboot mode
without fastboot you are left with OTG for now, not much you can do
Hi, I was able to manage few tests. PC, ADB and cable work with other devices.
On the one with problem, I've done again full wipe, then checked if Pc sees it, but no success. Then I brought back copy of the device from cloud and nothing. Still phone doesn't see the PC, so PC the Phone. Again, when phone is plugged to PC, there is only chime it has happened, and charging starts. Changing different types of USB function in dev options doesn't make any difference.
I'm not bale to load different software even via OTG, as I don't have option in update menu, to select zip package from drive location....
Any ideas what to try/do next ?
use the working phone to track down which usb controller in device manager is related to the physical usb port (hierarchical view like screenshot above) if your phone is in fastboot mode but not visible, but the working phone is, the problem is electrical contact (otherwise you should see something regardless of the driver is installed or not)
Dear marian85-85, did you finaly founded a solution ?
I received my new one with Miui 12.02 already upgraded and I get the same issue on OTG, it's only charging and no USB-OTG detected
Tried with all USB setting ON, with developer activated. No phone device recognized on computer (1 linux and 3 windows). 3 differents cables working on another phone, restore factory, MI-Suite... I think Miui 12. can block usb data..
Any news next ?

Adb/fastboot problem with new PC

I upgraded couple of days ago to new PC - Ryzen 5 2600/rog strix b450-f gaming with clean windows 10/64 and now i have problems with adb bootloaader driver and cmd commands. Before i was on intel xeon/gigabyte motherboard socket 775 windows 7/64
I use tool all in one, install usb drivers. When phone is turn on, with usb debuging, i can enter phone storage, device manager see phone as poco,everything is ok. When i start tool all in one i can see device id,i can go into fastboot mode(phone restart and go into fastboot). When phone goes into fastboot,device manager see it as Kedacom usb device/android bootloader interface, or sometimes as android phone/android composite usb device. I have adb/fastboot files all i need on pc. When i enter some command trough cmd,for example fastboot devices,or fastboot reboot bootloader, on phone screen goes to dark and in left top corner with small font is written phone will turn off. On cmd i see afther command i set and pres enter only ??????? questionmarks. So i must again manually enter fastboot mode.
I cant get fastboot/adb to work. I try to install other adb/fastboot drivers(xiaomi and google original from tool all in one),try to connect phone cable to other usb port(2.0/3.0/3.1) at the back of pc chase,also 2.0 in front case. I try other usb cable also. Try to manually update google drivers from this forum,then i cant bcouse some ini file is missing or if i set have disc and do manualy with some other driver it cant see phone in adb-fastboot mode. I try all that fall on my mind with no luck.
At the and i goes to my friend and try to install tool all in one,install google usb drivers from that tool,install adb/fastboot files. Try to enter fastboot and do same commands as before with cmd,and everything is working fine as it was with my old pc setup. Device manager see it as Kedacom usb device/android bootloader. He also have amd cpu/chipset - but it is not ryzen with fresh w10/64
Is there any fix for my case? Does anybody have same problem?

Mi A3 not recognized when connecting through usb, cant unlock bootloader (Windows /Linux)

Hey everyone
I'm trying to unlock the bootloader on my Mi A3 (M1906F9SH running stock A11), but for some reason my computer (Windows 10) isn't recognizing it. It doesn't even show in device manager. "adb devices" doesn't identify it as being connected either. Having the phone on, in fastboot or in recovery makes no difference (in recovery it shows the "no command" error). I've tried 3 different usb cable and 3 different usb ports.
Ive tried reinstalling adb drivers, qualcom drivers, ran the 15 seconds ADB installer (again). Tried to add it as a legacy device in device manager but nothing worked.
Then I tried using Linux (sepcifically mAid) but it didnt recognized my phone either.
I recently installed a custom ROM on my poco x3 (and I did so a couple of times in the past with different phones) but it was never this difficult. I honestly don't know where to go from here.
Am I missing something?
diogo-fps said:
Hey everyone
I'm trying to unlock the bootloader on my Mi A3 (M1906F9SH running stock A11), but for some reason my computer (Windows 10) isn't recognizing it. It doesn't even show in device manager. "adb devices" doesn't identify it as being connected either. Having the phone on, in fastboot or in recovery makes no difference (in recovery it shows the "no command" error). I've tried 3 different usb cable and 3 different usb ports.
Ive tried reinstalling adb drivers, qualcom drivers, ran the 15 seconds ADB installer (again). Tried to add it as a legacy device in device manager but nothing worked.
Then I tried using Linux (sepcifically mAid) but it didnt recognized my phone either.
I recently installed a custom ROM on my poco x3 (and I did so a couple of times in the past with different phones) but it was never this difficult. I honestly don't know where to go from here.
Am I missing something?
Click to expand...
Click to collapse
same problem with me
i am also using mi a3 evolution x 7.2
my computer (windows 11) again and again connecting and disconnect usb.
maybe usb port has bad connection.
is usb debugging enabled?
i used ubuntu to root my mi a3 and to install custom ROM, it should show something when in fastboot mode.

Categories

Resources