10/04/09 23:42:43 0
プロパティの書き込みは、こんな感じでいけると思う。(Terminalで実行)
dbus-send --system --type=method_call --print-reply --dest=com.nokia.phone.net "/com/nokia/csd/gprs" com.nokia.csd.GPRS.SetProperty string:AttachMode variant:string:WhenAvailable
これだと引数が間違っていて以下のエラーになるんだけどね。
Error org.freedesktop.DBus.Error.UnknownMethod: Method "SetProperty" with signature "sv" on interface "com.nokia.csd.GPRS" doesn't exist
うーむ…