redir command in trouble

androigui

New Member
Hi all,
i'm trying to make a simple activity that send UDP/TCP messages from my activity (running in emulated device) to another client in my development machine.(snow leopard, eclipse helios)

This activity runs ok, with network ok.But my client not receive messages.

I tried port redirections on android console (redir commands, as redir add <type> :<host port>:<guest port>) but i'm still not receiving messages.

i assigned in activity 10.0.2.2 the ip to send

someone have same problem? any trick will be great!

Best
sent from android
 
OP
androigui

androigui

New Member
ops, appears smile....
the correct is redir add (tcp|udp):(host port):(guest port)

sorry...

sent from android
 
Top