Hi there,
I am trying to make a socket connection between my laptop and the android via usb cable, and the adb forward solution.
Initially I wrote my own socket client and server, which didn't work. Then I followed the instructions
here, but it didn't work, and I wonder if the port is getting forwarded correctly, and how I would check it. Running adb shell netstat doesn't show the port even though I can telnet to it, when forwarded, from the desktop.
Wondering if anyone has had any success creating a socket connection between the laptop and the android, and if so, if they could share any code and/or methodology from their solution.
Thanks,
Steve Squires