|
|
04-15-2012
, 08:40 AM
|
|
Posts: 570 |
Thanked: 894 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#2
|
|
|
04-15-2012
, 08:45 AM
|
|
Posts: 1,641 |
Thanked: 3,533 times |
Joined on Jan 2011
|
#3
|
|
|
04-15-2012
, 08:54 AM
|
|
Posts: 570 |
Thanked: 894 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#4
|
Install 'Alarmed' it will let you run a script/command using a cron like specification without installing any new junk to run in the background.
So set a job that runs once every 3 hours to connect. Then either use 'auto disconnect' program or set another job to run every 3 hours to disconnect.
Easy!
|
|
04-15-2012
, 10:07 AM
|
|
Posts: 1,641 |
Thanked: 3,533 times |
Joined on Jan 2011
|
#5
|
#!/bin/sh #connect dbus-send --system --type=method_call --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:"[ANY]" uint32:0
#!/bin/sh #disconnect dbus-send --print-reply --system --dest=com.nokia.icd2 /com/nokia/icd2 com.nokia.icd2.disconnect_req uint32:0x8000
| The Following User Says Thank You to vi_ For This Useful Post: | ||
|
|
04-15-2012
, 10:25 AM
|
|
Posts: 229 |
Thanked: 74 times |
Joined on Dec 2010
|
#6
|
|
|
04-16-2012
, 11:47 AM
|
|
Posts: 79 |
Thanked: 45 times |
Joined on Mar 2012
|
#7
|
|
|
04-16-2012
, 11:48 AM
|
|
Posts: 79 |
Thanked: 45 times |
Joined on Mar 2012
|
#8
|
![]() |
| Thread Tools | Search this Thread |
|
Reason? Well I want to check my Skype messages every few hours, having it 24/7 enabled takes a lot of power.