views:

393

answers:

2

I want to test a compass app on the emulator. Is this possible or do i have to use a real device. Also I do not want to use gps.

A: 

It seems that at the moment testing hardware sensor input is not possible with the emulator. At least this is what I read from the emulator docs. Maybe there is some badly documented console program that you can use via telnet.

Janusz
+3  A: 

Check this out: http://code.google.com/p/openintents/wiki/SensorSimulator

Macarse