Hi. I'm trying to make simple android App that receives UDP packet from PC via USB(not WiFi).
First, I tried it on emulator. I used port redirection setup as below. 1/ telnet localhost 5554 (i.e. go to the emulator control console) 2/ type "redir add udp:9999:9999" (create a UDP redirection) It works correctly. But I don't know how to setup redirect on real device. I tried adb forward tcp:9999 tcp:999 but it seems to make no effect to UDP connection.(TCP/IP is ok). Any help is appreciated. Thanks! KiyoKiyo. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

