[HELP] Fastboot not detecting device - Nexus 6P Q&A, Help & Troubleshooting

Hey there.
I´ve been following this guide:
http://forum.xda-developers.com/nexus-6p/general/guides-how-to-guides-beginners-t3206928
Stuck at this point already:
You can test fastboot by connecting your device to your PC while booted into the bootloader (power + volume down) and issuing this command:
Code:
fastboot devices
Click to expand...
Click to collapse
I made a few screenshots to show what I´ve done / got so far:
imgur: android SDK manager, installed packages
imgur: windows 10 being up to date and rough system specs
imgur: nexus 6p bootloader screen
imgur: developer options, oem unlocking & usb debugging both enabled
imgur: installation path including command line results
So what am I doing wrong? Couldn´t find a reason yet, other than it being my drivers but then again I´ve deinstalled and reinstalled the newest drivers using the SDK manager multiple times already. Not sure what else to do.
Kind regards,
Chrotesque

Your device is connected via ADB not FASTBOOT (what it shows on the last pic).
Try using : adb reboot bootloader
and then, after the phone reboots, go on and : fastboot devices

kauemelhado said:
Your device is connected via ADB not FASTBOOT (what it shows on the last pic).
Try using : adb reboot bootloader
and then, after the phone reboots, go on and : fastboot devices
Click to expand...
Click to collapse
Hey and thanks for the reply, however I´ve done that, to be specific I´ve done it in two different ways.
1. shut down the nexus and then loaded up the bootloader via pressing power & volume down button
2. while having the nexus connected via usb to the pc I used the command "adb reboot bootloader" from the command line interface, the nexus rebooted directly into the bootloader and still the same result.
Using "fastboot devices" after using "adb reboot bootloader" didn´t help at all - if necessary I can screenshot that as well ofc.

Go to device manager and see if an error shows up for the phone. YOu may need to install drivers. Right click on android and install drivers, look up drivers, a samsung driver should show up, install it twice. That should help your fastboot bootloader.

Try doing what I said, without booting into bootloader.
>Power on your device (system)
>Enable Usb Debugging
>adb devices
>adb reboot bootloader
>wait for the device to boot up
>fastboot devices

kauemelhado said:
Try doing what I said, without booting into bootloader.
>Power on your device (system)
>Enable Usb Debugging
>adb devices
>adb reboot bootloader
>wait for the device to boot up
>fastboot devices
Click to expand...
Click to collapse
Did that, result is this here: [cant link stuff]imgur.com/6KT3vxZ
Go to device manager and see if an error shows up for the phone. You may need to install drivers. Right click on android and install drivers, look up drivers, a samsung driver should show up, install it twice. That should help your fastboot bootloader.
Click to expand...
Click to collapse
Result: [cant link stuff]imgur.com/P5SelUM
I was able to get fastboot devices to work ONLY when I used this driver: [I cant post links]software.intel.com/en-us/blogs/2015/08/18/intel-usb-driver-for-android-devices-that-support-windows-10-is-here
This one didn't work at all: [I cant post links]developer.samsung.com/technical-doc/view.do?v=T000000117
EDIT:
is it correct that adb devices does not work when I am on the bootloader?
C:\SDK\android-sdk-windows\platform-tools>adb version
Android Debug Bridge version 1.0.32
Revision 09a0d98bebce-android
C:\SDK\android-sdk-windows\platform-tools>adb devices
List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
CVH7N15B11000407 device
C:\SDK\android-sdk-windows\platform-tools>adb reboot bootloader
*reboots into bootloader*
C:\SDK\android-sdk-windows\platform-tools>fastboot devices
CVH7N15B11000407 fastboot
C:\SDK\android-sdk-windows\platform-tools>adb devices
List of devices attached
At this point I`d expect the device again but I am currently in the bootloader, is that the "issue" and not an issue at all at this point?
EDIT 2:
seems like everything worked out, seems like the intel usb driver did the trick
Thanks for your help so far!

Chrotesque said:
Did that, result is this here: [cant link stuff]imgur.com/6KT3vxZ
Result: [cant link stuff]imgur.com/P5SelUM
I was able to get fastboot devices to work ONLY when I used this driver: [I cant post links]software.intel.com/en-us/blogs/2015/08/18/intel-usb-driver-for-android-devices-that-support-windows-10-is-here
This one didn't work at all: [I cant post links]developer.samsung.com/technical-doc/view.do?v=T000000117
EDIT:
is it correct that adb devices does not work when I am on the bootloader?
C:\SDK\android-sdk-windows\platform-tools>adb version
Android Debug Bridge version 1.0.32
Revision 09a0d98bebce-android
C:\SDK\android-sdk-windows\platform-tools>adb devices
List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
CVH7N15B11000407 device
C:\SDK\android-sdk-windows\platform-tools>adb reboot bootloader
*reboots into bootloader*
C:\SDK\android-sdk-windows\platform-tools>fastboot devices
CVH7N15B11000407 fastboot
C:\SDK\android-sdk-windows\platform-tools>adb devices
List of devices attached
At this point I`d expect the device again but I am currently in the bootloader, is that the "issue" and not an issue at all at this point?
EDIT 2:
seems like everything worked out, seems like the intel usb driver did the trick
Thanks for your help so far!
Click to expand...
Click to collapse
Eidit: Nevermind I see you're all set

