Quote:
Originally Posted by McLin
Hi,
I have ADP1.1 and Busybox installedd but when I start busybox telnetd and after that netstat the telnet server is running on 0.0.0.0 but I cant connect to host...
What must I do when I want run this telnetd server?
|
I know this thread is really old (> 2 years) but I just stumbled across it, and I have an answer: you need to use the -l flag.
Here is an example
Code:
busybox telnetd -l /system/bin/sh
or if you have all the links for busybox installed, you can just run:
Code:
telnetd -l /system/bin/sh
ps: this is where the sh is in my rom, if it's not working for you, search for it on /sbin/, /system/sbin or /system/xbin.
|