42fb9d8fc5
* Remove all this stuff. If a device wants ZRAM, it should be enabled by the maintainer and properly configured and tuned. * This stuff currently causes a conflict with the ZRAM support added in Kitkat. Kill it. Change-Id: Ib2488ea4463e32ec44b65fe786f732145b5b6e23
109 lines
5.5 KiB
Plaintext
109 lines
5.5 KiB
Plaintext
# CyanogenMod Extras
|
|
import /init.superuser.rc
|
|
|
|
on init
|
|
export ANDROID_CACHE /cache
|
|
export TERMINFO /system/etc/terminfo
|
|
|
|
on post-fs-data
|
|
mkdir /cache/dalvik-cache 0771 system system
|
|
chown system system /cache/dalvik-cache
|
|
chmod 0771 /cache/dalvik-cache
|
|
mkdir /data/.ssh 0750 root shell
|
|
|
|
# Run sysinit
|
|
start sysinit
|
|
|
|
on boot
|
|
# interactive governor
|
|
chown system system /sys/devices/system/cpu/cpufreq/interactive/timer_rate
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/timer_rate
|
|
chown system system /sys/devices/system/cpu/cpufreq/interactive/min_sample_time
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/min_sample_time
|
|
chown system system /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq
|
|
chown system system /sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load
|
|
chown system system /sys/devices/system/cpu/cpufreq/interactive/above_hispeed_delay
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/above_hispeed_delay
|
|
chown system system /sys/devices/system/cpu/cpufreq/interactive/boost
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/boost
|
|
chown system system /sys/devices/system/cpu/cpufreq/interactive/boostpulse
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/boostpulse
|
|
chown system system /sys/devices/system/cpu/cpufreq/interactive/input_boost
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/input_boost
|
|
chown system system /sys/devices/system/cpu/cpufreq/interactive/boostpulse_duration
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/boostpulse_duration
|
|
chown system system /sys/devices/system/cpu/cpufreq/interactive/io_is_busy
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/io_is_busy
|
|
|
|
# ondemand governor
|
|
chown system system /sys/devices/system/cpu/cpufreq/ondemand/boostfreq
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/boostfreq
|
|
chown system system /sys/devices/system/cpu/cpufreq/ondemand/boostpulse
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/boostpulse
|
|
chown system system /sys/devices/system/cpu/cpufreq/ondemand/boosttime
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/boosttime
|
|
chown system system /sys/devices/system/cpu/cpufreq/ondemand/io_is_busy
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/io_is_busy
|
|
chown system system /sys/devices/system/cpu/cpufreq/ondemand/down_differential
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/down_differential
|
|
chown system system /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate
|
|
chown system system /sys/devices/system/cpu/cpufreq/ondemand/powersave_bias
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/powersave_bias
|
|
chown system system /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
|
|
chown system system /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
|
|
chown system system /sys/devices/system/cpu/cpufreq/ondemand/input_boost
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/input_boost
|
|
chown system system /sys/devices/system/cpu/cpufreq/ondemand/up_threshold_multi_core
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/up_threshold_multi_core
|
|
chown system system /sys/devices/system/cpu/cpufreq/ondemand/down_differential_multi_core
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/down_differential_multi_core
|
|
chown system system /sys/devices/system/cpu/cpufreq/ondemand/optimal_freq
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/optimal_freq
|
|
chown system system /sys/devices/system/cpu/cpufreq/ondemand/sync_freq
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/sync_freq
|
|
chown system system /sys/devices/system/cpu/cpufreq/ondemand/up_threshold_any_cpu_load
|
|
chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/up_threshold_any_cpu_load
|
|
|
|
# Assume SMP uses shared cpufreq policy for all CPUs
|
|
chown system system /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
|
|
chmod 0660 /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
|
|
chown system system /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
|
|
chmod 0660 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
|
|
chown system system /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
|
|
chmod 0660 /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
|
|
|
|
chown system system /sys/block/mmcblk0/queue/scheduler
|
|
chmod 0664 /sys/block/mmcblk0/queue/scheduler
|
|
|
|
# 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
|
|
|
|
chown system system /dev/cpuctl/apps/cpu.notify_on_migrate
|
|
chmod 0644 /dev/cpuctl/apps/cpu.notify_on_migrate
|
|
|
|
# adb over network
|
|
on property:service.adb.tcp.port=5555
|
|
stop adbd
|
|
start adbd
|
|
on property:service.adb.tcp.port=-1
|
|
stop adbd
|
|
start adbd
|
|
|
|
# sysinit (/system/etc/init.d)
|
|
service sysinit /system/bin/sysinit
|
|
user root
|
|
oneshot
|
|
disabled
|