diff options
author | Simon Shields <keepcalm444@gmail.com> | 2016-02-20 23:23:17 +1100 |
---|---|---|
committer | Simon Shields <keepcalm444@gmail.com> | 2016-02-20 23:25:48 +1100 |
commit | b0b03ea832d645620527342e5efc465baafec50e (patch) | |
tree | 975fbb6d5106629a10dcb0deb1a3b773d28d891e /rootdir | |
parent | 07aacd2a067df13e5b4fc07ec978c0d127073b61 (diff) | |
download | device_samsung_i9300-b0b03ea832d645620527342e5efc465baafec50e.zip device_samsung_i9300-b0b03ea832d645620527342e5efc465baafec50e.tar.gz device_samsung_i9300-b0b03ea832d645620527342e5efc465baafec50e.tar.bz2 |
i9300: don't overwrite powerhal governor settings from init
Change-Id: Id704829e1f65b538e7fd05a599a1159ffe37aeb1
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.target.rc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/rootdir/init.target.rc b/rootdir/init.target.rc index 492b130..a9a3168 100644 --- a/rootdir/init.target.rc +++ b/rootdir/init.target.rc @@ -89,22 +89,3 @@ service gps-daemon /system/bin/sh /system/bin/gps_daemon.sh user gps group system inet sdcard_rw gps seclabel u:r:glgps:s0 - -on property:dev.bootcomplete=1 -# boot on default pegasusq settings (for better performance) -# switch to more conservative settings after bootup is complete - write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_freq_1_1 500000 - write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_freq_2_0 500000 - write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_freq_2_1 700000 - write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_freq_3_0 700000 - write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_freq_3_1 900000 - write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_freq_4_0 900000 - write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_rq_1_1 150 - write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_rq_2_0 150 - write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_rq_2_1 250 - write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_rq_3_0 250 - write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_rq_3_1 350 - write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_rq_4_0 450 - write /sys/devices/system/cpu/cpufreq/pegasusq/up_threshold 90 - write /sys/devices/system/cpu/cpufreq/pegasusq/cpu_down_rate 10 - write /sys/devices/system/cpu/cpufreq/pegasusq/down_differential 3 |