Hi all!
Could explain me how to get accelerometer data on E52? Is there any api?
Thanks!
Hi all!
Could explain me how to get accelerometer data on E52? Is there any api?
Thanks!
Sensor API (JSR 256) is not available on that phone. See the phone specs here.
http://www.forum.nokia.com/Devices/D...fications/E52/
The only workaround is to have a Symbian application running on the background (most likely you have to build that yourself) and your Java MIDlet gets the sensor data over a local socket connection from that background app. Not optimal though, for many reasons.
Hartti
Last edited by hartti; 2010-12-06 at 15:40. Reason: added the link