[android-developers] Re: Android UDP Server

2008-05-22 Thread Future
With TCP for me, there's no problem of sending and receiving TCP packets between Android emulator and my computer. With UDP I don't receive anything. It's my experience; I don't know if someone have ever achieved a UDP reception with the emulator. Bye, Vic - Future On 12 mayo, 19:22, kobica <[E

[android-developers] Re: Android UDP Server

2008-05-12 Thread kobica
> > Has anyone else had any success with sending UDP or TCP to the > emulator? Yes. TCP. 2 Emulators on the same machine: http://groups.google.com/group/android-developers/browse_thread/thread/55cf8d2cbc524b87 HTH, Kobi. --~--~-~--~~~---~--~~ You received this m

[android-developers] Re: Android UDP Server

2008-05-09 Thread Dorothy
Hi everyone, I used a socket with BufferedReader and PrintWriter in a httpclient, when I tested in java everything is ok, but in Android, I ain't receive or send any message. Although I used the same code for them. Is there anything important that I missed? Thanks in advance --~--~-~--~-

[android-developers] Re: Android UDP Server

2008-04-01 Thread Ghalya
u mean sending something to client by server??! if this what u mean u can use: BufferedReader & PrintWriter and it will work On Mar 18, 5:40 pm, eric m <[EMAIL PROTECTED]> wrote: > John, > > I've tried everything I can think of togetthis working with no luck. > As far as I can tell there is no