Windows does not recoginze Umidigi F1 on Fastboot mode - Android Q&A, Help & Troubleshooting

It seems the driver is not installed properly.
How can I update the driver so that windows can recognize the phone on fastboot mode?
I have tried drivers from following 2 links,
https://mega.nz/#!XqAR3QbQ!BMg_NMelPhJPXRTA8y96yGJVnCg4IUgHDVzQmco83cI
and
https://androidfilehost.com/?fid=962187416754460440
I have also tried all 3 options
Android ADB Interface
Android Bootloader Interface
Android Composite ADB Interface
But none of these worked.
Can anyone tell me how do you make it work?
thanks!

llaalways said:
It seems the driver is not installed properly.
How can I update the driver so that windows can recognize the phone on fastboot mode?
I have tried drivers from following 2 links,
https://mega.nz/#!XqAR3QbQ!BMg_NMelPhJPXRTA8y96yGJVnCg4IUgHDVzQmco83cI
and
https://androidfilehost.com/?fid=962187416754460440
I have also tried all 3 options
Android ADB Interface
Android Bootloader Interface
Android Composite ADB Interface
But none of these worked.
Can anyone tell me how do you make it work?
thanks!
Click to expand...
Click to collapse
Have you tried it with Windows 7?

I have tried boot windows 7 and 10.

llaalways said:
I have tried boot windows 7 and 10.
Click to expand...
Click to collapse
I was having this same trouble. I posted an answer on a different thread yesterday.
Was just that I needed to update my adb and fastboot exe files.
https://forum.xda-developers.com/showpost.php?p=79640181&postcount=196

mrmazak said:
I was having this same trouble. I posted an answer on a different thread yesterday.
Was just that I needed to update my adb and fastboot exe files.
https://forum.xda-developers.com/showpost.php?p=79640181&postcount=196
Click to expand...
Click to collapse
I think where a lot of people get hung up is they type "adb devices" after going into bootloader. They should be typing "fastboot devices".

my problem solved by laptop with unbuntu

you are right. update adb and fastboot worked.
mrmazak said:
I was having this same trouble. I posted an answer on a different thread yesterday.
Was just that I needed to update my adb and fastboot exe files.
https://forum.xda-developers.com/showpost.php?p=79640181&postcount=196
Click to expand...
Click to collapse

Related

[Q] Fastbboot

When I go to fastboot mode, I can't use it. I type fastboot devices but I get blank screen.q I install drivers and I can use adb from WinXP and Linux.
What to do?
Thank's in advince
Use the latest fastboot binary from the android sdk (linux). On windows you might need some driver hack that is floating around here somewhere.
€: For windows: If adb is working you should also be fine eith a recent fastboot binary.
I installed drivers and downloaded lastest sdk(you have it in first post).
Sent from my TOSHIBA_FOLIO_AND_A using Tapatalk
I was messing about with the same thing. When you type fastboot devices it can give strange answers. Mine came up with: ? fastboot. When i typed fastboot devices. So i kept looking and uninstalling and installing and always the same answer. So i tryed to send some commands to the folio and Viola! it was connected. But if it dont answer you just have to follow this guide on setting up ADB and Fastboot http://forum.xda-developers.com/showthread.php?t=915894 Good luck
If I understood,I must install drivers when I'm in fastboot mode?
Sent from my TOSHIBA_FOLIO_AND_A using Tapatalk
Jon2555 said:
If I understood,I must install drivers when I'm in fastboot mode?
Sent from my TOSHIBA_FOLIO_AND_A using Tapatalk
Click to expand...
Click to collapse
It is the same driver/udev rule that adb uses, so if adb works, fastboot should also.

[Q] Huawei Y300 - no devices found in fastboot

