On Jun 15, 12:54 pm, sws-vinpa <vincepascu...@gmail.com> wrote: > I believe by default 'adbd' listens on port 5555. If you do a > 'netstat' on your Android device, you should see: > tcp 0 0 0.0.0.0:5555 0.0.0.0:* > LISTEN > > The command to connect is: > > adb connect ip:port > > Let me know how you make out,
Hmm, a netstat shows just one listening port: PS C:\tmp\android-sdk-windows\tools> .\adb shell netstat Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:16650 0.0.0.0:* LISTEN Now, 16650 sounds a bit like 16550, the common serial port chip on PCs. Maybe this is an HTC Desire-specific thing? If I go: adb connect 192.168.1.83:16650 It says "connected to 192.168.1.83:16650" (where that's the IP assigned to the wireless interface on my HTC Desire) So it claims to work, but doesn't actually do anything. What is "adb connect" supposed to do? Austin -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en