[Q] Fastboot Not recognized - General Questions and Answers

I have rooted my Nexus 7 but while ADB is recognized and responds to commands, Fastboot is not. However, when booting into bootloader the Nexus indicates its in Fastboot mode but thats it. How do I get Fastboot to be recognized from pc? Help!!

re
oakcutter said:
I have rooted my Nexus 7 but while ADB is recognized and responds to commands, Fastboot is not. However, when booting into bootloader the Nexus indicates its in Fastboot mode but thats it. How do I get Fastboot to be recognized from pc? Help!!
Click to expand...
Click to collapse
i think is the driver, because fastboot use another driver. try in device manager to search for a right driver

Related

[Q] NS4g - Not detected by fastboot!

Google doesn't know, so maybe the experts here can help.
I'm trying to unlock the bootloader of my Nexus S 4G.
I installed drivers via PDAnet. USB Debugging is on. Windows detects the device, both when its on in normal mode, and in Fastboot mode. ADB detects the phone when on.
Fastboot won't detect it when in Fastboot mode, though!
ADB won't detect it in Fastboot, either. (But maybe that's normal.)
Why doesn't fastboot see it?
I'm running Win7 x64, if that helps.
Thanks in advance.
pennyfan87 said:
Google doesn't know, so maybe the experts here can help.
I'm trying to unlock the bootloader of my Nexus S 4G.
I installed drivers via PDAnet. USB Debugging is on. Windows detects the device, both when its on in normal mode, and in Fastboot mode. ADB detects the phone when on.
Fastboot won't detect it when in Fastboot mode, though!
ADB won't detect it in Fastboot, either. (But maybe that's normal.)
Why doesn't fastboot see it?
I'm running Win7 x64, if that helps.
Thanks in advance.
Click to expand...
Click to collapse
What happens when you type:
Fastboot devices
?
Sent from my Nexus S using XDA App
matt2053 said:
What happens when you type:
Fastboot devices
?
Sent from my Nexus S using XDA App
Click to expand...
Click to collapse
Nothing shows up. No errors. No devices.
Are you in bootloader mode when you're doing fastboot commands?
zephiK said:
Are you in bootloader mode when you're doing fastboot commands?
Click to expand...
Click to collapse
I'm in "fastboot mode", I think that's what its called.
I get there by holding Vol Up + Power when I turn it on.
pennyfan87 said:
I'm in "fastboot mode", I think that's what its called.
I get there by holding Vol Up + Power when I turn it on.
Click to expand...
Click to collapse
If you have the USB Driver from the SDK installed edit android_winusb.inf and add:
;Nexus S
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E20&REV_0100
Go into device manager and tell it to update the driver, hit pick from list, all and have disk. Pick the INF and let it install.
pennyfan87 said:
I'm in "fastboot mode", I think that's what its called.
I get there by holding Vol Up + Power when I turn it on.
Click to expand...
Click to collapse
Search is your friend...
http://forum.xda-developers.com/showthread.php?t=878786
Please read the whole post for instructions...
Are you running command prompt as Administrator?
pennyfan87 said:
Google doesn't know, so maybe the experts here can help.
I'm trying to unlock the bootloader of my Nexus S 4G.
I installed drivers via PDAnet. USB Debugging is on. Windows detects the device, both when its on in normal mode, and in Fastboot mode. ADB detects the phone when on.
Fastboot won't detect it when in Fastboot mode, though!
ADB won't detect it in Fastboot, either. (But maybe that's normal.)
Why doesn't fastboot see it?
I'm running Win7 x64, if that helps.
Thanks in advance.
Click to expand...
Click to collapse
Hi, I had the same problem, I fixed it by giving the command prompt root permissions (I'm using Linux). On Windows, make sure the command prompt is running AS THE ADMINISTRATOR

Fastboot not working on Z3

Hello. Im trying to unlock bootloader on my wifes phone. All adb commands works. After I type adb reboot bootloader phone goes to fastboot mode and thats ok. But after I type fastboot devices nothing is happening. How can I fix it?
Gedablo666 said:
Hello. Im trying to unlock bootloader on my wifes phone. All adb commands works. After I type adb reboot bootloader phone goes to fastboot mode and thats ok. But after I type fastboot devices nothing is happening. How can I fix it?
Click to expand...
Click to collapse
it is a problem of s1 boot device driver . i even tried diabling driver signature on my win10 like every post suggested but no luck . i'm also trying to get over it
disable driver signature in win 10 and when windows boots go to device manager and update driver of s1 boot device from the files of given link
https://dl.xda-developers.com/4/0/0....zip?key=oeHhoI_uttjO0gP6y4vAiA&ts=1526629864

Oneplus 7 not recognized in fastboot mode

Hi,
Could some one point me to the correct usb drivers for the oneplus 7. I have oem unlocking enabled.
The device responds to the adb commands, but is not recognized in fastboot mode.
In the device manager there is a yellow triangle when in fastboot mode, so i suppose its a driver issue.
tnx
Solved
After connecting my oneplus 3 to my laptop windows 10 installed the correct drivers and after a reboot the oneplus 7 was also recognized in fastboot mode.
Sjak Philipsen said:
Hi,
Could some one point me to the correct usb drivers for the oneplus 7. I have oem unlocking enabled.
The device responds to the adb commands, but is not recognized in fastboot mode.
In the device manager there is a yellow triangle when in fastboot mode, so i suppose its a driver issue.
tnx
Click to expand...
Click to collapse

fastboot cannot recognize device but adb can

usb debugging is enabled on device. running latest version of adb, fastboot. Have tried on both mac and win10 but same issue on both.
Oneplus 7 pro is running 10.3.0GM21AA
>fastboot devices
>adb devices
List of devices attached
966c8016 device
Trying to use fastboot to flash patched magisk img and install magisk.
Do you enter in fastboot in phone?
Sent from my GM1910 using Tapatalk
Yes tried from bootloader as well
fustyler said:
Yes tried from bootloader as well
Click to expand...
Click to collapse
bootloader-fastboot mode is the only time fastboot commands will work. I know you tried this "also". But I feel you are wasting your time trying to run fastboot when phone is booted (instead of focusing on the situation where fastboot should actually be working). adb and fastboot will not work at the same time by definition. Also, debugging does not need to be enabled for fastboot (only for adb).
redpoint73 said:
bootloader-fastboot mode is the only time fastboot commands will work. I know you tried this "also". But I feel you are wasting your time trying to run fastboot when phone is booted (instead of focusing on the situation where fastboot should actually be working). adb and fastboot will not work at the same time by definition. Also, debugging does not need to be enabled for fastboot (only for adb).
Click to expand...
Click to collapse
I have tried it from bootloader and still the same on my pc it just says waiting for device.
What else can I try?
fustyler said:
I have tried it from bootloader and still the same on my pc it just says waiting for device.
What else can I try?
Click to expand...
Click to collapse
Try a different cable, different USB port. Fastboot can be finicky sometimes. You can also go to Windows Device Manager, find the device, and see if you can manually select the drivers. There is a generic Android device driver that sometimes gets fastboot to work properly on some of my past devices. This is on Windows 7, haven't done this on WIn 10 yet, so not sure if it is exactly the same.
redpoint73 said:
Try a different cable, different USB port. Fastboot can be finicky sometimes. You can also go to Windows Device Manager, find the device, and see if you can manually select the drivers. There is a generic Android device driver that sometimes gets fastboot to work properly on some of my past devices. This is on Windows 7, haven't done this on WIn 10 yet, so not sure if it is exactly the same.
Click to expand...
Click to collapse
Have tried different cables and different machines both pc and mac
What's you gotta do is look up how to disable signature verification in Windows 10. Then once you done that stuff put your device in fastboot mode then on the window 10 PC open of device drivers find Android phone then bootloader update driver. There will be 2 choices for updating pick the on device one. Should do you right.
I had to do this after flashing the T-Mobile version to my international version with the msmtool and it locked my bootloader for me
Since adb is working, do an adb reboot bootloader and it'll then boot into fastboot. If you can't get a return on fastboot devices at this point, it could be you haven't oem unlocked your phone yet.
mnemesis said:
Since adb is working, do an adb reboot bootloader and it'll then boot into fastboot. If you can't get a return on fastboot devices at this point, it could be you haven't oem unlocked your phone yet.
Click to expand...
Click to collapse
I ran adb reboot bootloader from pc to boot phone into fastboot.
In the bootloader it states device state is unlocked
However fastboot devices ran from pc still shows no device.
billyt1 said:
What's you gotta do is look up how to disable signature verification in Windows 10. Then once you done that stuff put your device in fastboot mode then on the window 10 PC open of device drivers find Android phone then bootloader update driver. There will be 2 choices for updating pick the on device one. Should do you right.
I had to do this after flashing the T-Mobile version to my international version with the msmtool and it locked my bootloader for me
Click to expand...
Click to collapse
Thanks this fixed it.
Issue fixed by billyt1's comment above. case closed.
billyt1 said:
What's you gotta do is look up how to disable signature verification in Windows 10. Then once you done that stuff put your device in fastboot mode then on the window 10 PC open of device drivers find Android phone then bootloader update driver. There will be 2 choices for updating pick the on device one. Should do you right.
I had to do this after flashing the T-Mobile version to my international version with the msmtool and it locked my bootloader for me
Click to expand...
Click to collapse
This worked for me as well. Just to make it clear, rephrasing his reply. After disabling signature verification on windows 10, connect your phone in fastboot mode & open Device Manager on Windows & look for Other > Android device.If it is found, This means Windows 10 is not having proper drivers to recognize fastboot device. Now install "OnePlus_USB_Drivers_Setup.exe" & it will show pop up for installing driver & after accepting(this is blocked due to signature verification in normal situation), Android device will be recognized in fastboot mode.
Giri Prasad said:
This worked for me as well. Just to make it clear, rephrasing his reply. After disabling signature verification on windows 10, connect your phone in fastboot mode & open Device Manager on Windows & look for Other > Android device.If it is found, This means Windows 10 is not having proper drivers to recognize fastboot device. Now install "OnePlus_USB_Drivers_Setup.exe" & it will show pop up for installing driver & after accepting(this is blocked due to signature verification in normal situation), Android device will be recognized in fastboot mode.
Click to expand...
Click to collapse
ugh. I've tried all of these suggestions and still can't get the device listed in adb while in fastboot.
I even used the TOOL ALL IN ONE without success. Funny thing is, that program recognizes my phone being in fastboot and has it listed. But if I try to flash a recovery from there, it opens a command window and ultimately says there was an error in connecting to the device.
Any help is appreciated.
I have a similar problem. I tried to disable the signature. Installed a new Redmi Note 7 driver. The phone is recognized as an Android phone in the device manager. In Orangefox recovery it is recognized with ADB command. In fastboot it is not recognized. In Orangefox I can't format data. So my ROM is not booting up. So I want to flash fastboot ROM with Fastboot but in Fastboot device is not even recognized.
t
puyow18 said:
ugh. I've tried all of these suggestions and still can't get the device listed in adb while in fastboot.
I even used the TOOL ALL IN ONE without success. Funny thing is, that program recognizes my phone being in fastboot and has it listed. But if I try to flash a recovery from there, it opens a command window and ultimately says there was an error in connecting to the device.
Any help is appreciated.
Click to expand...
Click to collapse
Sorry on the late reply. Pretty sure you can only do fastboot boot boot(recovery).img or\and boot_a or boot_b. Wont let you fastboot flash boot.img.
billyt1 said:
What's you gotta do is look up how to disable signature verification in Windows 10. Then once you done that stuff put your device in fastboot mode then on the window 10 PC open of device drivers find Android phone then bootloader update driver. There will be 2 choices for updating pick the on device one. Should do you right.
I had to do this after flashing the T-Mobile version to my international version with the msmtool and it locked my bootloader for me
Click to expand...
Click to collapse
Thank you so much!
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.
Thank you Thank you Thank you Thank you Thank you Thank you...I have been fooling with this all day
Hi, I already solved this issue (but this only works for xiaomi phone (Redmi Note 7 to be specified), for other brands I think need to download your devices flasher/driver tool)
For Xiaomi user only
1. Download Mi Unlock Tool (https://mi-globe.com/download-xiaomi-mi-unlock-tool-all-versions/) (Version 4.5.813.51)
2. Extract the files anywhere you like
3. Run MiUsbDriver.exe to install the driver
4. Try fastboot devices command
I hope this helps you guys. The Mi Unlock Tool also useful to unlock device locked bootloader.
For other devices maybe can follow this tutorial
Fixed: Fastboot not detecting your Android device
Fix the Fastboot not detecting your device. If your device is not detected by the Fastboot then these tricks will really help you.
www.qasimtricks.com

ADB problem only in fastboot

Hello, i have a really weird problem. When the phone is power up and working i can adb devices and see in the list my phone,. But when im in fastboot adb devices show empty. The phone is recognized in my device list with the drivers in fastboot mode.
I have installed a lot of drivers
i have tried in windows 10 and windows 7
thanks in advance.
When you're in fastboot mode you need to use the fastboot command, not ADB...
Try fastboot devices.

Categories

Resources