Trouble connecting to computer via adb/fastboot!

scott62185

Senior Member
Mar 22, 2011
1,129
182
0
Long Beach, California
I've done a lot of searching and tried the different suggestions people have mentioned on various sites but I STILL have trouble with "error: device not found" when I try to adb reboot bootloader from my computer. I was actually able to make a connection last night and then I'm not able to again today. I've installed/uninstalled and installed again both the drivers and HTC sync NUMEROUS times. It does show that my phone is being recognized on my computer, just don't know why it won't let me adb. Btw, relative noob here.

Thanks in advance for any help some kind soul might give to me. :)
 

TToivanen

Senior Member
May 16, 2012
2,923
1,850
0
I've done a lot of searching and tried the different suggestions people have mentioned on various sites but I STILL have trouble with "error: device not found" when I try to adb reboot bootloader from my computer. I was actually able to make a connection last night and then I'm not able to again today. I've installed/uninstalled and installed again both the drivers and HTC sync NUMEROUS times. It does show that my phone is being recognized on my computer, just don't know why it won't let me adb. Btw, relative noob here.

Thanks in advance for any help some kind soul might give to me. :)
Do you have usb debugging on?
Try to restart adb:
adb kill-server
adb start-server

Sent from my HTC One X using xda app-developers app
 
  • Like
Reactions: scott62185

Mr Hofs

Senior Member
Sep 10, 2011
19,173
14,608
0
You have the latest android SDK with packages installed ?

Or maybe some admin rights problems ?

Is there also a problem when you put the phone in fastboot mode and try various fastboot commands......or is it just adb commands ?

Not using any other extension cables ...only the one that came with the phone ?

Just thinking out loud here
 
Last edited:

Mr Hofs

Senior Member
Sep 10, 2011
19,173
14,608
0
Well i updated them some time ago....but never had any issues with that....so i'm guessing in the dark for a bit :rolleyes:
 

TToivanen

Senior Member
May 16, 2012
2,923
1,850
0
Where does it show that the device is recognized? Windows device manager?
Sent from my HTC One X using xda app-developers app
 

Mr Hofs

Senior Member
Sep 10, 2011
19,173
14,608
0
Did u try the fastboot thing .... When adb is not responding, go put the phone in fastboot USB without making changes and do

Fastboot devices

Just to check if fastboot is working ?