|
2013-08-08
, 23:42
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#1412
|
|
2013-08-09
, 09:58
|
Posts: 1,313 |
Thanked: 2,977 times |
Joined on Jun 2011
@ Finland
|
#1413
|
I'm fairly certain the latest release on the Nokia Store (from a week or two ago) has dramatically impacted my N9's battery life.
Has anyone else seen similar? I'm not sure anything else has changed on my device, but I now struggle to get through a whole day.
|
2013-08-09
, 17:12
|
Posts: 260 |
Thanked: 86 times |
Joined on Jan 2012
|
#1414
|
|
2013-08-09
, 17:50
|
|
Posts: 491 |
Thanked: 299 times |
Joined on Jul 2012
@ Pordenone IT
|
#1415
|
how can i add reboot command? For example, reboot when at 3a.m.. Thank you in advance
#!/bin/sh /sbin/reboot
The Following User Says Thank You to lorenzo For This Useful Post: | ||
|
2013-08-09
, 21:01
|
Posts: 1,313 |
Thanked: 2,977 times |
Joined on Jun 2011
@ Finland
|
#1416
|
Hi, the point is I wanted to create a rule that sets the device online every hour or so and disconnects it again. For me it looks like my device isnt connecting to background mobile data connection when in PSM. And if im not in PSM, the device just lets mobile data connection online forever.
So i want to create 2 rules for going in normal mode, if PSM is active and after idle time of maybe 30min.
Then if PSM is off, and mobile data connection is active + idle time xxx -> set PSM on, so data connection will be closed after it is no more needed.
And furthermore, I can fix that stupid bug with Dual mode, where i dont have phone connectivity (https://harmattan-bugs.nokia.com/show_bug.cgi?id=79).
When on 3G and signal gets lost, I have to switch manually to 2G or I dont have mobile connectivity at all, altough the bar is full on 3G...
The Following User Says Thank You to ajalkane For This Useful Post: | ||
|
2013-08-10
, 21:41
|
Posts: 71 |
Thanked: 54 times |
Joined on Dec 2010
|
#1417
|
|
2013-08-11
, 19:09
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#1418
|
All I can say is that the last release had no changes that could have such effect. So if you didn't see such problems with previous release, it's very unlikely because of ProfileMatic.
The Following User Says Thank You to Jaffa For This Useful Post: | ||
|
2013-08-11
, 20:45
|
Posts: 1,313 |
Thanked: 2,977 times |
Joined on Jun 2011
@ Finland
|
#1419
|
Cool, thanks. As an aside, could you describe the algorithm for checking whether a profile should be activated? For example, I assume, if there's a time-based component, that's checked first. But once the time range is checked, how frequently does it check? Or can many of the conditions set triggers at lower levels? (e.g. send a signal when this cell ID is seen)
Talking about cell IDs, a suggestion: the ability to define locations separately. So I could capture the cell IDs for Home and then use a location of "Home" in two different rule sets:
The Following User Says Thank You to ajalkane For This Useful Post: | ||
|
2013-08-12
, 19:58
|
Posts: 1,313 |
Thanked: 2,977 times |
Joined on Jun 2011
@ Finland
|
#1420
|
If PSM is off + Idle for XXXmin -> I can switch to 2G, if there is no data connection in use + PSM ON
And if PSM is on and Idle for XXX -> switch to Dual + disable PSM
So i want to create 2 rules for going in normal mode, if PSM is active and after idle time of maybe 30min.
Then if PSM is off, and mobile data connection is active + idle time xxx -> set PSM on, so data connection will be closed after it is no more needed.
And furthermore, I can fix that stupid bug with Dual mode, where i dont have phone connectivity (https://harmattan-bugs.nokia.com/show_bug.cgi?id=79).
When on 3G and signal gets lost, I have to switch manually to 2G or I dont have mobile connectivity at all, altough the bar is full on 3G...