Telnetd connection G1

n0th1ng_r3al

New member
Hoe kan ik verbinding via telnet naar mijn mobiel G1. Ik krijg dit:

Microsoft Windows [versie 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. Alle rechten voorbehouden.

C: \ Users \ XXX> telnet 188.89.236.58
Het verbindt aan 188.89.236.58 ... Kan geen verbinding maken met host
maken, op poort 23: Het maken van de verbinding is mislukt

Thanksssssssssssssssss
 
Android does not start telnetd by default. In older versions of Android everything typed on the keyboard was sent to the shell as root, so you could just open the keyboard and type "telnetd" to start the telnet server.

However, in Android 1.1 and above, this security hole was fixed, and telnetd can only be started by the root user. So now the only way to start telnetd is to root your phone so you have root access, install the Android SDK from Google on your computer so that you have the Android Debug Bridge USB driver. Use the ADB program that comes with the SDK to open a shell by issuing the "adb shell" command. Then enter "telnetd" to launch telnetd. You should then be able to telnet to your phone.
 
Back
Top