blob: 2a4c8a56f985f51fa32c81ce3652f270da5a7905 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
waterwatch
==========
Unofficial Pebble watch support for SailfishOS/Jolla
More information about Pebble:
http://getpebble.com
Building
--------
You need SailfishOS development environment: https://sailfishos.org/develop.html
Open the project and build RPM.
Running
-------
Deploy as a RPM package to the device.
You need to pair your Pebble in Settings -> System settings -> Bluetooth
Application will try to connect to any paired device which name starts with "Pebble"
Development
-----------
For now this application is still under developement. By default you will be shown
development UI options, which you can utilize to test the connection.
Feature wise only incoming voice calls are shown in Pebble. You can test this by calling to your device.
Pressing hangup button in Pebble should end the call.
!!! NO WARRANTY OF ANY KIND !!!
References
----------
http://pebbledev.org/wiki/Protocol
https://github.com/Hexxeh/libpebble/
|