Editing User:Magick777/My N900 Scheduling

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 55: Line 55:
* Installed 'alarmed' from extras-devel, had to ln -sf python2.5 to /usr/bin/python
* Installed 'alarmed' from extras-devel, had to ln -sf python2.5 to /usr/bin/python
* Configured alarmed to reset GPRS data at 0000 on 1st of each month
* Configured alarmed to reset GPRS data at 0000 on 1st of each month
-
 
-
= What have I scheduled? =
 
-
 
-
== Opportunistic power saving ==
 
-
 
-
I am working on [[User:Magick777/OPS]].
 
-
 
-
=== CPU frequency scaling ===
 
-
More or less as described in [[Overclocking#Underclock.2FOverclock_when_phone_is_Locked.2FUnlocked__.28by_Fecn.29| this script]], though I implemented it with dbus-scripts-settings. On phone locked we set "kernel-config limits 250 500" and on unlock we set "kernel-config limits 500 850".
 
-
 
-
=== Set 2G radio mode ===
 
-
 
-
For battery life, I want the phone to put itself into 2G mode except when I am intensively using the data connection. It would seem sensible to trigger the switch to 2G any time that the phone is locked and remains so for a minute or two, in the assumption that it is in my pocket. But, I would not want this to happen if a) I am on a call b) the phone locked unintentionally and I unlock it again c) the phone is on charge or d) it was in 2G mode in the first place. I do not want it to be constantly switching between the two; it should change when it has good reason.
 
-
 
-
So, the phone locking should trigger a script that
 
-
*tests whether it should take action and
 
-
**if so, waits a minute to see if I unlock the phone again and
 
-
***if I don't, goes ahead and kills 3G.
 
-
 
-
This would be achieved by running a script on lock that will sleep for 60 seconds and then switch to 2G mode. On an immediate unlock, we can test if that script is running and kill it thus leaving the dual mode intact.
 
-
 
-
By what criteria to restore 3G is more difficult; it is by no means automatic that I require 3G because I unlock the phone or plug in a charger. However, as soon as I want to access e-mail, Web or VoIP, 3G will be required. Therefore my options are
 
-
 
-
*never automate the switch to dual mode and switch manually when required
 
-
*automate the switch based simply on using the phone
 
-
*automate the switch when I launch any application that requires it
 
-
*automate the switch based on data traffic flow
 

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)