Chrotesque said:
Did that, result is this here: [cant link stuff]imgur.com/6KT3vxZ
Result: [cant link stuff]imgur.com/P5SelUM
I was able to get fastboot devices to work ONLY when I used this driver: [I cant post links]software.intel.com/en-us/blogs/2015/08/18/intel-usb-driver-for-android-devices-that-support-windows-10-is-here
This one didn't work at all: [I cant post links]developer.samsung.com/technical-doc/view.do?v=T000000117
EDIT:
is it correct that adb devices does not work when I am on the bootloader?
C:\SDK\android-sdk-windows\platform-tools>adb version
Android Debug Bridge version 1.0.32
Revision 09a0d98bebce-android
C:\SDK\android-sdk-windows\platform-tools>adb devices
List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
CVH7N15B11000407 device
C:\SDK\android-sdk-windows\platform-tools>adb reboot bootloader
*reboots into bootloader*
C:\SDK\android-sdk-windows\platform-tools>fastboot devices
CVH7N15B11000407 fastboot
C:\SDK\android-sdk-windows\platform-tools>adb devices
List of devices attached
At this point I`d expect the device again but I am currently in the bootloader, is that the "issue" and not an issue at all at this point?
EDIT 2:
seems like everything worked out, seems like the intel usb driver did the trick
Thanks for your help so far!
Click to expand...
Click to collapse
so i installed the intel driver onto my pc, the fastboot devices doesnt work. help?

TechMillz93 said:
so i installed the intel driver onto my pc, the fastboot devices doesnt work. help?
Click to expand...
Click to collapse
I reckon you should open your own thread and provide a sufficient amount of details to your own situation in order to get help, it´s near impossible to help you with the information that you provided so far, having installed the intel drivers and these "not working".
Simply go through the guide http://forum.xda-developers.com/nexus-6p/general/guides-how-to-guides-beginners-t3206928 and start your own thread as soon as you start having issues and list exactly what you´ve done, what error messages you get, et cetera.

Chrotesque said:
I reckon you should open your own thread and provide a sufficient amount of details to your own situation in order to get help, it´s near impossible to help you with the information that you provided so far, having installed the intel drivers and these "not working".
Simply go through the guide http://forum.xda-developers.com/nexus-6p/general/guides-how-to-guides-beginners-t3206928 and start your own thread as soon as you start having issues and list exactly what you´ve done, what error messages you get, et cetera.
Click to expand...
Click to collapse
Never mind I got it ha
Sent from my Nexus 6P using Tapatalk

Thanks
Chrotesque said:
Did that, result is this here: [cant link stuff]imgur.com/6KT3vxZ
Result: [cant link stuff]imgur.com/P5SelUM
I was able to get fastboot devices to work ONLY when I used this driver: [I cant post links]software.intel.com/en-us/blogs/2015/08/18/intel-usb-driver-for-android-devices-that-support-windows-10-is-here
This one didn't work at all: [I cant post links]developer.samsung.com/technical-doc/view.do?v=T000000117
EDIT:
is it correct that adb devices does not work when I am on the bootloader?
C:\SDK\android-sdk-windows\platform-tools>adb version
Android Debug Bridge version 1.0.32
Revision 09a0d98bebce-android
C:\SDK\android-sdk-windows\platform-tools>adb devices
List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
CVH7N15B11000407 device
C:\SDK\android-sdk-windows\platform-tools>adb reboot bootloader
*reboots into bootloader*
C:\SDK\android-sdk-windows\platform-tools>fastboot devices
CVH7N15B11000407 fastboot
C:\SDK\android-sdk-windows\platform-tools>adb devices
List of devices attached
At this point I`d expect the device again but I am currently in the bootloader, is that the "issue" and not an issue at all at this point?
EDIT 2:
seems like everything worked out, seems like the intel usb driver did the trick
Thanks for your help so far!
Click to expand...
Click to collapse
Thank you. I was stuck in the same problem. Installing the intel drivers for windows 10 in the above link solved my issue.

