Created
November 7, 2018 18:55
-
-
Save minimec/f9cedef7b2c551a33125f3107a9df50a to your computer and use it in GitHub Desktop.
Enable sensors on current SailfishOS 2.2.1.18 release (Nexus 5 CM13 port)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[available] | |
; Sensors that are enabled by default. | |
; -> Disable as appropriate | |
;magnetometersensor=False | |
;pressuresensor=False | |
;rotationsensor=False | |
; Sensors that are disabled by default. | |
; -> Enable as appropriate | |
;humiditysensor=True | |
;stepcountersensor=True | |
;tapsensor=True | |
;temperaturesensor=True | |
; Sensors that should/can be enabled/disabled based on | |
; hw settings config - or are enabled if sensorfwd is | |
; built without ssu-sysinfo support. | |
; -> Override as appropriate. | |
accelerometersensor=True | |
alssensor=True | |
compasssensor=True | |
gyroscopesensor=True | |
lidsensor=True | |
orientationsensor=True | |
proximitysensor=True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment