Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

adb not working #74

Closed
tonyp opened this issue Apr 16, 2013 · 3 comments
Closed

adb not working #74

tonyp opened this issue Apr 16, 2013 · 3 comments

Comments

@tonyp
Copy link

tonyp commented Apr 16, 2013

adb isn't working for me.
I set everything up but get a "PuTTY Fatal Error" with:
"adb failure message: 'device not found'"

I added transport-usb to the Host Name, the port is 5037.
Same setup works perfectly fine in FuTTY and PuTTy adb (from xda).

Any idea?

@xurubin
Copy link
Contributor

xurubin commented Apr 28, 2013

The code handling adb transport is buggy so it won't recognize "transport-usb". Use the device's serial no as host name would allow you to connect. Serial number can be found through "adb devices".

@tonyp
Copy link
Author

tonyp commented Apr 28, 2013

Thank you, this does indeed work. I can finally ditch Futty :)

@FauxFaux as I said, it works in Futty so you might want to compare the code (whenever you get the time).

@xurubin xurubin mentioned this issue Apr 29, 2013
FauxFaux added a commit that referenced this issue Aug 19, 2013
Well, I feel like a dick; after implementing this stuff myself I
remembered this issue, and that @xurubin had already come up with a fix
for it: c92eb0d.

I'm going to go with building on my previous commit, as it enables the
adb-shell-style commands I was originally going for.
@FauxFaux
Copy link
Owner

transport-usb, transport-any and transport-local should now work. I completely forgot about this, sorry @xurubin. b4c77f5

@FauxFaux FauxFaux mentioned this issue Aug 19, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants