![]() |
2012-02-09
, 07:32
|
Moderator |
Posts: 5,320 |
Thanked: 4,464 times |
Joined on Oct 2009
|
#12
|
Back on topic: I recall the AutoDisconnect app for Maemo5 , here http://wiki.maemo.org/AutoDisconnect . Is it possble to petition the developer to port it for maemo6/Harmattan ! !?
![]() |
2012-02-09
, 08:27
|
Posts: 188 |
Thanked: 90 times |
Joined on Sep 2006
|
#13
|
![]() |
2012-02-09
, 08:44
|
Posts: 33 |
Thanked: 32 times |
Joined on Nov 2007
@ Finland
|
#14
|
Back on topic: I recall the AutoDisconnect app for Maemo5 , here http://wiki.maemo.org/AutoDisconnect . Is it possble to petition the developer to port it for maemo6/Harmattan ! !?
![]() |
2012-02-10
, 01:37
|
Posts: 173 |
Thanked: 83 times |
Joined on Dec 2011
|
#15
|
![]() |
2012-02-10
, 02:20
|
Posts: 33 |
Thanked: 32 times |
Joined on Nov 2007
@ Finland
|
#16
|
Some observations by me. I may be wrong as I am no coder/dev.
If you set the N9 to "Dont allow background connections" , and open the browser, it will initiate the appropriate connection and you can happily surf, and after some preset time, approx 30 secs, if you dont load any more pages, the connection is terminated. Same behaviour is seen with any other app that requests internet. I even tried this with a skype call, setting skype online when background connections are off, it connects Skype, loads contacts, I can call the contact, and after I disconnect the connection terminated in some time.
So my question is , why cant email be made behave the same way when "background connections" are off !! To be frank I really think this whole concept of background connections is crap. They (Nokia/maemo6/harmattan ) already seem to have a mechanism in the connections framework to detect when an app is requesting connectivity and subsequently invoke a connection, just that its not being used correctly.
nion, we just need a global data on/off switch and thats it. All connections should be made on request by an app(s) and terminated after a preset idle time or when the app(s) exit. In this scheme, the worst that can happen is that some rogue/misbehaving app stays open (maybe in the background as a daemon) , and keep it connected all time, which is precisely what is happening now in the current scheme of things!!
![]() |
2012-02-10
, 05:39
|
Posts: 173 |
Thanked: 83 times |
Joined on Dec 2011
|
#17
|
You are in powersave mode if your connections are terminated after 30 secs, which is the default timeout if there is no data being transferred.
You are mixing concepts here. Background connections have nothing to do with connection disconnection. Your email application is keeping connections up because there is data being transferred so powersave idle timer is not triggered.
It Is possible to configure the system to disconnect inactive connections or if application quits. No one has just not yet created an app that does this kind of system configuration. Note that the default system ui could get confused by this as it is made to support only the always online use case.
![]() |
2013-12-14
, 18:46
|
Posts: 188 |
Thanked: 90 times |
Joined on Sep 2006
|
#18
|
And then as root, I setup cron:
Code:/opt/cron/bin/crontab -e 10 6 * * * devel-su user -c 'sh /home/user/bin/synccal.sh'
/opt/cron/bin/crontab -e 10 6 * * * devel-su - user -c 'sh /home/user/bin/synccal.sh'
![]() |
2013-12-14
, 19:17
|
Moderator |
Posts: 5,320 |
Thanked: 4,464 times |
Joined on Oct 2009
|
#19
|
OT: I had disabled background connections yesterday, and my N9 lost only 10% battery charge in 22 hours! It speaks volumes about how optimised the cellular and CPU standby is, but at the same time given my example, I dont understand how the Nokia Devs claimed (in some other bugreport) that the current connection system is "optimised" ! For Gods sake just look at Symbian ..its owned by Nokia too and it has the BEST connectivity algorithm from a battery longetivity.
Back on topic: I recall the AutoDisconnect app for Maemo5 , here http://wiki.maemo.org/AutoDisconnect . Is it possble to petition the developer to port it for maemo6/Harmattan ! !?