-
Notifications
You must be signed in to change notification settings - Fork 0
/
init.manta.rc
227 lines (191 loc) · 7.54 KB
/
init.manta.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
import init.manta.usb.rc
on init
start watchdogd
# See storage config details at http://source.android.com/tech/storage/
mkdir /mnt/shell/emulated 0700 shell shell
mkdir /storage/emulated 0555 root root
export EXTERNAL_STORAGE /storage/emulated/legacy
export EMULATED_STORAGE_SOURCE /mnt/shell/emulated
export EMULATED_STORAGE_TARGET /storage/emulated
# Support legacy paths
symlink /storage/emulated/legacy /sdcard
symlink /storage/emulated/legacy /mnt/sdcard
symlink /storage/emulated/legacy /storage/sdcard0
symlink /mnt/shell/emulated/0 /storage/emulated/legacy
on post-fs-data
mkdir /data/media 0770 media_rw media_rw
setprop vold.post_fs_data_done 1
mkdir /data/misc/wifi 0770 wifi wifi
mkdir /data/misc/wifi/sockets 0770 wifi wifi
mkdir /data/misc/dhcp 0770 dhcp dhcp
chown dhcp dhcp /data/misc/dhcp
# permissions for bluetooth.
setprop ro.bt.bdaddr_path "/factory/bluetooth/bt_addr"
chown bluetooth net_bt_stack ro.bt.bdaddr_path
chown bluetooth net_bt_stack /dev/ttySAC0
chmod 0660 /dev/ttySAC0
chmod 0660 /sys/class/rfkill/rfkill0/state
chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/state
chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/type
restorecon /sys/class/rfkill/rfkill0/state
restorecon /sys/class/rfkill/rfkill0/type
on boot
# override init.rc to keep plenty of large order chunks around
# to improve allocation times
write /proc/sys/vm/min_free_kbytes 32768
write /proc/sys/vm/min_free_order_shift 1
mount debugfs /sys/kernel/debug /sys/kernel/debug
setprop ro.radio.noril yes
# Reduce reserved lowmem from ~48MB to ~12MB
write /proc/sys/vm/lowmem_reserve_ratio "128 128"
# Set up kernel tracing, but disable it by default
chmod 0222 /sys/kernel/debug/tracing/trace_marker
write /sys/kernel/debug/tracing/tracing_on 0
chmod 0444 /sys/kernel/debug/smb347-regs
# Set Mali power policy as Coarse demand
write /sys/devices/platform/mali.0/power_policy coarse_demand
on fs
mkdir /factory 0775 radio radio
mount_all /fstab.manta
mount ext4 /dev/block/platform/dw_mmc.0/by-name/efs /factory rw remount
restorecon /factory
restorecon /factory/bluetooth
restorecon /factory/bluetooth/bt_addr
restorecon /factory/FactoryApp
restorecon /factory/FactoryApp/
restorecon /factory/FactoryApp/baro_delta
restorecon /factory/FactoryApp/factorymode
restorecon /factory/FactoryApp/fdata
restorecon /factory/FactoryApp/hist_nv
restorecon /factory/FactoryApp/hw_ver
restorecon /factory/FactoryApp/keystr
restorecon /factory/FactoryApp/reset_flag
restorecon /factory/FactoryApp/test_nv
restorecon /factory/hdcp2.keys
restorecon /factory/wv.keys
restorecon /factory/wifi
restorecon /factory/wifi/
mount ext4 /dev/block/platform/dw_mmc.0/by-name/efs /factory ro remount
setprop ro.crypto.fuse_sdcard true
# Permissions for backlight
chmod 0660 /sys/class/backlight/pwm-backlight.0/brightness
chown system system /sys/class/backlight/pwm-backlight.0/brightness
# create data/gps for GPS daemon
chown root system /sys/class/gps/bcm475x/GPS_PWR_EN/value
chmod 0664 /sys/class/gps/bcm475x/GPS_PWR_EN/value
chown root system /sys/class/gps/bcm475x/GPS_nRST/value
chmod 0664 /sys/class/gps/bcm475x/GPS_nRST/value
mkdir /data/gps 771 system system
chown system system /data/gps
# NFC: create data/nfc for nv storage
mkdir /data/nfc 770 nfc nfc
mkdir /data/nfc/param 770 nfc nfc
# audio: permissions for voice processing
# global switch for voice processing effects
chown root audio /sys/class/i2c-dev/i2c-4/device/4-003e/voice_processing
chmod 0660 /sys/class/i2c-dev/i2c-4/device/4-003e/voice_processing
# voice processing chip sleep
chown root audio /sys/class/i2c-dev/i2c-4/device/4-003e/sleep
chmod 0660 /sys/class/i2c-dev/i2c-4/device/4-003e/sleep
# voice processing usecase preset
chown root audio /sys/class/i2c-dev/i2c-4/device/4-003e/preset
chmod 0660 /sys/class/i2c-dev/i2c-4/device/4-003e/preset
# voice processing noise suppression level
chown root audio /sys/class/i2c-dev/i2c-4/device/4-003e/tx_ns_level
chmod 0660 /sys/class/i2c-dev/i2c-4/device/4-003e/tx_ns_level
# voice processing AGC enable (TX)
chown root audio /sys/class/i2c-dev/i2c-4/device/4-003e/tx_agc_enable
chmod 0660 /sys/class/i2c-dev/i2c-4/device/4-003e/tx_agc_enable
# voice processing AEC enable
chown root audio /sys/class/i2c-dev/i2c-4/device/4-003e/aec_enable
chmod 0660 /sys/class/i2c-dev/i2c-4/device/4-003e/aec_enable
# virtual sdcard daemon running as media_rw (1023)
service sdcard /system/bin/sdcard /data/media /mnt/shell/emulated 1023 1023
class late_start
service p2p_supplicant /system/bin/wpa_supplicant \
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
-I/system/etc/wifi/wpa_supplicant_overlay.conf \
-puse_multi_chan_concurrent=1 -N -ip2p0 -Dnl80211 \
-c/data/misc/wifi/p2p_supplicant.conf \
-I/system/etc/wifi/wpa_supplicant_overlay.conf \
-puse_p2p_group_interface=1use_multi_chan_concurrent=1 -e/data/misc/wifi/entropy.bin
# we will start as root and wpa_supplicant will switch to user wifi
# after setting up the capabilities required for WEXT
# user wifi
# group wifi inet keystore
class main
socket wpa_wlan0 dgram 660 wifi wifi
disabled
oneshot
service wpa_supplicant /system/bin/wpa_supplicant \
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
-I/system/etc/wifi/wpa_supplicant_overlay.conf \
-e/data/misc/wifi/entropy.bin
# we will start as root and wpa_supplicant will switch to user wifi
# after setting up the capabilities required for WEXT
# user wifi
# group wifi inet keystore
class main
socket wpa_wlan0 dgram 660 wifi wifi
disabled
oneshot
service dhcpcd_wlan0 /system/bin/dhcpcd -aABDKL
class main
disabled
oneshot
service dhcpcd_p2p /system/bin/dhcpcd -aABKL
class main
disabled
oneshot
service dhcpcd_eth0 /system/bin/dhcpcd -ABDKL
class main
disabled
oneshot
service dhcpcd_bt-pan /system/bin/dhcpcd -ABKL
class main
disabled
oneshot
service iprenew_wlan0 /system/bin/dhcpcd -n
class main
disabled
oneshot
service iprenew_p2p /system/bin/dhcpcd -n
class main
disabled
oneshot
service iprenew_eth0 /system/bin/dhcpcd -n
class main
disabled
oneshot
service iprenew_bt-pan /system/bin/dhcpcd -n
class main
disabled
oneshot
service battery_charger /charger
class charger
# Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin
service watchdogd /sbin/watchdogd 10 20
class core
seclabel u:r:watchdogd:s0
service gpsd /system/vendor/bin/gpsd -c /system/vendor/etc/gps.xml
class main
socket gps seqpacket 0660 gps system
user gps
group system inet
# MobiCore startup
service mobicore /system/bin/mcDriverDaemon -r /system/vendor/secapp/020a0000000000000000000000000000.drbin
setenv MC_REGISTRY_PATH /system/vendor/secapp
user drmrpc
group drmrpc
class main
# on userdebug and eng builds, enable kgdb on the serial console
on property:ro.debuggable=1
write /sys/module/kgdboc/parameters/kgdboc ttyFIQ2
write /sys/module/fiq_debugger/parameters/kgdb_enable 1
# bugreport is triggered by holding down volume down, volume up and power
service bugreport /system/bin/dumpstate -d -p -B \
-o /data/data/com.android.shell/files/bugreports/bugreport
class main
disabled
oneshot
keycodes 114 115 116