Android Question [SOLVED] PhoneSensors MaxValue

lemonisdead

Well-Known Member
Licensed User
Longtime User
Hi,

Do you have any tip to get the real MaxValue of the Accelerometer, please ? When I ask for Sensor.MaxValue, I get a float like 39.xxxxxxx

But if I do a logging of the returned value, I get for example -10 when the phone is turned left to +10 when it is turned right. No more and never 11.

Did I miss something ? Should I divide the MaxValue by two ?

Many thanks :)
 
Top