The Following 3 Users Say Thank You to abranson For This Useful Post: | ||
|
2016-02-09
, 09:34
|
Posts: 203 |
Thanked: 375 times |
Joined on Nov 2009
|
#542
|
Yup. It is a rewrite of pebbled. You can see that if you follow the codebase from revision 1. ;-)
As with a long tradition of Ubuntu apps it does not credit the authors of code being rewritten. ;-)
Nope.
The best source for Pebble documentation are official libpebble and libpebble2.
The Following 5 Users Say Thank You to mzanetti For This Useful Post: | ||
|
2016-02-09
, 09:43
|
Posts: 203 |
Thanked: 375 times |
Joined on Nov 2009
|
#543
|
That said, we cannot really compete with a full-time employee working on it. "Rewriting" it back from their version should be considered an option. For me at least it looks easier than writing a store UI.
They also removed support for the pre-3.0 firmware on the original models, btw.
Sadly no, their "documentation"/implementation is far from complete. Like every other smartwatch, I had to sniff their protocol out, otherwise I still wouldn't know how to upload a binary. Almost nothing of BlobDB is documented there.
The best source for documentation at this point is pebbled, and the fact that Ubuntu guys decided to rip it off entirely and even Pebble employees themselves are using parts of it now should be kind of proof...
The Following 8 Users Say Thank You to mzanetti For This Useful Post: | ||
|
2016-02-09
, 09:54
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#544
|
What went wrong in FOSS that everyone starts off with hating every other project?
|
2016-02-09
, 10:18
|
|
Posts: 1,716 |
Thanked: 3,007 times |
Joined on Dec 2009
@ Warsaw, Poland
|
#545
|
The Following 2 Users Say Thank You to smoku For This Useful Post: | ||
|
2016-02-09
, 10:46
|
Posts: 203 |
Thanked: 375 times |
Joined on Nov 2009
|
#546
|
A more appropriate question would be: what went wrong in FOSS that everyone starts with forking, renaming the project, wrapping behind their doors, refactoring, rewriting, and only then offering to maybe, you know, actually share code and avoid a fork?
Specially when upstream is still quite alive with plenty of contributors, if only slow?
The sad part is that we had the same discussion like, less than a few months ago..
But oh well, that opportunity is lost already, so let's center on the future. I personally agree on the store UI changes and dropping pre3.0 support. Slots are too annoying either way.
The Following 4 Users Say Thank You to mzanetti For This Useful Post: | ||
|
2016-02-14
, 00:02
|
Posts: 287 |
Thanked: 862 times |
Joined on Dec 2015
|
#547
|
The Following 13 Users Say Thank You to abranson For This Useful Post: | ||
|
2016-02-14
, 13:00
|
|
Posts: 654 |
Thanked: 2,368 times |
Joined on Jul 2014
@ UK
|
#548
|
I've been having a lot of fun trying to port Rockwork back over to Sailfish. The daemon's running, and connecting to the pebble (v3 firmware). Music/volume control works, and notifications, which have lots more flavours than the old v2: telegram, whatsapp, hangouts, which i've mapped over to the android and native apps where present. I also managed to find a bit of code to decode the notification actions, so you can now open the email on the phone from the watch.
|
2016-02-17
, 13:15
|
Posts: 1 |
Thanked: 1 time |
Joined on Feb 2016
|
#549
|
I've been having a lot of fun trying to port Rockwork back over to Sailfish. The daemon's running, and connecting to the pebble (v3 firmware). Music/volume control works, and notifications, which have lots more flavours than the old v2: telegram, whatsapp, hangouts, which i've mapped over to the android and native apps where present. I also managed to find a bit of code to decode the notification actions, so you can now open the email on the phone from the watch.
The Following User Says Thank You to ClumsyRooster For This Useful Post: | ||
|
2016-02-17
, 14:47
|
Posts: 287 |
Thanked: 862 times |
Joined on Dec 2015
|
#550
|
Awesome news! With the authorization of mzanetti or smoku (if necessary, I don't know), is that something you can publish at some point ?
Tags |
pebble, pebble time, pebbled |
|
Yes it started off with the pebbled code, but he's done a really nice job expanding and refactoring it. He's added a large amount of new support, and kept all of the Ubuntu specific stuff separate leaving a core libpebble that's really comprehensive. I believe we could add Sailfish support around it and even share a common codebase in the future, and Michael was keen on collaborating on that. Pebbled has stalled a bit lately since Smokku gave up on his Jolla, so Sailfish rockwork (Rockpool?) would be able to keep the flow of code coming and keep up to date.