View Single Post
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#85
Originally Posted by punto View Post
My opinion differs somewhat from you when I'm looking at a dead N900 in the early evening - while the iP4 is showing about half charge, while doing essentially the same simple day-to-day stuff (media, push messaging, heavy SMS's etc).
Yes, you may well be aware that the radio strength of N900 is quite strong thus is the high power-usage. You may decrease the radio usage at night to save battery by the following method.

Download the attachment and extract the script hardsleep.sh (modified from No!No!No!Yes!'s N900 Hard Sleep Mode) and then have it run automatically at night with fcron. You may want to return your phone to normal connection mode so there's another attached script normal_connection.sh in the attachment you can use. The fcron lines will go like this:

Code:
0 0 * * * run-standalone.sh /home/user/script/hardsleep.sh
30 7 * * * run-standalone.sh /home/user/script/normal_connection.sh
There are many other ways to do the same thing but I like doing it with script. Hope this help.
Attached Files
File Type: zip radio_on_off.zip (1.3 KB, 127 views)

Last edited by 9000; 2011-01-03 at 03:59.
 

The Following User Says Thank You to 9000 For This Useful Post: