Bootloader Issues

kclive

Senior Member
Jul 6, 2008
510
78
0
Huntsville, Mo
I wanted to use fastboot to update my TWRP, I have ADB installed, also have the Android SDK program installed, but when I connect my phone up to my computer and boot into bootloader I get a message at the bottom of the screen on my phone that says to connect usb data cable. The cable is connected, I have tried different usb ports, the drivers are all installed, but I still get that message.

Any ideas?
 

scoot0073

Senior Member
Mar 27, 2010
859
203
0
Atl. Ga.
Try unplugging and replugging back in when in boot loader.
If that doesn't work which it should then manually enter Boot loader then plug it in.

I seen this problem b4 but can't really remember the sequence they used

Sent from my Nexus 6P using Tapatalk
 
  • Like
Reactions: kclive

kclive

Senior Member
Jul 6, 2008
510
78
0
Huntsville, Mo
Try unplugging and replugging back in when in boot loader.
If that doesn't work which it should then manually enter Boot loader then plug it in.

I seen this problem b4 but can't really remember the sequence they used

Sent from my Nexus 6P using Tapatalk
I've tried both ways, no luck. When I load WUGS toolkit I can get a response from ADB devices, but it still says to connect USB data cable on my phone. If I go into ADB and try ADB devices I get no response at all and it still says to connect a USB data cable.

Sent from my Nexus 6P using XDA-Developers mobile app
 

RoyJ

Senior Member
Apr 23, 2012
4,021
2,553
0
I don't think I have ever used fastboot and NOT seen that message the entire time. Type;

fastboot devices

Does it return with your serial number? If so, proceed to flash.

---------- Post added at 11:19 AM ---------- Previous post was at 11:15 AM ----------

I've tried both ways, no luck. When I load WUGS toolkit I can get a response from ADB devices, but it still says to connect USB data cable on my phone. If I go into ADB and try ADB devices I get no response at all and it still says to connect a USB data cable.
ADB works while booted in Android, or in recovery. You cannot use ADB from the bootloader. Only fastboot.

So, bootloader = fastboot devices (ADB will NOT work here even if drivers are correctly installed)

Booted into Android / Recovery = ADB devices (same deal, fastboot will not work here even if installed correctly)
 
Last edited:
  • Like
Reactions: kclive