-
Notifications
You must be signed in to change notification settings - Fork 3
/
init.mecha.rc
160 lines (125 loc) · 5.02 KB
/
init.mecha.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
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 barrier=1
mount ext4 /dev/block/mmcblk0p26 /data wait noatime nosuid nodev barrier=1 noauto_da_alloc
mount ext4 /dev/block/mmcblk0p27 /cache wait noatime nosuid nodev barrier=1
mount ext4 /dev/block/mmcblk0p29 /devlog wait noatime nosuid nodev barrier=1
#on early-init
device mtd@misc 0460 radio diag
on init
# double check the perms and set owner
chown root root /devlog
chmod 0700 /devlog
on boot
#from QCT Fusion
mkdir /data/radio 0770 radio radio
chown radio system /sys/module/smd_rpcrouter/parameters/debug_mask
chown radio system /sys/module/rpcrouter_sdio_xprt/parameters/debug_mask
#from QCT Fusion
# Improvements for evdo-b and lte
write /proc/sys/net/core/rmem_max 262144
write /proc/sys/net/core/wmem_max 262144
# Tweak background writeout
write /proc/sys/vm/dirty_expire_centisecs 200
write /proc/sys/vm/dirty_background_bytes 1024000
write /proc/sys/vm/dirty_bytes 20480000
write /proc/sys/vm/highmem_is_dirtyable 1
#wifi
mkdir /data/misc 1771 system misc
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 System Server and daemons.
chown radio system /sys/module/gpio_event/parameters/phone_call_status
chmod 0660 /sys/android_camera2/htcwc
chown media system /sys/android_camera2/htcwc
chown radio system /sys/camera_led_status/led_ril_status
chown system system /sys/camera_led_status/led_wimax_status
chown system system /sys/camera_led_status/led_hotspot_status
# 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/lcd-backlight/brightness
chown system system /sys/class/leds/flashlight/brightness
chmod 0666 /sys/class/leds/flashlight/brightness
# bluetooth power up/down interface
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 programming
chown bluetooth bluetooth /sys/module/board_mecha/parameters/bdaddr
setprop ro.bt.bdaddr_path /sys/module/board_mecha/parameters/bdaddr
# for wireless modem
chown system system /sys/module/serial/parameters/modem_enabled
chown system system /dev/ttyHSUSB0
chown system system /dev/ttySA0
chown system system /dev/smd9
# 9k modem
chown system system /sys/module/msm72k_udc/parameters/mdm_port_enabled
chown system system /sys/module/smsc251x/parameters/hub_enabled
service ril-ims-daemon /system/bin/rild_ims
socket rild-ims stream 660 root radio
user root
group radio cache inet misc audio
service wpa_supplicant /system/bin/logwrapper /system/bin/wpa_supplicant \
-Dwext -ieth0 -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
socket wpa_eth0 dgram 660 wifi wifi
disabled
oneshot
service dhcpcd_eth0 /system/bin/dhcpcd -ABKL
disabled
oneshot
service iprenew_eth0 /system/bin/dhcpcd -n
disabled
oneshot
# compass/accelerometer daemon
service akmd /system/bin/akmd
user compass
group compass misc input
# bugreport is triggered by the KEY_VOLUMEUP and BTN_VOLUMEDOWN keycodes
service bugreport /system/bin/dumpstate -d -v -o /sdcard/bugreports/bugreport
disabled
oneshot
keycodes 115 114
service hciattach /system/bin/brcm_patchram_plus --enable_hci --enable_lpm \
--baudrate 3000000 --patchram /etc/firmware/bcm4329.hcd /dev/ttyHS0
user bluetooth
group bluetooth net_bt_admin
disabled
service rmt_storage /system/bin/rmt_storage /dev/block/mmcblk0p13 /dev/block/mmcblk0p14
user root
#+from QCT Fusion
service qmuxd /system/bin/qmuxd
service netmgrd /system/bin/netmgrd
on property:ro.use_data_netmgrd=false
# netmgr not supported on specific target
stop netmgrd
on property:ro.data.large_tcp_window_size=true
# Adjust socket buffer to enlarge TCP receive window for high bandwidth (e.g. DO-RevB)
write /proc/sys/net/ipv4/tcp_adv_win_scale 1
#-from QCT Fusion
service modem /system/xbin/wireless_modem
user system
group system
disabled
on property:service.modem.enable=1
start modem
on property:service.modem.enable=0
stop modem
service dmagent /system/bin/dmagent -N -P19 -SA -VSY
socket dmagent stream 660 root radio
user root
group radio cache inet misc
service ipd /system/bin/ipd
socket ipd stream 666 root inet