Related

ADB recognizing issue

So I am having a lot of problems with trying to root my nexus 7. I'm pretty sure it boils down to a driver issue but I'm not sure. I have tried installing the correct drivers over and over again also uninstalling other hardware manufacturers drivers and I cannot get adb to recognize my device when it is shut off and in the boot loader.
When the tablet is on and I have debugging on, adb shows up and is recognized, however my problem is that whenever I reboot into the boot loader I lose adb recognition. So therefore I can't root or do anything else. Fast boot commands work fine its only the issue with adb.
If anyone has any suggestions as to what I can do I would really appreciate it. I don't know if its just a hardware issue or something I am doing wrong on my end.
This is also not my first time manually unlocking/rooting a device
When you initially connect, the device shows up as a "Nexus 7".
When you reboot into the boot loader, the device name changes, and there is no driver for that device.
As far as I could tell, I would have to do the root process under Linux to avoid this issue.
As for me, I just ignored the issue. By the time you reboot the bootloader, you are already rooted.
The only thing you do after the reboot is rename a file. For now I am missing that step...
Yeah I'm using windows xp. When its in boot loader it does change names. I can unlock the bootloader via fastboot but can't do anything with adb. Lol I don't know what else I can do, I'm at a loss.
kevlars9 said:
Yeah I'm using windows xp. When its in boot loader it does change names. I can unlock the bootloader via fastboot but can't do anything with adb. Lol I don't know what else I can do, I'm at a loss.
Click to expand...
Click to collapse
Like I said - I think you are done...
Install a terminal on the Nexus and see what it says to "su". I use one called "terminal emulator". Works fine.
I think fastboot uses adb.
If you connect your Nexus, and type "adb devices" in a command window what does it say?
I believe it says devices attached or something like that. (Not at my computer) but doesn't give me a serial # like I think it should.
If you do not have USB Debugging checked, "adb devices" will just show the List of devices line.
If I set USB debugging on, "adb devices" also shows the Nexus serial number.
If you don't see that, I would double check the device driver you are using.
Under Device Manager, Android Phone, Android Composite ADB Interface it shows:
Driver: Google Inc.
Date: 5/24/2012
Version: 6.0.0.0
Digital Signer: google inc.
Well if I have USB debugging on and tablet on and do adb devices I get the serial # but once I go into boot loader and do adb devices I don't get the serial #.
For device manager I can choose adb interface or adb original interface. I'll have more info when I get out of work and at my computer. Do you have a link to the drivers you used? Or where to find them. Because I have tried a couple of different drivers posted around to no avail.
BTW thanks for helping me out.
I would not use any posted driver - you don't know where that thing has been.
Download the SDK from Google; the correct driver is in there.
Just point the device manager to it when you install drivers.
There are a lot of good descriptions on installing drivers in the other nexus forums
But - again - I think your device driver is fine. You will not be able to talk to the Nexus from ADB after you boot the bootloader
Bootloader has a different device name which ADB can't use under Windows.
Use Linux if you want to do that.
ok, so pretty much what happens is when my tablet is powered on with usb debugging everything is fine and ADB is recognized. Now my problem seems to be when i reboot into the bootloader it seems as though the drivers dont stick and it asks me to install the drivers again and this is where i have had all of my issues. When i type in adb devices in, it just tells me "list of devices attached" and wont let me do anything else (fastboot works). Like i said i was able to unlock my bootloader but i cant flash recovery or do anything else.
When i go into device manage to select the drivers it gives me the option of choosing between adb interface, adb bootloader interface, adb orignal interface and nexus 7 bootloader interface. I have tried all options and nothing seems to work. I have tried multiple usb cords and ports.
If anyone else has any suggestions it would be much appreciated.
I didn't read through everything but your initial problem is adb doesn't work in the bootloader that's where you use fastboot commands either boot into a custom recovery or just boot up normal and make sure debugging is checked.
Try running fastboot devices and see if it shows up. What you need to do is have bootloader unlocked and dismiss the super user zip floating around here pot that on sd card download cwm recovery image floating around boot into bootloader then
fastboot devices
fastboot flash recovery name_of_file.img
fastboot reboot bootloader
select recovery from the menu
Flash the super user zip
Or download a rom that has root and put that on sd card instead of super user zip and after doing the steps above then selecting super user zip select the rom you downloaded and flash. If you're on Linux run sudo first.
Sent from my Galaxy Nexus using xda premium
Delete

