Thread
:
How long does your battery last?
View Single Post
ascag
2011-08-05 , 20:45
Posts: 23 | Thanked: 26 times | Joined on Nov 2010 @ Germany
#
2
3-4 days. Reproducible since I optimized my N900.
I use power kernel v47 with undervolting.
Most important parameters from kernel-config:
0:25,90 250:33,180 500:43,360 550:49,400 600:55,430
Smartreflex VDD1 and VDD2 = 1
Ignore nice load = 1
I have a small script I call manually after boot to adjust several things:
# deprioritize system background tasks
renice 15 `cat /syspart/applications/standby/background/tasks`
renice 15 `ps | grep modest | cut -c1-5`
echo -n "50" > /proc/sys/vm/swappiness
echo -n "7" > /proc/sys/vm/page-cluster
echo -n "1" > /proc/sys/vm/laptop_mode
and some other minor modifications (see swappolube, I just set these values manually)
I use the Wifi-Switcher app to load/unload the wifi driver whenever I switch wifi on/off. I switch Wifi on only when I need it. The same for bluetooth.
Most of the time, I am in standby GSM.
Display brightness at 2. I switched off display vibration feedback, most LED feedbacks (except charging battery)
I have a class 10 microsd card in the external slot with two partitions, one of those I use as the primary swap partition.
Quote & Reply
|
The Following 3 Users Say Thank You to ascag For This Useful Post:
a dork
,
esthreel
,
mmlado
ascag
View Public Profile
Send a private message to ascag
Find all posts by ascag