Use the N95 accelerometer in Java 
When I first heard about the accelerometer that's built into the N95 I was very excited and I wanted to use it from a Java midlet.
With some help from Python I managed to get what I wanted.
read more:
Using the N95 accelerometer in Java - kind ofMy first midlet just show the raw data and tries to visualize the three values in an easy way but it works.
Things would be easier if we had the Sensor API available but it's much better than nothing ...