summaryrefslogtreecommitdiffstats
path: root/init-taimen.rc
blob: be2734124341e30b2307eafe87fbc506f9b60312 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
on boot
    # Allow ftm4 autotune from adb shell
    chown system shell /sys/devices/virtual/input/ftm4_touch/autotune

on init && property:ro.boot.revision=*
    setprop ro.boot.hardware.revision ${ro.boot.revision}

on property:init.svc.vendor.fps_hal=running && property:ro.boot.revision=rev_0
    stop vendor.fps_hal

on property:sys.all.modules.ready=1
    # Update touch firmware if required
    write /sys/devices/virtual/input/ftm4_touch/check_fw 1

on property:ro.boot.hardware.display=2-1
    setprop sys.display.low_persistence_mode_brightness 255

on property:persist.vendor.charge.stop.level=* && property:sys.all.modules.ready=1
    write /sys/module/lge_battery/parameters/charge_stop_level ${persist.vendor.charge.stop.level}

on property:persist.vendor.charge.start.level=* && property:sys.all.modules.ready=1
    write /sys/module/lge_battery/parameters/charge_start_level ${persist.vendor.charge.start.level}

on late-init && property:ro.boot.revision=rev_a
    setprop vendor.thermal.config thermal_info_config_evt.json

on late-init && property:ro.boot.revision=rev_b
    setprop vendor.thermal.config thermal_info_config_evt.json