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 would like to ask if there is a way to feed Android sensors with fake data.

For example you can feed GPS sensor with mock locations using:

$ telnet localhost 5554
Android Console: type 'help' for a list of commands
OK
geo fix -82.411629 28.054553
OK

Question 1: Can you do the same with real devices?

Question 2: Can you do the same with other sensors (eg. accerelometer) as well?

share|improve this question
for gps u can use gpx file in emulator – Nadosh Jan 10 at 21:47

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.