blob: 997be9b98eb434ac06a2b83c5f831d4c62136aa7 [file] [log] [blame]
Steve Kondika89711a2010-07-07 09:06:13 -04001# CyanogenMod Extras
Koushik Dutta5af62eb2013-07-27 19:52:40 -07002import /init.superuser.rc
Steve Kondika89711a2010-07-07 09:06:13 -04003
Ricardo Cerqueira8f412cb2012-10-18 16:38:25 +01004on init
5 export ANDROID_CACHE /cache
6 export TERMINFO /system/etc/terminfo
7 export TERM linux
8
9on post-fs-data
10 mkdir /cache/dalvik-cache 0771 system system
11 chown system system /cache/dalvik-cache
12 chmod 0771 /cache/dalvik-cache
Chirayu Desaice885402013-05-12 16:28:01 +053013 mkdir /data/.ssh 0750 root shell
Ricardo Cerqueira8f412cb2012-10-18 16:38:25 +010014
Ricardo Cerqueira6698e5e2012-11-23 17:15:16 +000015 # Run sysinit
16 start sysinit
17
Ricardo Cerqueira79ba9972013-06-12 12:12:18 +010018on boot
Giulio Cerveraa76d8982013-05-21 14:23:19 +020019 # interactive governor
20 chown system system /sys/devices/system/cpu/cpufreq/interactive/timer_rate
21 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/timer_rate
22 chown system system /sys/devices/system/cpu/cpufreq/interactive/min_sample_time
23 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/min_sample_time
24 chown system system /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq
25 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq
26 chown system system /sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load
27 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load
28 chown system system /sys/devices/system/cpu/cpufreq/interactive/above_hispeed_delay
29 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/above_hispeed_delay
30 chown system system /sys/devices/system/cpu/cpufreq/interactive/boost
31 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/boost
32 chown system system /sys/devices/system/cpu/cpufreq/interactive/boostpulse
33 chown system system /sys/devices/system/cpu/cpufreq/interactive/input_boost
34 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/input_boost
35 chown system system /sys/devices/system/cpu/cpufreq/interactive/boostpulse_duration
36 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/boostpulse_duration
Giulio Cervera989a3132013-07-12 17:44:16 +020037 chown system system /sys/devices/system/cpu/cpufreq/interactive/io_is_busy
38 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/io_is_busy
Giulio Cerveraa76d8982013-05-21 14:23:19 +020039
40 # ondemand governor
41 chown system system /sys/devices/system/cpu/cpufreq/ondemand/boostfreq
42 chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/boostfreq
43 chown system system /sys/devices/system/cpu/cpufreq/ondemand/boostpulse
44 chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/boostpulse
45 chown system system /sys/devices/system/cpu/cpufreq/ondemand/boosttime
46 chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate
47 chown system system /sys/devices/system/cpu/cpufreq/ondemand/io_is_busy
48 chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/io_is_busy
49 chown system system /sys/devices/system/cpu/cpufreq/ondemand/down_differential
50 chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/down_differential
51 chown system system /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate
52 chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate
53 chown system system /sys/devices/system/cpu/cpufreq/ondemand/powersave_bias
54 chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/powersave_bias
55 chown system system /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
56 chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
57 chown system system /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
58 chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
Steve Kondik686cbf22013-10-04 04:31:56 -070059 chown system system /sys/devices/system/cpu/cpufreq/ondemand/input_boost
Steve Kondikf9bb7772013-10-07 23:39:12 -070060 chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/input_boost
61 chown system system /sys/devices/system/cpu/cpufreq/ondemand/up_threshold_multi_core
62 chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/up_threshold_multi_core
63 chown system system /sys/devices/system/cpu/cpufreq/ondemand/down_differential_multi_core
64 chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/down_differential_multi_core
65 chown system system /sys/devices/system/cpu/cpufreq/ondemand/optimal_freq
66 chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/optimal_freq
67 chown system system /sys/devices/system/cpu/cpufreq/ondemand/sync_freq
68 chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/sync_freq
69 chown system system /sys/devices/system/cpu/cpufreq/ondemand/up_threshold_any_cpu_load
70 chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/up_threshold_any_cpu_load
Giulio Cerveraa76d8982013-05-21 14:23:19 +020071
72 # Assume SMP uses shared cpufreq policy for all CPUs
73 chown system system /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
74 chmod 0664 /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
75 chown system system /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
76 chmod 0664 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
77 chown system system /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
78 chmod 0664 /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
79
Ricardo Cerqueira8f412cb2012-10-18 16:38:25 +010080 chown system system /sys/block/mmcblk0/queue/scheduler
81 chmod 0664 /sys/block/mmcblk0/queue/scheduler
82
83# allow system to modify ksm control files
84 chown root system /sys/kernel/mm/ksm/pages_to_scan
85 chmod 0664 /sys/kernel/mm/ksm/pages_to_scan
86 chown root system /sys/kernel/mm/ksm/sleep_millisecs
87 chmod 0664 /sys/kernel/mm/ksm/sleep_millisecs
88 chown root system /sys/kernel/mm/ksm/run
89 chmod 0664 /sys/kernel/mm/ksm/run
90 write /sys/kernel/mm/ksm/sleep_millisecs 1500
91 write /sys/kernel/mm/ksm/pages_to_scan 256
92
NameLess, the Jediff4b2052010-12-31 10:00:10 +010093 # allow system to modify cpufreq control files
94 chown root system /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
95 chmod 0664 /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
96 chown root system /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
97 chmod 0664 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
98 chown root system /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
99 chmod 0664 /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
100
Steve Kondik6a0f5302013-10-02 11:28:28 -0700101 chown system system /dev/cpuctl/apps/cpu.notify_on_migrate
102 chmod 0644 /dev/cpuctl/apps/cpu.notify_on_migrate
103
Ricardo Cerqueira8f412cb2012-10-18 16:38:25 +0100104# adb over network
105on property:service.adb.tcp.port=5555
106 stop adbd
107 start adbd
108on property:service.adb.tcp.port=-1
109 stop adbd
110 start adbd
111
Steve Kondikfe18fc32010-08-20 13:17:37 -0400112# Compcache - handle at boot
113service compcache /system/bin/handle_compcache
Ricardo Cerqueira8f412cb2012-10-18 16:38:25 +0100114 class main
Steve Kondikfe18fc32010-08-20 13:17:37 -0400115 user root
116 group root
117 oneshot
Ricardo Cerqueira6698e5e2012-11-23 17:15:16 +0000118
119# sysinit (/system/etc/init.d)
120service sysinit /system/bin/sysinit
121 user root
122 oneshot
Ricardo Cerqueira79ba9972013-06-12 12:12:18 +0100123 disabled