diff options
author | xkeita <keita_nya@live.jp> | 2017-06-05 07:24:28 +0000 |
---|---|---|
committer | xkeita <keita_nya@live.jp> | 2017-06-14 03:47:00 +0000 |
commit | 902520c4c41a060a9631fb630bcf9f9273347859 (patch) | |
tree | f63246be9f3c1c6b545c4e9a848b3dbe79198c8c /system.prop | |
parent | 104f2313fa8cbeb325dded7c313ae522587bb777 (diff) |
shinano-common: sensors: Add correct sensor props
We're using stock sensors.msm8974.so, so prop values for sensors are the
same as in stock .291
Change-Id: I0628bf0049d75023d20b752f5bd63ef50bcbf3b5
Diffstat (limited to 'system.prop')
-rw-r--r-- | system.prop | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/system.prop b/system.prop index 2af644b..8e4ab7b 100644 --- a/system.prop +++ b/system.prop @@ -8,3 +8,34 @@ ro.semc.version.cust.active= # Config for CNE on non-Qualcomm Wi-Fi chip persist.cne.rat.wlan.chip.oem=nqc + +# aDSP sensors +## max rate +ro.qti.sensors.max_accel_rate=false +ro.qti.sensors.max_gyro_rate=false +ro.qti.sensors.max_mag_rate=false +ro.qti.sensors.max_geomag_rotv=50 +## sensor type +ro.qti.sdk.sensors.gestures=false +ro.qti.sensors.pedometer=false +ro.qti.sensors.step_detector=true +ro.qti.sensors.step_counter=true +ro.qti.sensors.pam=false +ro.qti.sensors.scrn_ortn=false +ro.qti.sensors.smd=true +ro.qti.sensors.game_rv=true +ro.qti.sensors.georv=true +ro.qti.sensors.cmc=false +ro.qti.sensors.bte=false +ro.qti.sensors.fns=false +ro.qti.sensors.qmd=false +ro.qti.sensors.amd=false +ro.qti.sensors.rmd=false +ro.qti.sensors.vmd=false +ro.qti.sensors.gtap=false +ro.qti.sensors.tap=false +ro.qti.sensors.facing=false +ro.qti.sensors.tilt=false +ro.qti.sensors.tilt_detector=true +ro.qti.sensors.dpc=false +ro.qti.sensors.wu=false |