Never tried to put telnetd on android.
Actually you don't need that.
You can just use adb for the same purpose.
For example, this command shows the dmesg out

ADBHOST=<ip of your android board> adb shell dmesg | less


On 6月12日, 上午10時33分, nearfuture <[email protected]> wrote:
> Hi
>    I run the telnetd on the board, and get the netstate
>
> bash-3.2# netstat
> 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
> udp        0      0 0.0.0.0:767            0.0.0.0:*
>
> when I run the telnet to the board
> it failed, closed by the foreign hosts.

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

Reply via email to