2018-07-09 19:18:09 -04:00
|
|
|
on boot
|
|
|
|
chown system system /sys/class/leds/white/brightness
|
|
|
|
|
|
|
|
chown system system /sys/class/leds/white/blink
|
|
|
|
chown system system /sys/class/leds/white/duty_pcts
|
|
|
|
chown system system /sys/class/leds/white/pause_hi
|
|
|
|
chown system system /sys/class/leds/white/pause_lo
|
|
|
|
chown system system /sys/class/leds/white/ramp_step_ms
|
|
|
|
chown system system /sys/class/leds/white/start_idx
|
|
|
|
|
|
|
|
chmod 660 /sys/class/leds/white/blink
|
|
|
|
chmod 660 /sys/class/leds/white/duty_pcts
|
|
|
|
chmod 660 /sys/class/leds/white/pause_hi
|
|
|
|
chmod 660 /sys/class/leds/white/pause_lo
|
|
|
|
chmod 660 /sys/class/leds/white/ramp_step_ms
|
|
|
|
chmod 660 /sys/class/leds/white/start_idx
|
|
|
|
|
2019-09-20 10:18:41 -04:00
|
|
|
service vendor.light-hal-2-0 /vendor/bin/hw/android.hardware.light@2.0-service
|
2019-04-27 01:41:13 -04:00
|
|
|
interface android.hardware.light@2.0::ILight default
|
2018-07-09 19:18:09 -04:00
|
|
|
class hal
|
|
|
|
user system
|
|
|
|
group system
|
2019-04-27 01:41:13 -04:00
|
|
|
# shutting off lights while powering-off
|
|
|
|
shutdown critical
|