![]() |
Re: [Announce] Pebble Watch Connector daemon 0.12
I did not notice the music controls problem, but i noticed that there is an "accept call" button now if someone is calling you.
I will try to add support for this aswell. |
Re: [Announce] Pebble Watch Connector daemon 0.12
Just FYI - I just broke the screen of my Jolla Phone. :-(
So, new releases "delays" may be expected... |
Re: [Announce] Pebble Watch Connector daemon 0.12
I've been working on "PebbleKit JS" support (using QJSEngine). My code is currently on on a branch here: https://github.com/javispedro/pebble/tree/js-testing. I'm still doing large(ish) changes. At some point I hope to clean it up and create pull requests to Smoku.
The above is nowhere user ready, so don't use it unless you're planning to help. So far I've got Twebble to run. Among other things this means I can make its web login interface to show up, and to read my timeline from my watch. However I've implemented only the minimal API required to get Twebble to run, so probably nothing else works. Up next are geolocation and other stuff. EDIT (12-03): Weather already works too and the UI for configuration is now working (you can configure the currently running app, but cannot install new ones). EDIT (12-06): Evernote and Yelp now work, including geolocation. EDIT (12-08): See new post below with updated information. |
Re: [Announce] Pebble Watch Connector daemon 0.12
Nice to see someone is working on this. :)
|
Re: [Announce] Pebble Watch Connector daemon 0.12
Quote:
|
Re: [Announce] Pebble Watch Connector daemon 0.12
I would love if the XBMC Remote works with this ;).
|
Re: [Announce] Pebble Watch Connector daemon 0.12
Quote:
Some additional updates because the instructions I posted above are now totally useless. There's now a UI to configure applications, but still no UI to install / uninstall them. Firstly, you need to unzip the contents of the .pbw files you want to use in a subdirectory in $HOME/.local/share/pebble/apps/ . So that the final structure looks like this: Code:
$ find .local/share/pebble/apps/ In order to configure a JS application, you firstly need to install it in both the watch and .local/share/pebble/apps, following the instructions above. Then, open the application in the watch. In the Pebble Jolla app, click on the "Pebble XXXX" button at the top (where XXXX is your connected Pebble's id). This should take you to a page where you can ping the watch, set the time, or "Configure the current app". Once you hit this button you will be redirected to a webpage depending on whatever application you're currently using. E.g. the Twitter login page for Twebble. Just complete the process and you will be taken back to the Pebble app. Configuration is done! There's also support to upload/unload applications to/from the Pebble, but no UI for it yet. You still need to unpack the .pbw in ~/.local/share/pebble/apps to "install" it on the phone; this only allows you to upload the application to the watch. Code:
qdbus org.pebbled /org/pebbled/Watch org.pebbled.Watch.AppSlots Code:
qdbus org.pebbled /org/pebbled/Watch org.pebbled.Watch.UploadApp 57e42595-c333-44fc-afa0-df4539c1f934 0 Code:
qdbus org.pebbled /org/pebbled/Watch org.pebbled.Watch.UnloadApp 0 You can obtain an application UUID from its .pbw file, by looking inside the appinfo.json text file. |
Re: [Announce] Pebble Watch Connector daemon 0.12
This is very exciting progress! :)
|
Nice awesome work :). And thank you for checking XBMC remote.
@javispedro is it possible to provide an rpm of the latest version? So I can try some things and help you? I tried to built js-testing which was successful but the options do not show in the UI. Now it's working ;). Qt Creator was borked ;). Ok, I see in your branch the hotfixes for segfaults are missing. That's why the daemon does not work for me ;). |
Re: [Announce] Pebble Watch Connector daemon 0.12
Quote:
|
All times are GMT. The time now is 16:26. |
vBulletin® Version 3.8.8