|
2010-07-30
, 00:23
|
Posts: 165 |
Thanked: 78 times |
Joined on Jun 2010
|
#502
|
.. I set the "top" clock as ideal with 250 - 850 and it works - but when I lock and unlock my phone there is a set the clock back to 250 - 500 why this guys.. thx for your feedbacks...
Seems that the dbus signal for unlocking is missed and not captured by the widget, .....
The Following User Says Thank You to sacal For This Useful Post: | ||
|
2010-07-30
, 03:55
|
Posts: 208 |
Thanked: 220 times |
Joined on Apr 2010
|
#503
|
Just let me try to help.
Techie i think the files overclock and underclock are coded as dos files and not linux files. When i try to execute in xterm:
sudo /usr/local/bin/overclock
i got an syntax error: end of file unexpected
Replacing the 0D 0A chars at the end of each line of the overclock and underclock files with only 0A solves the problem.
sudo /usr/local/bin/overclock
One other suggestion, if i may, is to only execute underclock if:
"$QBW_REMEMBER_ME" != fixed
so that underclock isn't executed if the stock or ideal profiles are active
By the way thanks for this widget - i liked it
With Linux-powered N900..ANYTHING is possible
The Following User Says Thank You to techie For This Useful Post: | ||
|
2010-07-30
, 04:57
|
Posts: 195 |
Thanked: 16 times |
Joined on Feb 2010
@ Switzerland
|
#504
|
I think you may be confused here.Underclock is executed only when you lock the phone not while using it.My reasoning is that you don't need a speedy phone if its just gonna be sitting idle.When stock or ideal is selected it would prevent the overclock script from executing.Underclock will always execute when device gets locked.
|
2010-07-30
, 09:09
|
Posts: 195 |
Thanked: 16 times |
Joined on Feb 2010
@ Switzerland
|
#505
|
|
2010-07-30
, 10:24
|
Posts: 165 |
Thanked: 78 times |
Joined on Jun 2010
|
#506
|
The Following User Says Thank You to sacal For This Useful Post: | ||
|
2010-07-30
, 13:15
|
Posts: 195 |
Thanked: 16 times |
Joined on Feb 2010
@ Switzerland
|
#507
|
Techie and Pipo
I have attached a zip with my working version of overclock and underclock. They seam exactly the same as the original files but if you check sizes you will see the difference.
After replacing this files Pipo's max freq problem after unlocking should be solved. At least with me it did.
As for the Stock or Ideal profiles imho they shouldn't be changed when lock happens. It's like automatic or manual mode. Selecting Stock or Ideal should be like manual mode - only changed manualy.
|
2010-07-30
, 17:58
|
Posts: 208 |
Thanked: 220 times |
Joined on Apr 2010
|
#508
|
As for the Stock or Ideal profiles imho they shouldn't be changed when lock happens. It's like automatic or manual mode. Selecting Stock or Ideal should be like manual mode - only changed manualy.
With Linux-powered N900..ANYTHING is possible
The Following User Says Thank You to techie For This Useful Post: | ||
|
2010-07-30
, 18:53
|
Posts: 165 |
Thanked: 78 times |
Joined on Jun 2010
|
#509
|
Thanks
If this is what you want then it can be simply achieved by disabling dbus monitor in settings.No change in coding required
|
2010-07-30
, 23:15
|
Posts: 89 |
Thanked: 27 times |
Joined on Dec 2009
@ The Netherlands
|
#510
|
(n900 _Switzerland)