The Following User Says Thank You to slarti For This Useful Post: | ||
![]() |
2013-05-15
, 14:43
|
Posts: 1,313 |
Thanked: 2,978 times |
Joined on Jun 2011
@ Finland
|
#1312
|
Now I would like to use profilematic to kill that data-connection as soon as 100% charging are reached (to act like in regular powersaving mode as if charger was not in place).
Ideally, deactivating the rule(s) would be triggered by unplugging the charger.
Is this possible? - If so, what would the steps be?
The Following User Says Thank You to ajalkane For This Useful Post: | ||
![]() |
2013-05-15
, 14:47
|
Posts: 594 |
Thanked: 1,094 times |
Joined on Aug 2012
@ Rhine
|
#1313
|
Battery level is just a number, 93% is almost as good as 100%. It's not an exact science...
![]() |
2013-05-15
, 15:21
|
|
Community Council |
Posts: 664 |
Thanked: 1,648 times |
Joined on Apr 2012
@ Hamburg
|
#1314
|
Create a rule with "When charging and battery-level 100%". To turn off internet connection see:
http://talk.maemo.org/showpost.php?p...&postcount=983
Entpacken von mcetools (aus .../mcetools_1.10.131+0m6_armel.deb) ... aegis-installing mcetools (from '') Package mcetools: denied 'mce::CallStateControl' -- origin '' does not allow it Package mcetools: denied 'mce::DeviceModeControl' -- origin '' does not allow it Package mcetools: denied 'mce::LEDControl' -- origin '' does not allow it Package mcetools: denied 'mce::TKLockControl' -- origin '' does not allow it Package mcetools: denied 'mce::CallStateControl' for '/sbin/mcetool' -- origin '' does not allow it Package mcetools: denied 'mce::DeviceModeControl' for '/sbin/mcetool' -- origin '' does not allow it Package mcetools: denied 'mce::LEDControl' for'/sbin/mcetool' -- origin '' does not allow it Package mcetools: denied 'mce::TKLockControl' for '/sbin/mcetool' -- origin '' does not allowit aegis-installing mcetools (DBus system 'com.nokia.mcetool' configuration) mcetools (1.10.131+0m6) wird eingerichtet ... Updating desktop entries... Done
![]() |
2013-05-15
, 15:54
|
|
Community Council |
Posts: 664 |
Thanked: 1,648 times |
Joined on Apr 2012
@ Hamburg
|
#1316
|
mcetools has to be either incepted or installed via fixed origin... It has been mentioned always before
~#AEGIS_FIXED_ORIGIN=com.nokia.maemo apt-get install mcetools
![]() |
2013-05-15
, 15:58
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#1317
|
I don't (want to) use inception, so I simply put?Code:~#AEGIS_FIXED_ORIGIN=com.nokia.maemo apt-get install mcetools
export AEGIS_FIXED_ORIGIN=com.nokia.maemo apt-get install mcetools
apt-get install -d mcetools AEGIS_FIXED_ORIGIN=com.nokia.maemo dpkg -i /var/cache/apt/archives/mcetools*
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
![]() |
2013-05-15
, 16:13
|
|
Community Council |
Posts: 664 |
Thanked: 1,648 times |
Joined on Apr 2012
@ Hamburg
|
#1318
|
export AEGIS_FIXED_ORIGIN=com.nokia.maemo apt-get install mcetools
![]() |
2013-05-15
, 16:41
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#1319
|
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
![]() |
2013-05-15
, 16:48
|
Posts: 177 |
Thanked: 118 times |
Joined on Nov 2007
@ California
|
#1320
|
Battery level is just a number, 93% is almost as good as 100%. It's not an exact science...