[Q] Nexus 4 boot loop caused by toolkit

Hi guys, I have read several threads on here already so just to let you know Im not just making a thread at the first sign of trouble.
Heres my predicament:
I used a tool kit ( nexus 1 click toolkit for mac) to try and root my phone, which after diving in and pressing enter, found that they seem to be the work of the devil. So it unlocks the bootloader no problem but it cant push the su file to the nexus and comes up with this text :
Pushing UPDATE-SuperSU-v1.45.zip...
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
error: device not found
error: device not found
after this it installed cwm, but obviously the su file isn't there so I can't install zip from sd card.
I've tried formatting personal data (which cwm says cant mount sdcard/android_secure, skipping format) and formatting the dalvik cache and rebooting with no avail.
I'm running a mac but can get access to a pc if absolutely necessary, at the moment I don't mind if I don't have root, having my phone back is priority!
Thanks for you help in advance.
dont use toolkits, do it the right way.
fastboot oem unlock via fastboot, fastboot flash a custom recovery, flash the latest supersu in you new custom recovery, reboot. thats it.
simms22 said:
dont use toolkits, do it the right way.
fastboot oem unlock via fastboot, fastboot flash a custom recovery, flash the latest supersu in you new custom recovery, reboot. thats it.
Click to expand...
Click to collapse
Hi thanks for putting me on the right track, when i put in ./fastboot devices
0042642ea095831a fastboot
it does come up with the serial number but when i put in ./adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
the list of devices attached is blank, any ideas? leading me to think i don't have debugging on
is there a way of turning debugging on from terminal?
Jack_R8 said:
Hi thanks for putting me on the right track, when i put in ./fastboot devices
0042642ea095831a fastboot
it does come up with the serial number but when i put in ./adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
the list of devices attached is blank, any ideas? leading me to think i don't have debugging on
Click to expand...
Click to collapse
its fastboot, adb doesnt work in fastboot.
simms22 said:
its fastboot, adb doesnt work in fastboot.
Click to expand...
Click to collapse
Just to let you know i got it fixed, thanks a lot :good:

NO adb P9 lite, but fastboot works

