The Following 5 Users Say Thank You to ruff For This Useful Post: | ||
![]() |
2016-03-22
, 23:08
|
Posts: 287 |
Thanked: 862 times |
Joined on Dec 2015
|
#82
|
Sent the PR. So the selector is implemented using floating dynamic component. This is the only missing piece from pebbeld's app config. I.e. I still see glitches on JS rendered popups - like color selector. I can select the color but the popup is highly distorted. But list now works fine (to me at least).
Also noted strange thing - daemon is returning version 4.0-1 even though I've repackaged RPM and pushed it. Correct me if I'm wrong but the version string is provided as -DVERSION so it cannot be stale in some file. Will try to dig more in the morning but with such behaviour the implication is - when app starts it checks daemon version and if it's lower than app's version - it restarts the daemon.
To end user it looks like app started, connected, disconnected, reconnected - then it's steady till the client is running.
![]() |
2016-03-23
, 00:50
|
Posts: 15 |
Thanked: 12 times |
Joined on Jun 2012
|
#83
|
The Following 4 Users Say Thank You to kombipom For This Useful Post: | ||
![]() |
2016-03-23
, 07:30
|
Posts: 207 |
Thanked: 482 times |
Joined on Mar 2016
|
#84
|
Is the firmware update button just a placeholder at the moment? I'm still on 3.6.1 and pressing the firmware update doesn't seem to do anything.
The Following 4 Users Say Thank You to ruff For This Useful Post: | ||
![]() |
2016-03-23
, 07:32
|
Posts: 287 |
Thanked: 862 times |
Joined on Dec 2015
|
#85
|
I just wanted to thank abranson and ruff for their great work and rapid progress. I spent way too long playing with watchfaces last night.
Is the firmware update button just a placeholder at the moment? I'm still on 3.6.1 and pressing the firmware update doesn't seem to do anything.
The Following 4 Users Say Thank You to abranson For This Useful Post: | ||
![]() |
2016-03-23
, 08:00
|
Posts: 207 |
Thanked: 482 times |
Joined on Mar 2016
|
#86
|
The Following 3 Users Say Thank You to ruff For This Useful Post: | ||
![]() |
2016-03-23
, 13:33
|
Posts: 287 |
Thanked: 862 times |
Joined on Dec 2015
|
#87
|
The Following 3 Users Say Thank You to abranson For This Useful Post: | ||
![]() |
2016-03-23
, 14:52
|
Posts: 14 |
Thanked: 28 times |
Joined on Feb 2014
@ Germany
|
#88
|
FirmwareDownloader::checkForNewFirmware:169 - fetching firmware info: "https://pebblefw.s3.amazonaws.com/pebble/spalding/release-v3.8/latest.json" [D] FirmwareDownloader::checkForNewFirmware:175 - firmware info reply: "{ "normal": { "friendlyVersion": "v3.10.1", ... "timestamp": 1457631509, "url": "https://pebblefw.s3.amazonaws.com/pebble/spalding/release-v3.8/pbz/Pebble-3.10.1-spalding.pbz" } } " [D] FirmwareDownloader::checkForNewFirmware:186 - current: "v3.2-prf5" candidate: "v3.10.1" [D] FirmwareDownloader::checkForNewFirmware:200 - Watch firmware is up to date [D] Pebble::slotUpdateAvailableChanged:687 - update available false ""
The Following 2 Users Say Thank You to ronny_b For This Useful Post: | ||
![]() |
2016-03-23
, 15:06
|
Posts: 287 |
Thanked: 862 times |
Joined on Dec 2015
|
#89
|
The Following 3 Users Say Thank You to abranson For This Useful Post: | ||
![]() |
2016-03-23
, 15:36
|
Posts: 207 |
Thanked: 482 times |
Joined on Mar 2016
|
#90
|
The Following 2 Users Say Thank You to ruff For This Useful Post: | ||
![]() |
Tags |
pebble, smartwatch |
Thread Tools | |
|
Also noted strange thing - daemon is returning version 4.0-1 even though I've repackaged RPM and pushed it. Correct me if I'm wrong but the version string is provided as -DVERSION so it cannot be stale in some file. Will try to dig more in the morning but with such behaviour the implication is - when app starts it checks daemon version and if it's lower than app's version - it restarts the daemon.
To end user it looks like app started, connected, disconnected, reconnected - then it's steady till the client is running.