![]() |
Re: [Announce] Pebble Watch Connector daemon 0.14
Excuse me for my ignorance. Just tried to install a simple SDKv1 (as I'm still on old firmware :() watch face using PWC, this one to be exact. It seems as if PWC does indeed pick up the file type, and the file at least is copied to ~/.local/share/pebble/apps, but when I try to install it, there's no app to be selected under "Install app"; the list is empty..
What am I missing? [edit] Hmm, grabbing a SDKv2 app does show up in the list, but trying to install it yields an endless spinner on the selected slot. I'll try to update the firmware tomorrow at work, Android-galore over there anyway. |
Re: [Announce] Pebble Watch Connector daemon 0.14
I've managed to get the official Pebble Store partially to work on my Jolla. It can download the apps from the store now.
Will there be a support for auto detecting downloaded apps? Maybe a simple 'check' in the folder of /data/data/com.getpebble.android/app_jskit_installed_apps/ ? Would be great to just use the official client to download apps, so that our sailfish pebble client can pick this up :) |
Re: [Announce] Pebble Watch Connector daemon 0.14
Would it be possible to add some kind of compilation of apps that people have managed to get working with newest js. branch here. Maybe just a simple list and pbw. files possibly.
And some day even companion apps etc... Would be nice to see what apps people are using |
Re: [Announce] Pebble Watch Connector daemon 0.14
Quote:
|
Re: [Announce] Pebble Watch Connector daemon 0.14
Quote:
Please submit a feature-request on GitHub, so I won't forget. ;-) |
Re: [Announce] Pebble Watch Connector daemon 0.14
Quote:
|
Re: [Announce] Pebble Watch Connector daemon 0.14
Quote:
So there might still be a bug, but having up-to-date firmware seems to help too :) |
Re: [Announce] Pebble Watch Connector daemon 0.14
Quote:
Quote:
But be sure to exclude /data/data/com/getpebble.android/database Otherwise it wouldn't let me pass the "connecting" part. After that, I could just use the app without needing to connect pebble watch. I can browse and download any watchface/watchapp. |
Re: [Announce] Pebble Watch Connector daemon 0.14
Quote:
|
Re: [Announce] Pebble Watch Connector daemon 0.13
Quote:
[D] JSKitXMLHttpRequest::JSKitXMLHttpRequest:243 - constructed [D] JSKitXMLHttpRequest::open:266 - opened to URL "http://api.flickr.com/services/rest/?method=flickr.places.findByLatLon&api_key=f1a5294 6c4d821f45252831aa6f93646&lat=122.3524&lon=122.892 1&accuracy=11&format=json&nojsoncallback=1" [D] JSKitXMLHttpRequest::send:320 - sending "GET" to QUrl( "http://api.flickr.com/services/rest/?method=flickr.places.findByLatLon&api_key=f1a5294 6c4d821f45252831aa6f93646&lat=11.3524&lon=11.8921& accuracy=11&format=json&nojsoncallback=1" ) with "" [D] JSKitXMLHttpRequest::handleReplyError:489 - reply error 202 [D] JSKitXMLHttpRequest::handleReplyError:496 - going to call onerror handler: "function() { [code] }" [D] JSKitConsole::log:177 - "Error: Failed to connect!" [D] JSKitXMLHttpRequest::handleReplyFinished:463 - reply finished, reply text: "{"stat":"fail","code":95,"message":"SSL is required"}" [D] JSKitXMLHttpRequest::handleReplyFinished:472 - going to call onload handler: "function() { [code] }" [D] JSKitConsole::log:177 - "Error" So it looks like flickr started requiring httpS for its API and the app needs updating. When I did the request over https in my browser I got the locality info correctly. |
Re: [Announce] Pebble Watch Connector daemon 0.14
Where does the official Pebble store the pbw files when I download a watchapp?
It must be caching it somewhere since you can always load it on your pebble when there is no internet connection. Would be great if we can add this location too |
Re: [Announce] Pebble Watch Connector daemon 0.13
Quote:
I also have android pebble app installed from google play on my jolla. I had to use apk downloader to get it since play store doesn't approve jolla. However when I run the app I get error message straight away saying bluetooth error so I cannot connect the watch. App itself works. In TJC there is couple posts about bt problems with android apps. |
Re: [Announce] Pebble Watch Connector daemon 0.13
Quote:
|
Re: [Announce] Pebble Watch Connector daemon 0.14
Quote:
1. first I installed official android app from google play store and logged in with my credentials. Then you will get stuck with trying to find connected pebble. close the app 2. install for example Glance app from google play store. 3. install glance.pbw to your pebble with native sailfish app. 4. run android glance app. this will give you all kinds of errors first, but it offers you to update the app. press that one and this will take you straight to official android pebble app. Now you are able to scroll and install/search new apps/faces etc. But as said before no upload working to pebble due to bt restrictions. I dunno if this helps anything or not. But just wanted to inform about this. |
Re: [Announce] Pebble Watch Connector daemon 0.14
Thanks j4mppa. You don't need to install the glance-app on the pebble. They can't communicate anyway. Just "update" the watch app from the Android Glance client, this will indeed trigger the official Pebble app to open. Leaves me wondering if this is triggered by an Intent. If so, it might be triggered from within PWC. (Can you trigger intents from native to Alien Dalvik?)
Using the official Android app, you can browse the app store and put files in your locker. It seems as if the files itself are not downloaded. BUT... The app uses a SQLite database, stored in /data/data/com.getpebble.android/databases/pebble.db. That database contains a table "locker_data". That table has a column "pbw_file". And that column contains the download location for the app :) Or, directly from the command line: Code:
[root@Jolla nemo]# sqlite3 /data/data/com.getpebble.android/databases/pebble.db -cmd 'SELECT title, pbw_file FROM locker_data' |
Re: [Announce] Pebble Watch Connector daemon 0.15
Just released 0.15 with preliminary support for Pebble Appstore.
Send all Kudos to smurfy, as he did all the digging and coding necessary to make it fly. :) |
Re: [Announce] Pebble Watch Connector daemon 0.15
Hi
Im trying to load Pebbled on to my Jolla but Ive not had any previous experience of building and deploying apps. Is there any chance you could provide an set of instructions of what i need to do with the files on Github? Do I need to take all the files and build then in the sdk or is the rpm ready to deply? How do I deploy the rpm on the Jolla? I have tried to install the SDK on Win7 but that resulted in lots of errors and a failed install so I have yet to actually try to build anything I think I will try a linux install tomorrow, perhaps it will all make sense when I get to build something? My Pebble is upto date and running on Android but it would be good to have it on the Jolla too. Thanks for your help and efforts with this app. |
Re: [Announce] Pebble Watch Connector daemon 0.15
Quote:
Then in Warehouse client search for pebble, enable repo and install. It will pull all the dependencies and you can use Warehouse to upgrade pebble application later. |
Re: [Announce] Pebble Watch Connector daemon 0.15
Quote:
Now it only needs a search function :p Edit: Does Pebbled has support for internet connection? I downloaded a news app ("Tweakers.net", it should be in the second page of the most recent 'Daily' apps by the time I write this post) I couldn't configure it. It also gives me a connection error |
Re: [Announce] Pebble Watch Connector daemon 0.15
I've noticed that a broken bluetooth connection (e.g. device out of range) doesn't get reestablished when the mobile is in sleep-mode. Perhaps it is the same issue as with WLAN-connections. When waking the phone, e.g. double tap the screen or even hovering your hand over the device (I've LPS enabled) the Pebble immediately reconnects. I'm not sure it's because of this, but I've missed two calls so far.
Also, it seems as if the devices don't reconnect when flight mode on Jolla is disabled. I had to manually enable the connection again in PWC. |
Re: [Announce] Pebble Watch Connector daemon 0.15
Please report the issues via GitHub. I have a memory timespan of a goldfish and reports here could be "lost".
|
Re: [Announce] Pebble Watch Connector daemon 0.15
Got a pebble for Christmas, and I'm really appreciating this work. Now the appstore is functional, the only thing I need my Android tablet for is firmware upgrade.
Thanks! |
Re: [Announce] Pebble Watch Connector daemon 0.15
Quote:
|
Re: [Announce] Pebble Watch Connector daemon 0.15
pebble music controls now seems to work with newest version of cutespotify. just tested. .96 version...
|
Re: [Announce] Pebble Watch Connector daemon 0.15
Quote:
Mine does not work with Pebble's music controls (running Cutespotify 1.5.1-3) |
Re: [Announce] Pebble Watch Connector daemon 0.15
Quote:
|
Re: [Announce] Pebble Watch Connector daemon 0.15
Quote:
|
Re: [Announce] Pebble Watch Connector daemon 0.15
|
Re: [Announce] Pebble Watch Connector daemon 0.15
Quote:
|
Re: [Announce] Pebble Watch Connector daemon 0.15
Quote:
Quote:
https://dl.dropbox.com/s/bgzomeo96wz76th/Nooooo.jpg |
Re: [Announce] Pebble Watch Connector daemon 0.15
Quote:
|
Re: [Announce] Pebble Watch Connector daemon 0.15
Quote:
|
Re: [Announce] Pebble Watch Connector daemon 0.15
Would it be possible to extent the PebbleKit JS implementation with some Sailfish-oriented features? I saw this, which to my Qt-n00b-eye looks like a way to give Pebble apps access to e.g. d-bus, or PIM-databases.
Dreaming further, QQmlEngine inherits the QJSEngine. So... QML and QtQuick/Silica instead of plain JS? :) |
Re: [Announce] Pebble Watch Connector daemon 0.15
Quote:
|
Re: [Announce] Pebble Watch Connector daemon 0.15
Hey
First I would like to say that it is really great that you have created a solution to get the Pebble work on Jolla. I'm thinking about buying a Pebble Watch, but I would like to know some things. Does the fitness functionality of the Pebble work with my Jolla? Does the music player control work? Does notifications from Android apps work? (because in the notification menu on my Jolla, I get also notifications from the Android WhatsApp) Thanks! GewoonRick |
Re: [Announce] Pebble Watch Connector daemon 0.15
Quote:
can now download and install watchfaces from the store, but not install watchapps (no issue/priority for me), but installing custom pwb's does not work for me. anyone had succes with that? |
Re: [Announce] Pebble Watch Connector daemon 0.15
Quote:
|
Re: [Announce] Pebble Watch Connector daemon 0.15
Quote:
this one |
Re: [Announce] Pebble Watch Connector daemon 0.15
I couldn't install "Morpheus" (can be found at the most favorited apps)
I'm sure everyone knows that app :p |
Re: [Announce] Pebble Watch Connector daemon 0.15
Quote:
Quote:
|
All times are GMT. The time now is 16:02. |
vBulletin® Version 3.8.8