|
2010-04-26
, 06:22
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#72
|
How do i keep the min freq at 500mhz after phone call? It goes down to 250mhz after phone call...
|
2010-04-26
, 09:52
|
Posts: 24 |
Thanked: 6 times |
Joined on Feb 2010
|
#73
|
the kernel is not buggy. It goes back to safe defaults when something went wrong or if the user misconfigured the system.
If the device is rebooted more than once within 5mins the configuration is not loaded
as it might have rebooted due to a crash. It's a feature and not bug.
But it next version there will be a better heuristic to determine whether there was crash.
did you perform the commands as root?
|
2010-04-26
, 10:35
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#74
|
|
2010-04-26
, 12:35
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#75
|
The Following 2 Users Say Thank You to Matan For This Useful Post: | ||
|
2010-04-26
, 15:22
|
Posts: 44 |
Thanked: 5 times |
Joined on Apr 2010
|
#76
|
You need to add 125 and 250 Mhz to the avoid_frequencies.
@bigswed: are you sure that it really uses 125MHz? the telephone apps sets the "official" minimum to 125Mhz but the actual limits is determined by avoid_frequencies.
All of those ugly workarounds for the minimum and 600Mhz are due to bugs in the closed-source Nokia Telephone app. If we had access to its source we could make it much simpler...
|
2010-04-26
, 15:29
|
Posts: 203 |
Thanked: 152 times |
Joined on May 2009
@ Austria
|
#77
|
this will be supported in the next version of the kernel-power-settings package.
as a temporary workaround you can copy your configuration file to /etc/defaults/kernel-power and append the two lines to the file.
start on started hildon-desktop exec /home/user/125 stop on starting shutdown
|
2010-04-26
, 15:33
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#78
|
@titan it may have bin 250mhz to, but when i did avoid freq it started to go to 125mhz...
|
2010-04-26
, 15:42
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#79
|
|
2010-04-26
, 17:44
|
Posts: 44 |
Thanked: 5 times |
Joined on Apr 2010
|
#80
|
as a temporary workaround you can copy your configuration file to /etc/defaults/kernel-power and append the two lines to the file.