w1LL1ng
w1LL1ng

Reputation: 367

testing accelerometer in android

I'm working on an Android project that uses the accelerometer feature of tablets. I'm now slightly at the beginning of this project, so there is no objection to find the solution of my complaint. The question is, I have no android device right now and I want to test the sensitivity or directions of my accelerometer. As you know, there is no such a feature in android emulators. How can I test these sensors and events?

Upvotes: 4

Views: 3647

Answers (2)

sohel khalifa
sohel khalifa

Reputation: 5588

The SensorSimulator allows to Simulate the accelerometer in you emulator with the mouse actions.

Just download the and install it from This link.

Upvotes: 1

Christian S.
Christian S.

Reputation: 321

You can try this to emulate sensor data in the emulator: http://code.google.com/p/openintents/wiki/SensorSimulator

Upvotes: 3

Related Questions