niteshmourya / app-inventor-for-android

Automatically exported from code.google.com/p/app-inventor-for-android
Apache License 2.0
1 stars 0 forks source link

accelerometer sensor error #1229

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have got HTC Desire/Bravo
Android 2.2

When I try to make something to happen when certain force is applied to the 
accelerometer sensor it seem like there is a measure limit to activate the 
algorythm.

I have attached a image with what I have done, and with the number that seems 
like the limit. If you change the last decimal of the number one step up it 
doesn't work at all.

thanks and keep the good work!

Original issue reported on code.google.com by ate...@gmail.com on 8 Feb 2011 at 4:28

Attachments:

GoogleCodeExporter commented 9 years ago
I don't know what the upper limit on the sensor is. Note  that your app is only 
testing the x acceleration.

Also, that sensor is accurate only to a couple of digits of precision, so 
comparing it against the high-precision decimal won't be reliable.

Original comment by halabel...@google.com on 9 Feb 2011 at 2:12

GoogleCodeExporter commented 9 years ago
The problem is that it isn't working, not the limit itself.

Original comment by ate...@gmail.com on 12 Feb 2011 at 5:10