[android-developers] Re: Emulator not receiving UDP Packets

2009-11-20 Thread Josh Patterson
Sorry, cant say that I've tried this on anything but Android 2.0. Have you tried it using Android 2.0 on the emulator? I'd start there, get that working, and work out from there. Josh Patterson http://jpatterson.floe.tv On Nov 18, 1:47 am, "Gopi$h" wrote: > Hello, > > Actually this redir we hav

[android-developers] Re: Emulator not receiving UDP Packets

2009-11-17 Thread Gopi$h
Hello, Actually this redir we have already tried, but still getting the same issue. I am using Android 1.5, so did you got this running in 1.5 also ? If yes what all is required to be done using Android 1.5 I tried it in Android 2.0, but there iam not able to push my entire libraries, as it give

[android-developers] Re: Emulator not receiving UDP Packets

2009-11-17 Thread Josh Patterson
Gopish, On the host machine that runs the emulator, open a terminal window and telnet to the emulator instance: telnet localhost 5554 This will take you into the ADB emulator console. Then setup packet forwarding on the port you are sending udp packets to: redir add udp:: example: redir add ud