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: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to