Hello Neha,
for security reasons, the emulator exclusively listens on the local network
interface.
this means it's not possible to access the control console from the outside,
without the help of some redirection program.
if you need to do that, I recommend using SSH port forwarding, for example
with a program like Putty if you are on Windows
On Feb 18, 2008 12:30 PM, Neha <neha...@gmail.com> wrote:
> Is there a way to access the android console using telnet remotely?
> I have opened the port 5554 in my firewall settings (firewall.cpl in
> Win XP).
> When I telnet using 'telnet localhost 5554' , it connects, but when I
> try to connect using 'telnet <ip-adr> 5554' then it says Connect
> failed.
> I want to be able to connect to the console from some other machine
> using telnet.
> Thanks.
> - Neha.