Help
i've tried everything, different pc's, different drivers, i just can't get my phone to connect with adb
fastboot devices works
Code:
adb>fastboot devices
4TE7N16B26004380 fastboot
adb devices doesn't
Code:
adb>adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
If you phone works. Turn on USB debbuging.
phone doesn't work
meezo said:
Help
i've tried everything, different pc's, different drivers, i just can't get my phone to connect with adb
fastboot devices works
adb devices doesn't
Click to expand...
Click to collapse
ADB is to connect working system to PC for debugging (and other good stuff).
Since your phone can't boot, you need to make it boot. dload method or fastboot flash system and boot partitions should be your next step.

Cannot root or unlock Bootloader

Hi,
I just bought Mi A1.
Now, I wanted to install oreo.
So I was trying to root and install twrp.
Now I'm no expert, I just follow the provided steps and have been successful with past devices.
Note :
1) Developer enabled
2) oem unlocking enabled
3) usb debugging enabled
So I'm using this https://forum.xda-developers.com/mi...l-one-driversunlocktwrpfactory-t3695256/page2
But, there are two issues :
1) When I click on Reboot in fastboot/bootloader mode , it shows this in command prompt : http://prntscr.com/i2sn1o
and in the app, it automatically disconnects from the device http://prntscr.com/i2sncw
2) While this is happening and I leave my device, it automatically goes out from fastboot to power off charging mode.
I tried on another pc too, and followed the steps according to video, still no luck.
And I tried manual methods too, like https://www.youtube.com/watch?v=tRcYUMBgvaI
no luck there either.
Please help.
your adb driver is not installed correctly i guess, happened to me too.
try "adb devices" and will show no devices, if this happen, is the adb driver issue.
this fixed for me.
https://forum.xda-developers.com/showthread.php?p=75163858#post75163858
riccetto80 said:
your adb driver is not installed correctly i guess, happened to me too.
try "adb devices" and will show no devices, if this happen, is the adb driver issue.
this fixed for me.
https://forum.xda-developers.com/showthread.php?p=75163858#post75163858
Click to expand...
Click to collapse
I don't know if there is issue with driver. Because during installation there was no error.
Also, when I command "adb devices" it shows me a device as number.
So it is able to connect to the device then right?
You must install adb drivers AND fastboot drivers separately. I always had to install them manually via device manager. If your phone reboots from fastboot mode automatically, I'm 99% sure that you do not have drivers installed correctly.
_mysiak_ said:
You must install adb drivers AND fastboot drivers separately. I always had to install them manually via device manager. If your phone reboots from fastboot mode automatically, I'm 99% sure that you do not have drivers installed correctly.
Click to expand...
Click to collapse
Hmmmmm. Ok, I'll do that then. Thanks buddy. I'll try again and reply back asap.!!

Fastboot doesn't detect my phone, please help

I want to install LineageOS so I closely followed the fastboot and adb instructions on the official site. During my first (failed) attempt, there were some old Google USB and ADB things on my PC, so I deleted everything and started again with a clean slate.
I managed to make ADB work (adb devices detects my device, could authenticate the computer, all seems good there). But if I start the phone in fastboot mode, connect and run fastboot devices, I get nothing back. It doesn't give any sign of the connected device. Windows's "Devices" window lists a device called "Android", but it's under "Unspecified" and has the yellow triangle/exclamation mark on the icon.
1. Am I right to assume that this will stop me from unlocking the bootloader (if I will use the unofficial method) and flashing TWRP and a custom ROM on the device?
2. More importantly: What could be wrong, how can I make fastboot see my phone?
Many thanks for the suggestions!
hi,
first do you have latest ADB and Fastboot
then connect your device and run adb devices. check if it detect the device means from the command prompt run "adb reboot bootloader" (without quotes)
now once after device reboots to bootloader check fastboot devices it will detect now
if not then goto device manager,right click on the device and click on update driver software and choose android fastboot interface
you are done now run fatboot devices,it will detect the device
Solved!
adbdriver com/downloads/

Categories

Resources