Hi,
I'm trying to unlock my Huawei Ascend Y300 but I'm stuck in fastboot.
I followed this guide: (not allowed to post outside links but you can find the guide by looking for "Free Huawei bootloader unlock tutorial"), but got my unlock code sent from Huawei by mail since the dc-unlocker tool didn't work as well (probably the same problem as with fastboot).
When the phone is turned on I can see it with "adb devices" but once I'm in fastboot mode (pink screen) no device can be found with "fastboot devices".
When the phone is in fastboot mode and being plugged into the computer it is recognized by Windows.
I tried two kinds of Huawei Drivers: "Huawei_U8680_U8730_U8800_U8860" and "Huawei_Android_driver" (for the last one: see the guide stated above). I also tried three different computers.
I'm using Windows 7 64bit if that helps.
Edit:
Same problem in Ubuntu, found in "adb devices" but not in fastboot mode.
Any idea anyone?
Thanks,
Patrick
Anybody?
SirBelial said:
Anybody?
Click to expand...
Click to collapse
both those drivers are most likely conflicting with each other. Uninstall them, and install the usb drivers for your device.
Another issue is that your using 64bit, those drivers may only support 32bit OS. Try doing it on a 32bit computer
Thanks for the reply. Only one of the drivers seems to be removable. I tried it on a different, 32bit Windows computer with first the one and then the second driver.
Same problem as above. I can find the booted phone via "adb devices" but can't find the phone in fastboot mode with "fastboot devices".
Maurice5813 said:
both those drivers are most likely conflicting with each other. Uninstall them, and install the usb drivers for your device.
Another issue is that your using 64bit, those drivers may only support 32bit OS. Try doing it on a 32bit computer
Click to expand...
Click to collapse
SirBelial said:
Thanks for the reply. Only one of the drivers seems to be removable. I tried it on a different, 32bit Windows computer with first the one and then the second driver.
Same problem as above. I can find the booted phone via "adb devices" but can't find the phone in fastboot mode with "fastboot devices".
Click to expand...
Click to collapse
does you phone have a bootloader?
Maurice5813 said:
does you phone have a bootloader?
Click to expand...
Click to collapse
With bootloader you probably mean a custom bootloader like ClockworkMod right?
If so: no, the phone has been untouched so far.
My old HTC phone had a bootloader to start with but as far as I know the Huawei phone doesn't and I can only boot normally or into fastboot.
SirBelial said:
With bootloader you probably mean a custom bootloader like ClockworkMod right?
If so: no, the phone has been untouched so far.
My old HTC phone had a bootloader to start with but as far as I know the Huawei phone doesn't and I can only boot normally or into fastboot.
Click to expand...
Click to collapse
I think your problem is your using the wrong commands, when you go into fastboot mode, your using "adb devices" which doesn't work with fastboot. Type "fastboot devices"
Maurice5813 said:
I think your problem is your using the wrong commands, when you go into fastboot mode, your using "adb devices" which doesn't work with fastboot. Type "fastboot devices"
Click to expand...
Click to collapse
I know, "adb devices" only works when the phone is booted normally. "fastboot devices" doesn't give a reply as can be seen in the image of the first post.
SirBelial said:
I know, "adb devices" only works when the phone is booted normally. "fastboot devices" doesn't give a reply as can be seen in the image of the first post.
Click to expand...
Click to collapse
because the daemon didn't start, you should have looked up how to use fastboot. I can tell fastboot hasn't started because it would have replied with "no devices found"
Uninstall everything (the android sdk, not drivers) and use this guide:
http://forum.xda-developers.com/showthread.php?t=2277112
Good luck!
Maurice5813 said:
because the daemon didn't start, you should have looked up how to use fastboot. I can tell fastboot hasn't started because it would have replied with "no devices found"
Uninstall everything (the android sdk, not drivers) and use this guide:
http://forum.xda-developers.com/showthread.php?t=2277112
Good luck!
Click to expand...
Click to collapse
I really hoped that you were right and I just used it wrong BUT:
I installed android sdk exactly the same way as stated in the guide.
Are you sure that "fastboot devices" should give a "daemon starting" and "no devices found" reply? I haven't found any screenshot of "fastboot devices" with one of the two replies. Just screenshots that looked like this:
Plus the guide you sent me states:
Code:
fastboot devices
...and nothing will happen, Why? because there isn't a device attached.
To me it looks like I'm not supposed to get any of the two replies you mentioned.
Enable USB Debugging
SirBelial said:
I really hoped that you were right and I just used it wrong BUT:
I installed android sdk exactly the same way as stated in the guide.
Are you sure that "fastboot devices" should give a "daemon starting" and "no devices found" reply? I haven't found any screenshot of "fastboot devices" with one of the two replies. Just screenshots that looked like this:
Plus the guide you sent me states:
Code:
fastboot devices
...and nothing will happen, Why? because there isn't a device attached.
To me it looks like I'm not supposed to get any of the two replies you mentioned.
Click to expand...
Click to collapse
I encountered this but then started the phone and enabled USB debugging and it then found the phone.
did u get this going? im having exactly the same issue. cannot get the phone detected in fastboot, either in Linux or windows
I had the same issue. Took my hours, different Systems, Cables... Try the following:
Code:
adb reboot-bootloader
.
Hope this helps! Your phone should stay at the Huawei Logo (no pink screen!)

