magnetic sensor does not work after installing N7 pa_gapps-full-4.3-20130802-signed pls help
I wonder if others have experienced this as well. when attaching to the Sensor.TYPE_MAGNETIC_FIELD sensor on a Moto 360 (Android Wear), I'm not getting any updates.
the following code all works:
Code:
SensorManager sm = (SensorManager) this.getSystemService(Context.SENSOR_SERVICE);
Sensor magnetic = sm.getDefaultSensor(Sensor.TYPE_MAGNETIC_FIELD);
Log.i("Wear", "magnetic: " + magnetic);
with the output:
Code:
I/Wear (17471): magnetic: {Sensor name="Compass Sensor", vendor="Motorola", version=1, type=2, maxRange=4900.0, resolution=0.15, power=0.45, minDelay=40000}
but after registering a listener to this sensor, no events are ever fired.
other sensors (like the accelerometer and the gyro) work fine.
Same on the LG G Watch. I used some sensor test app to check.
... Why doesn't it work on the moto x pure? / Style? Is there any mod to modify what appears using moto display? I know there was a couple of mods for for active display but is there anything for moto display?
Guess no one knows
What doesn't work?
I thought I remember it working fine for me, but I was only on stock for a short time.
i am desperately seeking for a solution with the accelerometer sensor
i cannot use the phone without rotating if i have it on the table or even sometimes in my hand
sensor is off on the x axis = 6 ,
with the calibration tool i have managed to correct it to 5 but if i want to calibrate it to 0 and put it on a flat surface the calibration always fails
here you can see on the video near the end what i am talking about
i found the file responsible for the calibration posibbly acceleration and gyro sensor
just cannot understand the values inside there are so many numbers
location
sys/devices/14e300000.i2c/i2c-66/66-003a/input/input0/calibrator_cmd
any help is appreciated
Is there any chance to get some other standard vibration pattern from other phones like LG 6 and port that to s4 I9500?