View Single Post
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#222
Originally Posted by MaemoUser View Post
I wonder if it is possible to have companion apps on the Jolla. I would like to have an integration of TaskList on my pebble. But I don't know what exactly is necessary to achieve that.

Or what API such an APP (eg TaskList) has to provide to make it possible.
In my branch you can already send messages to programs running on the Pebble using the D-Bus API ( on /org/pebbled/Watch , call SendAppMessage ). This should be a good start point for some "companion" combo Pebble + Jolla app. You cannot currently receive messages from the watch, but it would be trivial to add a signal or (my preference) some way to register your external program as "interested" in Pebble messages.

Note that the API is still in flux until we get to merge it.

... Something that I was thinking is that it might be possible to add a generic "Pebble.sendDBusMessage" function in the JS side...
 

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