See
http://developer.android.com/guide/developing/tools/emulator.html#emulatornetworking
especially the section titled "Setting up Redirections through the Emulator
Console"

On Thu, Jun 11, 2009 at 2:03 PM, nearfuture <[email protected]> wrote:

>
> I want to open the telnet port on android, so
> I run the telnetd on android with nothing print and can find the
> telnetd work with ps.
> and run the netstat, get the following message
> Proto Recv-Q Send-Q Local Address          Foreign Address
> State
> tcp        0      0 127.0.0.1:5037         0.0.0.0:*
> LISTEN
> tcp        0      0 0.0.0.0:5555           0.0.0.0:*
> LISTEN
> tcp        0      0 0.0.0.0:23             0.0.0.0:*
> LISTEN
> udp        0      0 0.0.0.0:978            0.0.0.0:*
>
> and I do the telnet on the host pc
>
>  telnet 10.192.225.163
> Trying 10.192.225.163...
> Connected to 10.192.225.163.
> Escape character is '^]'.
>
> Connection closed by foreign host.
>
> Anyone can tell me how to enable the telnet on android or ssh
>
> Thanks
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to