diff options
author | tomascus <arbiter1000@gmail.com> | 2017-06-10 15:02:13 +1000 |
---|---|---|
committer | Steven Lay <arbiter1000@gmail.com> | 2017-06-14 01:46:56 +0000 |
commit | 2ce8ea66e09098db02f9c9720f44c69854cb58ff (patch) | |
tree | 0a13e2437106c84d10d28d272ac34f4b1e695c8e /rootdir | |
parent | fcaea08edd6e28f8bbb700b923c0a1de23450a6a (diff) |
shinano-common: move iosched setting to init.qcom.power
It feels more right to place it together with CPU freq settings
Also, it's like this on almost every other device
Change-Id: I2b70392acd43a30f776b17fee3b20153ff268d6a
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.power.rc | 4 | ||||
-rw-r--r-- | rootdir/init.qcom.rc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/rootdir/init.qcom.power.rc b/rootdir/init.qcom.power.rc index 5b98be4..51bc7e5 100644 --- a/rootdir/init.qcom.power.rc +++ b/rootdir/init.qcom.power.rc @@ -150,3 +150,7 @@ on property:init.svc.bootanim=stopped on property:init.svc.recovery=running trigger enable-low-power + +on property:dev.bootcomplete=1 + rm /data/system/perfd/default_values + setprop sys.io.scheduler "row" diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 95d3bc5..01a28e3 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -472,10 +472,6 @@ service scdnotifier_nitz /system/bin/scdnotifier nitz on property:gsm.nitz.time=* start scdnotifier_nitz -on property:dev.bootcomplete=1 - rm /data/system/perfd/default_values - setprop sys.io.scheduler "row" - # Start suntrold service suntrold /system/bin/suntrold user system |