I have read a little about TYPE_LINEAR_ACCELERATION
private SensorManager mSensorManager;
private Sensor mSensor;
...
mSensorManager = (SensorManager) getSystemService(Context.SENSOR_SERVICE);
mSensor = mSensorManager.getDefaultSensor(Sensor.TYPE_LINEAR_ACCELERATION);
but it return 3 values and i dont know how to work with them..
I would like to have it in M/s like next pic
I would like get a result like these devices: