[android-developers] Re: How to connect with remote app without good ServerSocket?

2008-04-10 Thread Pipex
I have the same problem, i create a ServerSocket to port 2027, I telnet to the emulator and execute redir add tcp:2027:2027, i can connect from localhost, but no from a remote host. It's not a firewall issue because I turned it off for the test. I'm in a linux machine, anyone has found a solution

[android-developers] Re: How to connect with remote app without good ServerSocket?

2008-04-10 Thread [EMAIL PROTECTED]
Yes, I think this is a bug. My solution is: 1. Enter the Android tools path and run: adb forward tcp:2027 tcp:2027 2. Download a tool which named stcppipe and run: stcppipe.exe -b 192.168.0.85 127.0.0.1 2027 2027 and you can run your application correctly now. Regards. On Apr 11,

[android-developers] Re: How to connect with remote app without good ServerSocket?

2008-04-10 Thread [EMAIL PROTECTED]
by the way, 192.168.0.85 is your IP address. On Apr 11, 11:09 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Yes, I think this is a bug. My solution is: 1. Enter the Android tools path and run: adb forward tcp:2027 tcp:2027 2. Download a tool which named stcppipe and run: