Advertisement
mobiledev

Untitled

Nov 16th, 2011
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. ~ # dbus-send --type=method_call --print-reply --dest=org.freedesktop.Telepathy.AccountManager /org/freedesktop/Telepathy/Account/vicar/tel/vicar0 org.
  2. freedesktop.Telepathy.Account.Reconnect
  3. method return sender=:1.19 -> dest=:1.152 reply_serial=2
  4. ======================= CONNECTION STATUS ======================================================
  5. ~ # dbus-send --session --dest=org.freedesktop.Telepathy.Connection.vicar.tel.vicar --print-reply /org/freedesktop/Telepathy/Connection/vicar/tel/vicar
  6. org.freedesktop.Telepathy.Connection.GetStatus
  7. method return sender=:1.145 -> dest=:1.153 reply_serial=2
  8. uint32 0
  9. ======================= ACCOUNT STATUS ======================================================
  10. ~ # dbus-send --type=method_call --print-reply --dest=org.freedesktop.Telepathy.AccountManager /org/freedesktop/Telepathy/Account/vicar/tel/vicar0 org.
  11. freedesktop.DBus.Properties.GetAll string:org.freedesktop.Telepathy.Account
  12. method return sender=:1.19 -> dest=:1.154 reply_serial=2
  13. array [
  14. dict entry(
  15. string "ConnectionError"
  16. variant string "org.freedesktop.Telepathy.Error.Disconnected"
  17. )
  18. dict entry(
  19. string "ConnectAutomatically"
  20. variant boolean true
  21. )
  22. dict entry(
  23. string "Interfaces"
  24. variant array [
  25. string "org.freedesktop.Telepathy.Account"
  26. string "org.freedesktop.Telepathy.Account.Interface.Avatar"
  27. string "com.nokia.Account.Interface.ChannelRequests"
  28. string "com.nokia.Account.Interface.Compat"
  29. string "com.nokia.Account.Interface.Conditions"
  30. string "org.freedesktop.Telepathy.Account.Interface.Storage"
  31. string "org.freedesktop.Telepathy.Account.Interface.Addressing"
  32. string "org.freedesktop.Telepathy.Account.Interface.Hidden.DRAFT1"
  33. ]
  34. )
  35. dict entry(
  36. string "ConnectionStatusReason"
  37. variant uint32 0
  38. )
  39. dict entry(
  40. string "RequestedPresence"
  41. variant struct {
  42. uint32 2
  43. string "available"
  44. string "Available"
  45. }
  46. )
  47. dict entry(
  48. string "Connection"
  49. variant object path "/"
  50. )
  51. dict entry(
  52. string "ConnectionErrorDetails"
  53. variant array [
  54. ]
  55. )
  56. dict entry(
  57. string "DisplayName"
  58. variant string "Vicar"
  59. )
  60. dict entry(
  61. string "Icon"
  62. variant string ""
  63. )
  64. dict entry(
  65. string "Service"
  66. variant string ""
  67. )
  68. dict entry(
  69. string "HasBeenOnline"
  70. variant boolean true
  71. )
  72. dict entry(
  73. string "ChangingPresence"
  74. variant boolean true
  75. )
  76. dict entry(
  77. string "Valid"
  78. variant boolean true
  79. )
  80. dict entry(
  81. string "CurrentPresence"
  82. variant struct {
  83. uint32 1
  84. string "offline"
  85. string ""
  86. }
  87. )
  88. dict entry(
  89. string "ConnectionStatus"
  90. variant uint32 2
  91. )
  92. dict entry(
  93. string "Nickname"
  94. variant string ""
  95. )
  96. dict entry(
  97. string "NormalizedName"
  98. variant string ""
  99. )
  100. dict entry(
  101. string "AutomaticPresence"
  102. variant struct {
  103. uint32 2
  104. string "available"
  105. string "Available"
  106. }
  107. )
  108. dict entry(
  109. string "Parameters"
  110. variant array [
  111. dict entry(
  112. string "account"
  113. variant string "vicar"
  114. )
  115. ]
  116. )
  117. dict entry(
  118. string "Enabled"
  119. variant boolean true
  120. )
  121. ]
  122.  
  123.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement