New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adb not working #74
Comments
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". |
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). |
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: