View Single Post
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#11
here is how

Install alarmed and have it run this script at sleepy time:

Code:
#!/bin/sh
mc-tool list | grep "sofiasip" | awk {'print "mc-tool request "$1" online"'} | sh
And then thius script at wakey brushy time:
Code:
#!/bin/sh
mc-tool list | grep "sofiasip" | awk {'print "mc-tool request "$1"
offline"'} | sh


Or easier yet, just dont have your phone connected to the internet when you are ya know...asleep.
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.

Last edited by vi_; 2011-03-31 at 15:41. Reason: oopz, these are sip scripts, but you get the idea. use alarmed and scritps
 

The Following User Says Thank You to vi_ For This Useful Post: