[android-developers] Re: Weird accelerometer maximum value
BTW, if you drop your phone, you will probably get a huge G force (deceleration) when it hits the ground.
The phone will go from X feet/second to 0 feet/second in a time of like .00000001 seconds (sort of).
accel = deltaV / deltaT
accel = 9 / .000000001 (just say it is going 9 feet/second)
accel = 900000000 (aka big number)
On Monday, October 22, 2012 3:48:19 AM UTC-5, intersum wrote:
Hi,--When I use function getMaximumRange() to get maximum value of accelerometer I get curiously large number: 10320. The maximum value of which I managed to get is 19.5999.Can you please tell me what number is this 10320? It's not maximum value of accelerometer for sure.I only get this value on the HTC EVO 3D.On HTC Wildfire it's proper maximum value.
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home