forked from CyanogenMod/android_device_htc_ace
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathinit.spade.rc
More file actions
216 lines (169 loc) · 6.8 KB
/
Copy pathinit.spade.rc
File metadata and controls
216 lines (169 loc) · 6.8 KB
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
on early-fs
mkdir /system
mkdir /data 0771 system system
mkdir /cache 0770 system cache
mkdir /devlog 0700 root root
mount ext4 /dev/block/mmcblk0p25 /system wait ro
setprop ro.crypto.tmpfs_options size=128m,mode=0771,uid=1000,gid=1000
mount ext4 /dev/block/mmcblk0p26 /data wait noatime nosuid nodev noauto_da_alloc
mount ext4 /dev/block/mmcblk0p27 /cache wait noatime nosuid nodev
mount ext4 /dev/block/mmcblk0p28 /devlog wait noatime nosuid nodev
import init.htc7x30.usb.rc
on post-fs-data
mkdir /data/radio 0770 radio radio
mkdir /data/misc 1771 system misc
mkdir /data/misc/bluetoothd 0770 bluetooth bluetooth
mkdir /data/misc/keystore 0700 keystore keystore
mkdir /data/misc/vpn 0770 system system
mkdir /data/misc/vpn/profiles 0770 system system
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
# Set indication (checked by vold) that we have finished this action
setprop vold.post_fs_data_done 1
on boot
chmod 0664 /sys/module/gpio_event/parameters/phone_call_status
chown radio system /sys/module/gpio_event/parameters/phone_call_status
chmod 0640 /sys/camera_led_status/led_ril_status
chown radio system /sys/camera_led_status/led_ril_status
chmod 0664 /sys/module/pm/parameters/idle_sleep_mode
chown system system /sys/module/serial/parameters/modem_enabled
chown system system /dev/ttyHSUSB0
chown system system /dev/ttySA0
chown system system /dev/smd9
# for disabling IPv6 over mobile network.
#write /proc/sys/net/ipv6/conf/rmnet0/disable_ipv6 1
#write /proc/sys/net/ipv6/conf/rmnet1/disable_ipv6 1
#write /proc/sys/net/ipv6/conf/rmnet2/disable_ipv6 1
# Disable all xt_qtaguid checks
write /sys/module/xt_qtaguid/parameters/ctrl_write_gid 0
write /sys/module/xt_qtaguid/parameters/stats_readall_gid 0
# for Flip to speaker
chown radio radio /sys/class/htc_accelerometer/accelerometer/PhoneOnOffFlag
chown radio radio /sys/class/htc_ecompass/ecompass/PhoneOnOffFlag
# allow system to modify ksm control files
chown root system /sys/kernel/mm/ksm/pages_to_scan
chmod 0664 /sys/kernel/mm/ksm/pages_to_scan
chown root system /sys/kernel/mm/ksm/sleep_millisecs
chmod 0664 /sys/kernel/mm/ksm/sleep_millisecs
chown root system /sys/kernel/mm/ksm/run
chmod 0664 /sys/kernel/mm/ksm/run
write /sys/kernel/mm/ksm/sleep_millisecs 1500
write /sys/kernel/mm/ksm/pages_to_scan 256
mount debugfs /sys/kernel/debug /sys/kernel/debug
# SysFS bluetooth interface
chown bluetooth bluetooth /dev/ttyHS0
chmod 0600 /dev/ttyHS0
chown bluetooth bluetooth /sys/class/rfkill/rfkill0/type
chown bluetooth bluetooth /sys/class/rfkill/rfkill0/state
chmod 0660 /sys/class/rfkill/rfkill0/state
# Bluetooth MAC address path
chown bluetooth bluetooth /sys/module/board_spade/parameters/bdaddr
setprop ro.bt.bdaddr_path /sys/module/board_spade/parameters/bdaddr
# Bluetooth car dock pin
chown system system /sys/class/switch/dock/bt_pin
# for Flip to speaker
chown radio radio /sys/class/htc_accelerometer/accelerometer/PhoneOnOffFlag
chown radio radio /sys/class/htc_ecompass/ecompass/PhoneOnOffFlag
# Permissions for Liblights.
chown system system /sys/class/leds/green/brightness
chown system system /sys/class/leds/green/blink
chown system system /sys/class/leds/amber/brightness
chown system system /sys/class/leds/amber/blink
chown system system /sys/class/leds/button-backlight/brightness
chown system system /sys/class/leds/flashlight/brightness
chown system system /sys/class/leds/lcd-backlight/brightness
chown system system /sys/class/leds/keyboard-backlight/brightness
chown system camera /sys/class/leds/flashlight/brightness
chmod 0660 /sys/class/leds/flashlight/brightness
# Increase readahead buffers on MMC devices
write /sys/block/mmcblk0/bdi/read_ahead_kb 1024
write /sys/block/mmcblk1/bdi/read_ahead_kb 1024
# Radio_feedback permissions
chown radio radio /dev/radio_feedback
chmod 0660 /dev/radio_feedback
# Enable low memory killer to check file pages
write /sys/module/lowmemorykiller/parameters/minfile 0,0,0,5120,5632,6144
write /sys/module/lowmemorykiller/parameters/check_filepages 1
write /sys/devices/system/cpu/cpufreq/ondemand/up_threshold 90
write /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate 50000
service wpa_supplicant /system/bin/logwrapper /system/bin/wpa_supplicant \
-Dwext -iwlan0 -c/data/misc/wifi/wpa_supplicant.conf
# 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 -ABKL
class main
disabled
oneshot
service iprenew_wlan0 /system/bin/dhcpcd -n
class main
disabled
oneshot
# compass/accelerometer daemon
service akmd /system/bin/akmd
class main
user compass
group compass misc input
# bugreport is triggered by the KEY_VOLUMEUP and BTN_MOUSE keycodes
service bugreport /system/bin/dumpstate -d -v -o /sdcard/bugreports/bugreport
disabled
oneshot
keycodes 114 115
service hciattach /system/bin/brcm_patchram_plus --enable_hci --enable_lpm \
--baudrate 3000000 --patchram /vendor/firmware/bcm4329.hcd /dev/ttyHS0
class main
user bluetooth
group bluetooth net_bt_admin
disabled
service udhcpd /system/bin/udhcpd
class main
disabled
oneshot
service netsharing_on /system/bin/netsharing net on
class main
disabled
oneshot
service netsharing_off /system/bin/netsharing net off
class main
disabled
oneshot
service rmt_storage /system/bin/rmt_storage /dev/block/mmcblk0p13 /dev/block/mmcblk0p14
class main
user root
service htc_ebdlogd /system/bin/htc_ebdlogd -s -k -P 7
class main
user root
disabled
oneshot
service htc_ebdlogd_rel /system/bin/htc_ebdlogd -s -k
class main
user root
disabled
oneshot
###Bootsound - Safe to Delete: Start ###
service bootsound /system/bin/bootsound
user media
group audio
disabled
oneshot
on property:init.svc.bootanim=running # to correct timing
start bootsound
on property:dev.bootcomplete=1
stop bootsound
### Bootsound - Safe to Delete: End ###
on property:ro.build.tags=test-keys
start htc_ebdlogd
on property:ro.build.tags=release-keys
start htc_ebdlogd_rel
on property:ro.emmc=1
start rmt_storage
on property:sys.radio.shutdown=true
write /sys/devices/platform/rs300000a7.65536/force_sync 1
write /sys/devices/platform/rs300100a7.65536/force_sync 1