Thread
:
[ANNOUNCE] Speed Patch + Battery Patch + Tweaks --> Everything Needed To Have A Perfect N900
View Single Post
carbonjha
2011-11-21 , 01:14
Posts: 83 | Thanked: 71 times | Joined on Jul 2011 @ Dhaka
#
2712
renice 1 `cat /syspart/applications/standby/background/tasks`
does not work because there no dir after /syspart/ if using speedpatch (cgroup).
So for speedpatch code is
renice 1 `cat /dev/cgroup/cpu/applications/standby/background/tasks`
also testing
renice 1 `pgrep browserd`
renice 1 `pgrep image-viewer`
in cpu_sleep
and in cpu_normal
renice 0 `pgrep browserd`
renice 0 `pgrep image-viewer`
will report ASAP if this improves anything.
Quote & Reply
|
carbonjha
View Public Profile
Send a private message to carbonjha
Find all posts by carbonjha