VirtualSensor icon indicating copy to clipboard operation
VirtualSensor copied to clipboard

Does not work on Samsung J320M/F

Open aayes89 opened this issue 3 years ago • 0 comments

The SM-J320M only has an accelerometer sensor on it, it doesn't have a built in gyroscope sensor, the xposed module creates a virtual one but it doesn't show any updates relative to vectors, just these values: (0.0; 0.0; 0.0) all the time . I did some simple tests and calculations for a better approach, as a result I got that for the Y axis of the virtual sensor the Z axis of the integrated accelerometer could be used and for the X axis the Y respectively.

aayes89 avatar Aug 22 '22 01:08 aayes89