![]() |
2008-08-17
, 19:46
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#2
|
![]() |
2008-08-17
, 20:13
|
Posts: 566 |
Thanked: 150 times |
Joined on Dec 2007
|
#3
|
![]() |
2008-08-18
, 06:13
|
|
Posts: 643 |
Thanked: 628 times |
Joined on Mar 2007
@ Seattle (or thereabouts)
|
#4
|
![]() |
2008-08-18
, 08:29
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#5
|
If I tell my device to go into a power-saving mode I tink it is reasonable to expect that applications comply with that.
![]() |
2008-08-18
, 08:55
|
Posts: 566 |
Thanked: 150 times |
Joined on Dec 2007
|
#6
|
Well, technically you currently don't tell your device to go to power-saving mode. Device goes to power-saving mode automatically whenever possible.
@iamthewalrus: So if you start a timer and then "lock screen and keys" what do you want it to do? Keep accurate time? or stop the timer to save power?
![]() |
2008-08-18
, 10:50
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#7
|
![]() |
2008-08-18
, 11:02
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#8
|
![]() |
2008-08-18
, 11:31
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#9
|
The easiest solution is probably that if you minimise an app it should attempt to stop all dyntick-stopping behaviour.
Do apps get a signal that the screen has been locked? If so, these apps should stop display routines/update timers anyway as the output is not being seen.
![]() |
2008-08-18
, 12:13
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#10
|
Only when all applications are idle, the device can go into power-save mode.
Timers can be setup by applications to trigger actions without user input at regular intervals. Since these also run while the device is idle, they prevent the device from switching to power-save mode.
The Following User Says Thank You to fanoush For This Useful Post: | ||
To me that seems like a bug, but I can't find anything about this in Maemo bugzilla. Would this be a 'bug' in those specific apps or is something in the OS in need of fixing?