Hi,
if I run a ServerSocket on the AndroidPhone, and I want to use it from PC via USB I run
adb forward tcp:1234 tcp:1234
And everything is fine.
Now I would like to do it the different way. To connect with a Socket from the phone to a ServerSocket on the pc. But I don`t find a way to do that.
Any ideas?


