View Single Post
Posts: 58 | Thanked: 223 times | Joined on Apr 2017 @ Germany
#643
Hi abranson,

I have a little question. I am using the dbus interface of Rockpool to do things on the pebble.
Many commands are working fine, e.g.
Code:
dbus-send --session --print-reply --dest=org.rockwork /org/rockwork/B0_B4_48_62_63_F7 org.rockwork.Pebble.InstalledAppIds
method return time=1510145579.237350 sender=:1.1106 -> destination=:1.1309 serial=330 reply_serial=2
   array [
      string "{07e0d9cb-8957-4bf7-9d42-35bf47caadfe}"
      string "{18e443ce-38fd-47c8-84d5-6d0c775fbe55}"
      string "{1f03293d-47af-4f28-b960-f2b02a6dd757}"
      string "{b2cae818-10f8-46df-ad2b-98ad2254a3c1}"
      string "{67a32d95-ef69-46d4-a0b9-854cc62f97f9}"
      string "{8f3c8686-31a1-4f5f-91f5-01600c9bdc59}"
      string "{0c3ca0ae-9067-4764-af92-bdcad1fb6084}"
      string "{7112d624-6555-4279-89ae-c086e9369428}"
      string "{0b73b76a-cd65-4dc2-9585-aaa213320858}"
      string "{14bd9cd3-14dc-4b81-bd58-2f1fb9b57978}"
      string "{6bec706e-8ac9-440e-af2e-259f73784886}"
   ]
Problem is that I can't get an app started. This should start the music app:
Code:
dbus-send --session --print-reply --dest=org.rockwork /org/rockwork/B0_B4_48_62_63_F7 org.rockwork.LaunchApp string:"1f03293d-47af-4f28-b960-f2b02a6dd757"
Error org.freedesktop.DBus.Error.UnknownInterface: No such interface 'org.rockwork' at object path '/org/rockwork/B0_B4_48_62_63_F7'
Is there something wrong with the command?
 

The Following 2 Users Say Thank You to jdrescher For This Useful Post: