I'm trying to get the orientation of a Galaxy Tab by reading the informations from various sensors.
It should be possible to get the orientation with:
- the accelerometer and the compass (magnetic field)
- the gyroscope
The emulator has accelerometer and gyroscope enabled in config.ini, but it uses API 8 (Android 2.2). The gyroscope seems to be supported in 2.3.
When I list the available sensors, I only get the accelerometer, no gyroscope or compass.
The only solution I can think of is to switch the emulator to API 9 (2.3). Is this the only solution ?
How can NOVA from Gameloft use the gyroscope ?