LuK1337 | 6913595 | 2018-09-09 17:39:16 +0200 | [diff] [blame] | 1 | on init |
Peter Cai | 926c1ef | 2019-08-05 10:47:16 +0200 | [diff] [blame] | 2 | mount none /system/etc/audio_policy_configuration.xml /vendor/etc/audio/audio_policy_configuration.xml bind |
| 3 | mount none /system/etc/fstab.qcom /vendor/etc/fstab.qcom bind |
micky387 | f4255da | 2019-08-05 10:58:44 +0200 | [diff] [blame] | 4 | mount none /system/lib/modules/wlan.ko /vendor/lib/modules/qca_cld3_wlan.ko bind |
micky387 | e759994 | 2019-08-06 06:07:20 +0200 | [diff] [blame^] | 5 | mount none /system/lib64/hw/lights.msmnile.so /vendor/lib64/hw/lights.msmnile.so bind |
| 6 | |
| 7 | on boot |
| 8 | # Gestures |
| 9 | chown system system /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_mode |
| 10 | chmod 0660 /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_mode |
| 11 | |
| 12 | chown system system /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_c_mode |
| 13 | chmod 0660 /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_c_mode |
| 14 | |
| 15 | chown system system /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_e_mode |
| 16 | chmod 0660 /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_e_mode |
| 17 | |
| 18 | chown system system /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_v_mode |
| 19 | chmod 0660 /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_v_mode |
| 20 | |
| 21 | chown system system /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_s_mode |
| 22 | chmod 0660 /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_s_mode |
| 23 | |
| 24 | chown system system /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_w_mode |
| 25 | chmod 0660 /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_w_mode |
| 26 | |
| 27 | chown system system /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_z_mode |
| 28 | chmod 0660 /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_z_mode |
| 29 | |
| 30 | chown system system /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_left_mode |
| 31 | chmod 0660 /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_left_mode |
| 32 | |
| 33 | chown system system /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_right_mode |
| 34 | chmod 0660 /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_right_mode |
| 35 | |
| 36 | chown system system /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_up_mode |
| 37 | chmod 0660 /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_up_mode |
| 38 | |
| 39 | chown system system /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_down_mode |
| 40 | chmod 0660 /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_down_mode |