• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1service vendor.vr-wahoo-1-0 /vendor/bin/hw/android.hardware.vr@1.0-service.wahoo
2    class hal
3    user system
4    group system
5
6# reset touch and thermal-engine when framework died and thermal-engine is in VR mode
7on property:init.svc.zygote=restarting && property:sys.qcom.thermalcfg=/vendor/etc/thermal-engine-vr.conf
8   write /sys/devices/virtual/input/ftm4_touch/vrmode 0
9   setprop sys.qcom.thermalcfg "/vendor/etc/thermal-engine.conf"
10   restart vendor.thermal-engine
11