View Single Post
Posts: 729 | Thanked: 155 times | Joined on Dec 2009
#5
I have used the dbus-monitor when changing the global status for all accounts to "Busy" and the first lines look like this:
Code:
signal sender=org.freedesktop.DBus -> dest=:1.174 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
   string ":1.174"
method call sender=:1.174 -> dest=org.freedesktop.DBus serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
   string "type='method_call'"
method call sender=:1.174 -> dest=org.freedesktop.DBus serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
   string "type='method_return'"
method call sender=:1.174 -> dest=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
   string "type='error'"
method call sender=:1.27 -> dest=org.freedesktop.DBus serial=549 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
   string "type='signal',sender='com.nokia.AccountsUI',path='/com/nokia/AccountsUI',interface='com.nokia.Accounts'"
method call sender=:1.27 -> dest=org.freedesktop.DBus serial=550 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
   string "type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='com.nokia.AccountsUI'"
method call sender=:1.27 -> dest=org.freedesktop.DBus serial=552 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
   string "type='signal',sender='com.nokia.AccountsUI',path='/com/nokia/AccountsUI',interface='com.nokia.Accounts'"
method call sender=:1.27 -> dest=org.freedesktop.DBus serial=553 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
   string "type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='com.nokia.AccountsUI'"
I also found http://maemo.org/packages/package_in...t0/4.84-1+0m5/ but no documentation. Does someone know how to change the status for the accounts with a shell script?
Thanks.
 

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