View Single Post
carbonjha's Avatar
Posts: 83 | Thanked: 71 times | Joined on Jul 2011 @ Dhaka
#2718
I had to complete flash my N900 for some hang on heavy load issue.
but my test was complete.
Code:
renice 1 `cat /dev/cgroup/cpu/applications/standby/background/tasks`
not needed because they are background task and cgroup manage them as they should.

in cpu_sleep i added
Code:
renice 1 `pgrep modest`
renice 1 `pgrep browserd`
renice 1 `pgrep image-viewer`

and in cpu_normal

Code:
renice 0 `pgrep modest`
renice 0 `pgrep browserd`
renice 0 `pgrep image-viewer`
and for both locked and unlocked the
Code:
ignore nice load = 1
IMPROVED my standby time.

these scripts dont have any problems. e.g black screen, conversation issue etc.

Im using kernel-power v49.
if you need my overclock and underclock profile just ask. I'll post them here.
__________________
kernel-power v52
N900 rocks
http://n900world.blogspot.com/
 

The Following 2 Users Say Thank You to carbonjha For This Useful Post: