View Single Post
Posts: 539 | Thanked: 165 times | Joined on Feb 2010 @ Berlin, Germany
#370
Originally Posted by woodyear99 View Post
Thanks, I noticed there is a connect to any saved connection

#!/bin/sh
dbus-send --system --type=method_call --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:"[ANY]" uint32:0
This is for usage in a separate script, when just using the one-liner in alarmed itself, remove the first line with the shebang (#!).

can I change the [any] to the name of my gprs connection?
Yes.