[SOLVED] adb list of devices attached

Hi I am trying to flash elitekernel from bootloader fastboot but adb is keep saying that "device not found" when I tried to enter adb devices but he said "list of devices attached", I tried adb kill-server and adb start-server I tried disconnect and connect my device from USB, but nothing helped. Can someone help me what am I doing wrong ?
Thermaltake868 said:
Hi I am trying to flash elitekernel from bootloader fastboot but adb is keep saying that "device not found" when I tried to enter adb devices but he said "list of devices attached", I tried adb kill-server and adb start-server I tried disconnect and connect my device from USB, but nothing helped. Can someone help me what am I doing wrong ?
Click to expand...
Click to collapse
The device never gets recognized so easily on "adb" whereas in fastboot u would not have any issues.....
since u r going to flash the kernel try "fastboot devices" u ll be able to see ur device
The adb issue will be solved by restarting the PC or by trying to re-install the HTC drivers
[email protected] said:
The device never gets recognized so easily on "adb" whereas in fastboot u would not have any issues.....
since u r going to flash the kernel try "fastboot devices" u ll be able to see ur device
The adb issue will be solved by restarting the PC or by trying to re-install the HTC drivers
Click to expand...
Click to collapse
I tried fastboot devices and enter but it's just blank nothing
I tried restart PC didn't help, I tried to restart the phone too, and reinstalling drivers nothing.
Even WinDroid HTC One X+ Toolkit won't recognized him when he is in fastboot, but when he is in windows he said Online on status. I really have no idea where did I go wrong I usually always get him into fastboot flash normal.
Thermaltake868 said:
I tried fastboot devices and enter but it's just blank nothing
I tried restart PC didn't help, I tried to restart the phone too, and reinstalling drivers nothing.
Even WinDroid HTC One X+ Toolkit won't recognized him when he is in fastboot, but when he is in windows he said Online on status. I really have no idea where did I go wrong I usually always get him into fastboot flash normal.
Click to expand...
Click to collapse
I always had the device shown as BLANK on "adb" when using windows
whereas on fastboot I never had that issue.....
can u try this
In windows install this MInimal ADB and Fastboot give a try on"fastboot devices" using this
if not working re install the drivers and try the MInimal ADB and Fastboot again
I am suggesting this because it had worked flawlessly for me with proper drivers and MInimal ADB and Fastboot.......
I never had to install drivers I just installed some adb universal drivers from WinDroid HTC One X+ Toolkit 3.0 it always worked without installing any other drivers, but all of the sudden it's not. I tried now using that MInimal ADB still blank, I will try now to reinstall or uninstall completely that adb universal drivers, and try again.
Thermaltake868 said:
I never had to install drivers I just installed some adb universal drivers from WinDroid HTC One X+ Toolkit 3.0 it always worked without installing any other drivers, but all of the sudden it's not. I tried now using that MInimal ADB still blank, I will try now to reinstall or uninstall completely that adb universal drivers, and try again.
Click to expand...
Click to collapse
Dude try this USB drivers if nothing works
[email protected] said:
Dude try this USB drivers if nothing works
Click to expand...
Click to collapse
Installation won't start on this one that you gave me. I run it but nothing happends.
P.S
I download AdbDriverInstaller he said that I already have installed adb drivers, don't know how when I uninstall it all.
EDIT:
I manage to get device ID on adb devices in windows, but when I enter bootloader in fastboot he can't recognized him on command "fastboot devices" he said "device not found", and I can't flash kernel becouse he needs to be in fastboot.
Thermaltake868 said:
Installation won't start on this one that you gave me. I run it but nothing happends.
P.S
I download AdbDriverInstaller he said that I already have installed adb drivers, don't know how when I uninstall it all.
Click to expand...
Click to collapse
Weird I just installed this and Minimal ADB on my PC and checked....
all good here can see the Device on the adb and fastboot..
try again as administrator or something...might help not sure
I was thinking all the time that I'm doing something wrong, but every time I did it before it went well, but now I have no idea whats happening, why he won't recognized phone in fastboot, it said fastboot usb, and when I connect him he is always "waiting for device" or "device not found"
Thermaltake868 said:
I was thinking all the time that I'm doing something wrong, but every time I did it before it went well, but now I have no idea whats happening, why he won't recognized phone in fastboot, it said fastboot usb, and when I connect him he is always "waiting for device" or "device not found"
Click to expand...
Click to collapse
thats sad......but it happens
can u confirm using which u r trying to get the phone on fastboot....android sdk kit or Minimal ADB
and can u see these files in the fastboot folder
ADBWinApi.dll ADB link library for Windows
ADBWinUsbApi.dll ADB link library for Windows
please confirm this....
[email protected] said:
thats sad......but it happens
can u confirm using which u r trying to get the phone on fastboot....android sdk kit or Minimal ADB
and can u see these files in the fastboot folder
ADBWinApi.dll ADB link library for Windows
ADBWinUsbApi.dll ADB link library for Windows
please confirm this....
Click to expand...
Click to collapse
I am using minimal adb that you gave me, and yes both files are in the folder.
Thermaltake868 said:
I am using minimal adb that you gave me, and yes both files are in the folder.
Click to expand...
Click to collapse
are u still not able to install this driver I gave the link for....
I would try by uninstalling all the installed drivers and install only the above mentioned driver.....Give a try :good:
[email protected] said:
are u still not able to install this driver I gave the link for....
I would try by uninstalling all the installed drivers and install only the above mentioned driver.....Give a try :good:
Click to expand...
Click to collapse
I did that too now, and in windows I get adb devices he show me number of my device, my friend told me now that I can flash kernel when I am in OS that I don't have to be in fastboot he will enter fastboot on his own, and I try that too, and as I told he manage to find device via adb, but when he enter bootloader in fastboot he is waiting for device in kernel cmd windows he can't find him.
Make sure your using a USB port that connects directly to your mobo. adb/fastboot is dodgy with USB hubs. Try a port at the back of your PC.
Sent from my HTC One X+ using Tapatalk
I fixed it I had old drivers for USB I installed new from intel chipset did the setup.exe -overall in cmd after that I uninstall htc drivers that I installed before remove them completly restart PC after that install latest HTC Sync connect the phone run the .bat from kernel, and it went successfully.
Thanks for all the help guys
Adb is showing list of devices attached..what is the solution for this..if any one knows how to solve this problem can u help me??
@Vinay23
On the device I'm using, this was under "Default USB Configuration" - advice from others appears to be that selecting PTP is the way to go.
For me, it works =).
Hope that might help out.
I found it here:
“adb devices” returns empty “List of devices attached” on Ubuntu
Based on react native documentation (https://facebook.github.io/react-native/docs/running-on-device) I wanted to connect to ADB in my ubuntu vm (Ubuntu 18.04.2 LTS) but my problem is that i keep ge...
stackoverflow.com

Fastboot problem

Hello, I have a problem, I can not use the fastboot because he can not find my phone and i get nothing with "fastboot devices" but adb work and i'm on windows 10 x64.
My devices : i.imgur.com/nPqGZDT.png
Same problem with nexus 4
You have to install the ADB drivers first: http://forum.xda-developers.com/showthread.php?t=2588979
Sangmort said:
Hello, I have a problem, I can not use the fastboot because he can not find my phone and i get nothing with "fastboot devices" but adb work and i'm on windows 10 x64.
My devices : i.imgur.com/nPqGZDT.png
Click to expand...
Click to collapse
Probably you need to go to "Settings" -> "Developer Options" and check the "Enable OEM Unlock"
Sangmort said:
Hello, I have a problem, I can not use the fastboot because he can not find my phone and i get nothing with "fastboot devices" but adb work and i'm on windows 10 x64.
My devices : i.imgur.com/nPqGZDT.png
Click to expand...
Click to collapse
I had that same problem. ADB fine but no Fastboot. I tried a different cable and all worked well. Seemed odd so I put the original cable back on and lost Fastboot. Worth a try if you haven't.

Question ADB Working but Fastboot not working on Pixel 6

Pixel 6: Trying to unlock bootloader and flash factory images. ADB works, but in Fastboot mode the phone is NOT recognized.
Enabled USB debugging. Installed the Latest SDK ADP platform from Google's website.
Adb devices and ADB reboot bootloader works. The phone reboots fine into bootloader.
As soon as the phone goes into bootloader mode -- Fastboot does NOT show any devices.
Fastboot devices -- No results
Fastboot flashing unlock -- " Waiting for Device"
Tried - different USB cables. Different USB Port. Different PCs as well. But fastboot is not working.
It's driving me crazy. Already spend half a day on this. Any help will be MUCH appreciated. Thanks!
This worked. Installed drivers for Pixel 6: https://en.usb-driver.net/google-pixel-6/
Rebooted and fastboot worked. Thanks everyone.
Thanks for the lead. I couldn't solve my problem with those files at that link. But did with this: https://adb.clockworkmod.com/
I'm on Windows 11 Pro x64. ADB commands working. But when I reboot to fastboot and type the command "fastboot flashing unlock" it shows "waiting for device" and then get all commands listed. Don't know how to solve?
refedit said:
I'm on Windows 11 Pro x64. ADB commands working. But when I reboot to fastboot and type the command "fastboot flashing unlock" it shows "waiting for device" and then get all commands listed. Don't know how to solve?
Click to expand...
Click to collapse
Do you have the latest drivers installed? https://developer.android.com/studio/run/win-usb
I'm on Linux Mint with latest platform tools and no problems here. Unlocked the bootloader right away
Edmontonchef said:
I'm on Linux Mint with latest platform tools and no problems here. Unlocked the bootloader right away
Click to expand...
Click to collapse
Maybe I have to do it on Linux also
refedit said:
I'm on Windows 11 Pro x64. ADB commands working. But when I reboot to fastboot and type the command "fastboot flashing unlock" it shows "waiting for device" and then get all commands listed. Don't know how to solve?
Click to expand...
Click to collapse
You need to install the Google drivers as well, this site has it linked and many other sites do too.
Whilst I had my Pixel 6 I tried to uninstall some system apps using ADB but never managed to get the list using these commands,
adb devices,
adb shell
su
Then these commands.
adb shell pm list packages -s
or
adb shell pm list packages
Error message " not found" or "not accessible"
I'm coming from an Android 9 setup. Is the command different in A12?
Well. Unlocking worked. Had to uninstall and install drivers couple times.
Dmverity didn't work. Last resource, had to use Linux. Worked straight forward
iamjimmy said:
Pixel 6: Trying to unlock bootloader and flash factory images. ADB works, but in Fastboot mode the phone is NOT recognized.
Enabled USB debugging. Installed the Latest SDK ADP platform from Google's website.
Adb devices and ADB reboot bootloader works. The phone reboots fine into bootloader.
As soon as the phone goes into bootloader mode -- Fastboot does NOT show any devices.
Fastboot devices -- No results
Fastboot flashing unlock -- " Waiting for Device"
Tried - different USB cables. Different USB Port. Different PCs as well. But fastboot is not working.
It's driving me crazy. Already spend half a day on this. Any help will be MUCH appreciated. Thanks!
Click to expand...
Click to collapse
Try Google pixel 6 drivers from Google that's what I did
Aulgreg38 said:
Try Google pixel 6 drivers from Google that's what I did
Click to expand...
Click to collapse
That is exactly what worked for me as well. Thanks.
T
iamjimmy said:
That is exactly what worked for me as well. Thanks.
Click to expand...
Click to collapse
That's great
adb and drivers seem to work fine for me while the device is on. Once I run adb reboot recovery, I get nothing. No notice it's reconnected, no devices with adb devices
kevp75 said:
adb and drivers seem to work fine for me while the device is on. Once I run adb reboot recovery, I get nothing. No notice it's reconnected, no devices with adb devices
Click to expand...
Click to collapse
Yes, I've tried different devices, different USB cables, uninstalled reinstalled the drivers multiple times. Unfortunately, I do not have a linux box handy to test on
interesting. adb reboot sideload worked
I got this same issue. I'm unable to get anything either. I have installed the drivers multiple times from multiple places and still nothing. I'm lost on this one big time.
Mod edit - translated by https://translate.google.com/?hl=de:
I changed the network cable and it's back to normal
**************************
我换了网线又恢复正常了
xxxxgrizz said:
Mod edit - translated by https://translate.google.com/?hl=de:
I changed the network cable and it's back to normal
**************************
我换了网线又恢复正常了
Click to expand...
Click to collapse
@xxxxgrizz
As courtesy, I've translated your above posts. With reference to rule no. 4 of the XDA Forum Rules, please post in English or add at least an English translation to your Chinese posts. Thanks for your cooperation!
Spoiler: Rule No. 4
4. Use the English language.
We understand that with all the different nationalities, not everyone speaks English well, but please try. If you're really unable to post in English, use an online translator. You're free to include your original message in your own language, below the English translation. (This rule covers your posts, profile entries and signature). You could try :- https://translate.google.com/ or https://www.babelfish.com/ or use one of your choice.
Regards
Oswald Boelcke
Senior Moderator

Categories

Resources