You should be able to use QEMU -redir options when starting the emulator, as
in:

emulator <normal-options> -qemu -redir tcp:8000::8010

to redirect tcp port 8000 on localhost to 8010 on the emulated system. You
can also use several successive options.

The only problem is that the parsing/handling of the -qemu option was broken
in the latest SDK.
This will be fixed in the next release though (sorry for that)

On Fri, Nov 14, 2008 at 7:14 PM, Breno <[EMAIL PROTECTED]> wrote:

>
>
>     Hello,
>
>        i'm trying to receive UDP packets, and to do that, i need to
> redir using
>
>     1) telnet localhost 5554
>     2) redir add udp:5000:5000
>
>    This works fine. But, every time i close the simulator, i need to
> do it again. Please, must be a way to automate that. Does anybody
> knows a file, a scrpit, a place to put a config line to do this every
> time automatically?
>
> Thanks a lot
>
> Breno
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to