-
Notifications
You must be signed in to change notification settings - Fork 35
/
init.power.rc
27 lines (21 loc) · 1.22 KB
/
init.power.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
# init.power.rc
on boot
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq 245000
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq 998400
chown system system /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate
chown system system /sys/devices/system/cpu/cpufreq/ondemand/io_is_busy
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ondemand
setprop sys.governor.changed ondemand
on property:sys.governor.changed=ondemand
write /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate 50000
write /sys/devices/system/cpu/cpufreq/ondemand/up_threshold 90
write /sys/devices/system/cpu/cpufreq/ondemand/io_is_busy 1
write /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor 4
setprop sys.governor.changed 0
on property:sys.governor.changed=interactive
write /sys/devices/system/cpu/cpufreq/interactive/timer_rate 20000
write /sys/devices/system/cpu/cpufreq/interactive/min_sample_time 60000
write /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq 729600
write /sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load 50
write /sys/devices/system/cpu/cpufreq/interactive/above_hispeed_delay 100000
setprop sys.governor.changed 0