Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i want to learn how to mock up location in android device and develop a location based app. My problem is when I say adb shell in the command prompt it lets me go into the emulator with # symbol.

problem starts here

When I enter telnet localhost 5554 to telnet the device it says telnet: not found

what could be the problem?? am I doing something wrong?

share|improve this question

2 Answers

up vote 1 down vote accepted

you don't have to telnet with adb. Just use a normal command line window to type in telnet localhost 5554 - but don't enter adb before!

share|improve this answer
thanks. Telnet didn't work either in command prompt untill I enabled it via <a href="techexams.net/forums/windows-vista-exams/… panel</a> :) Thanks a lot for the time. – Mayu Mayooresan Jun 21 '11 at 19:23

You don't have telnet installed.

In ubuntu install it by:

$ sudo apt-get install telnet
share|improve this answer
any idea how to install it?? – Mayu Mayooresan Jun 21 '11 at 18:42

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.