![]() |
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Quote:
|
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
@Wonko
Did a patch to Meecast (latest version as installed on my phone) as per your instructions (btw - curl should take file from githubusercontent - not github) - still no weather in either of two watchlets. |
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Quote:
Code:
malformed patch at line 85: + id: mediaPlayerRemoteControlIMPRIS Thanks for your work. |
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Quote:
|
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
The patch should be fixed. Please try the new version and see if this fixes the issue.
|
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Wonko, you should update your Pebble watch, so you wont have issues with different watch versions.
Should be easier to give support either |
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Quote:
Are you using the latest SkippingStones version from the github repository (not from OpenRepos)? Did you push the respective button in SkippingStones for enabling SmartStatus support (You need to scroll down a bit to see those buttons.)? Are you using exactly those SmartStatus watch apps that are linked to here in this thread? Are other SmartStatus features, e.g., MediaPlayer control or displaying phone battery status working in the SmartStatus watch apps? By the way, the weather information on the watch is only updated when the MeeCast app cover is updated. You could try to add another location and switch between locations and see what happens when the MeeCast app cover is updated. Finally, please keep in mind that all this is very experimental and far from being stable. There are many parts that need to play together nicely for all this to work, so things can break at many different places. All contributions, code, testing, documentation, etc. are very much appreciated. |
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Quote:
Do we need to compile it first? Because the latest version is from 23 days ago that is available from the Github. Also, there is a pull request from vasvlad, will you merge that? |
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Quote:
The latest SkippingStones version is still the one from 23 days ago. I will merge all PRs eventually. Please note, however, that I am doing all this in my very scarce spare time. It is even already a lucky situation if I can spare a brief moment to answer here. |
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Quote:
|
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Ok, will use the version from github.
I did enable SmartStatus support and I do have watchaps with exactly those two UIDs, Phone battery status works fine, and I\ve not yet patched media player. Will play with Meecast kicking as well. Quote:
|
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
I will get a Pebble today, what do I need to know? I have read almost everything in this thread. :)
|
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Quote:
|
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
You can run Android on PC. http://www.android-x86.org/
|
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
I have it now. Awesome! Where can I donate my last money from paypal?
|
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Is it possible to remove watchfaces I have installed? The one I tested makes my Pebble crash. :(
|
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Quote:
In the list with installed apps, try to long press the entry for the app you want to remove. A menu should appear with an entry for removing the selected watch app. Quote:
It's nice to see that people like this app. :) With respect to donations: this is actually a little side/fun project of me. So, while I really appreciate your offers for donating, I don't think that donations will help the project to make progress. (Of course unless the amount of donations would be enough such that I can make a living from this. ;)) Anyway, it's very nice to see that people are so happy that they actually offer donations. Thanks for that. :) What everyone can do is participate. You don't have to be a coder. Participation could also mean supporting people by answering questions here, testing the app and documenting bugs you find on github, or helping in creating documentation. Of course, code contributions are also appreciated. PS: I just uploaded my latest version to OpenRepos. In the github repository, you will find another more up-to-date version by vasvlad. Great thanks again vasvlad for the PR. :) The reason why I didn't upload this to OpenRepos is that I just merged the PR very recently and didn't have the time to test the changes yet. (Before pushing things to OpenRepos, I want to wait some time for feedback etc.) Of course, here, participating would help as well, sort of like beta testers, to help verifying whether a new version is ready for OpenRepos. |
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Quote:
|
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Quote:
Quote:
This is the PR: https://github.com/ruedigergad/SkippingStones/pull/8 These are the changes according to vasvlads comment: "1. Added possibility to end current phone call 2. Added 'Silence ring' after pressing the down button once" PS: @towhatend: Did removing the malfunctioning watch app work? |
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Quote:
It did not work. I was getting in recovery mode. But before that I could not remove it. Only Add was showing! |
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Quote:
I assume that the problematic watchface was the first in the list? I think I know what the problem is in that special case. Unfortunately, I cannot say when I will find the time to fix that issue. |
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Quote:
|
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Hi again. :)
Will apps like XBMC Remove work with SkippingStones? (http://www.mypebblefaces.com/apps/14228/9986/) Not sure if I wanna test, donīt have an Android or iphone near me and donīt want to go to recovery mode again! |
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Quote:
First of all, the watch ending up in recovery mode is not related to whether a watch app actually works in the sense that its functionality is supported. Reasons for the watch ending up in recovery mode could be, e.g., a problem during the upload to the watch or a problem with the watch app itself. Unfortunately, I couldn't reliably reproduce the issue yet in order to track the problem down. Thus, I don't know if its caused by SkippingStones or other problems. If anyone is able to reliably reproduce the problem, please report the exact steps here. With respect to the actual functionality: for apps requiring that components on the phone and the watch work together, obviously, the functionality on the phone has to be implemented as well. The SmartStatus or Pebble MediaPlayer app support implementations in SkippingStones are such examples. The actual communication can be done via different "APIs"/"protocols" and it depends on the watch app which method is actually used. Last but not least, the XBMC app is an example for this, some apps even require triggering external actions, like controlling some media player device or querying web services etc. This functionality also needs to be implemented on the phone and needs to interface with the external component. So, generally speaking, the overall picture roughly looks like this: Pebble <--> Phone <--> Other Devices/Services |
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Does the email notification feature work with the Jolla?. I have everything connected and get Mitakuuluu and sms notifications, but no email?
|
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Quote:
Notification for multiple e-mails should work too then but I didn't explicitly test it again, right now. |
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Hi,
Thanks for all your work on this Jolla/Pebble integration. I have no idea what you actually do for a living but have you considered trying to crowdfund your work on this. Given the success of the Jolla tablet and the new Pebble time and I reckon you could raise enough money to pay yourself a salary to get a 1.0 out. I'd happily pledge up to $100 for you to work on this more. Just a thought. FYI Pebble Time - https://www.kickstarter.com/projects...no-compromises Jolla Table - https://www.indiegogo.com/projects/j...sourced-tablet |
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Quote:
You better check out Pebbled: http://talk.maemo.org/showthread.php?t=93399 |
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Quote:
However, if you are looking for Pebble support for actually using it you should, as HtheB suggested, have a look at Pebbled. I think Pebbled is better and more actively maintained and has some other advantages over SkippingStones like the ability to run as daemon or support for more Pebble features. If you like to easily hack and experiment with your Pebble on your device then SkippingStones may be what you are looking for. I purposely chose to implement SkippingStones primarily in QML in order to ease hacking and experimenting. |
Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
Thanks for the pointer, I'll check it out.
|
All times are GMT. The time now is 11:33. |
vBulletin® Version 3.8.8