Sunday, July 31, 2011

How to enable telnet on windows 7 for various android commands

I am currently developing some applications on Location Based services for Android devices. Most of the time i need to use emulator for testing the applications and i need to connect to devices using telnet for example geo fix some coordinates of one location. Recently i was not able to launch telnet in windows 7 and i found that its not enabled by default. So whoever gets stuck with this try to enable it by using start menu -> controlpanel -> programs -> program features -> Turn on/off window features which will load all the features do check the Telnet client box and say ok it will enable the telnet. In order to test it launch start menu and in search program box enter telnet it will display telnet command line program on pressing it will launch the telnet console which can be used for connecting to emulator using telnet commands like
o localhost 5555 (for opening the emulator host) and then
geo fix 37.24 , 112.220( for fixing the latitudes and longitudes)

Happy coding...............

No comments:

Post a Comment