Closed nas00 closed 4 years ago
It seems that X and Y coordinates of accelerometer are swapped.
I've added correct mount matrix into pinephone.dtsi that fixed this issue for me.
mount-matrix = "0", "-1", "0",
"1", "0", "0",
"0", "0", "1";
Change is available in the next integration build: https://github.com/GloDroid/glodroid_manifest/issues/58#issuecomment-670354906
On the latest pinephone release, the screen auto rotates apps to the opposite direction of the physical orientation.