-
Notifications
You must be signed in to change notification settings - Fork 2
/
init.m4ds.rc
52 lines (45 loc) · 1.97 KB
/
init.m4ds.rc
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
import init.lge-shared.rc
on boot
chown system system /sys/class/input/input3/range
chown system system /sys/class/input/input3/bandwidth
chown system system /sys/class/input/input3/mode
chown system system /sys/class/input/input3/value
chown system system /sys/class/input/input3/delay
chown system system /sys/class/input/input3/update
chown system system /sys/class/input/input3/selftest
chown system system /sys/class/input/input3/offset_filt_x
chown system system /sys/class/input/input3/offset_filt_y
chown system system /sys/class/input/input3/offset_filt_z
chown system system /sys/class/input/input3/fast_calibration_x
chown system system /sys/class/input/input3/fast_calibration_y
chown system system /sys/class/input/input3/fast_calibration_z
chown system system /sys/class/input/input3/eeprom_writing
chown system system /sys/class/input/input3/softreset
chown system system /sys/devices/platform/i2c-gpio.6/i2c-6/6-0044/enable
chmod 0666 /dev/oncrpc/30000000:ddc9bd91
chown root.qcom_oncrpc /dev/oncrpc/30000000:ddc9bd91
chmod 0666 /dev/oncrpc/30000012:00040000
chown root.qcom_oncrpc /dev/oncrpc/30000012:00040000
chmod 0666 /dev/oncrpc/30000003:febcbbaf
chown root.qcom_oncrpc /dev/oncrpc/30000003:febcbbaf
chmod 0666 /dev/oncrpc/3000000e:00090000
chown root.qcom_oncrpc /dev/oncrpc/3000000e:00090000
chmod 0666 /dev/oncrpc/30000095:f227e1e3
chown root.qcom_oncrpc /dev/oncrpc/30000095:f227e1e3
on post-fs-data
## Sensors daemon stuff
mkdir /data/misc/sens 2755 system compass
service sensord /system/bin/sensord
user system
group compass misc input
class core
oneshot
service ril-daemon1 /system/bin/rild -c 1
class late_start
socket rild1 stream 660 root radio
socket rild-debug1 stream 660 radio system
user root
disabled
group radio cache inet misc audio sdcard_rw qcom_oncrpc diag
on property:ro.multi.rild=true
start ril-daemon1