Also hier hab ich was nützliches gefunden... eigentlich genau was ich wollte, aber leider funktioniert es nicht!
http://wiki.maemo.org/Phone_controlConnect to specific saved connection
dbus-send --system --type=method_call --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:"IAP_ID" uint32:0
IAP_ID is internet access point identifier and can be obtained with the following command:
gconftool -R /system/osso/connectivity/IAP
Find lines which matches /system/osso/connectivity/IAP/<IAP_ID>
Keep in mind that phone has to be disconnected in order to connect via this call. If not, an error message will occur if you add --print-reply to the dbus-send command.
Wenn ich den Befehl als Shell-Skript ausführe, passiert einfach nichts?! Kein Fehler oder sonstwas, es passiert einfach nichts...
Hat jemand ne Idee?