redir command in trouble

androigui

New Member
Joined
May 17, 2011
Messages
5
Reaction score
0
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
Joined
May 17, 2011
Messages
5
Reaction score
0
ops, appears smile....
the correct is redir add (tcp|udp):(host port):(guest port)

sorry...

sent from android
 
Top