The Following 28 Users Say Thank You to proprog For This Useful Post: | ||
|
2016-09-19
, 05:44
|
Posts: 1,423 |
Thanked: 2,620 times |
Joined on Jan 2011
@ Touring
|
#2
|
The Following 5 Users Say Thank You to biketool For This Useful Post: | ||
|
2016-09-19
, 19:34
|
|
Posts: 41 |
Thanked: 159 times |
Joined on Jul 2012
|
#3
|
The Following 6 Users Say Thank You to proprog For This Useful Post: | ||
|
2016-09-20
, 03:05
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#4
|
The Following 5 Users Say Thank You to rcolistete For This Useful Post: | ||
|
2016-12-09
, 10:38
|
Posts: 98 |
Thanked: 223 times |
Joined on Jul 2013
@ Prague
|
#5
|
|
2016-12-09
, 11:16
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#6
|
|
2016-12-09
, 12:18
|
Posts: 98 |
Thanked: 223 times |
Joined on Jul 2013
@ Prague
|
#7
|
I don't know if it helps but you could try to install python-bluez.
The Following 5 Users Say Thank You to glo-worm For This Useful Post: | ||
|
2016-12-09
, 15:35
|
Posts: 98 |
Thanked: 223 times |
Joined on Jul 2013
@ Prague
|
#8
|
The Following 4 Users Say Thank You to glo-worm For This Useful Post: | ||
|
2016-12-09
, 17:37
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#9
|
The Following 5 Users Say Thank You to Halftux For This Useful Post: | ||
|
2016-12-11
, 13:24
|
Posts: 98 |
Thanked: 223 times |
Joined on Jul 2013
@ Prague
|
#10
|
Dbus exception related to which service?
Could you give us more details about the error message and maybe the last print out before the error occure?
There are more than one dbus call in the code....
Tags |
pebble time, smart watch |
|
- display calls with name or number
- display messages
- media control omp and oscp
- reconnect after lost connection
It doesn't sound much but it's actually quite useful for my needs. The main thing I'm missing at the moment is support for displaying emails and all tips on how to list new emails on the n900 are welcome.
Download maebble at https://dl.dropboxusercontent.com/u/...bble-v0.90.zip
Update maebble.cfg with you bluetooth mac (change "xx:xx:xx:xx:xx:xx") and run "python maebbled.py". The logging is all over the place at the moment but run "python maebbled.py --print_maemo" for console logging.
Pebble API is based on Libpebble available at http://www.pebbledev.org/wiki/Libpebble/
Maemo SMS parsing is from HeySms available at https://github.com/titilambert/HeySms/
Use at own risk, I've used it the last couple of weeks without too much problems. I cannot tell how the battery life is affected cause my battery is in desperate need of recalibration.
UPDATE 2017-05-22:
I've finally updated maebble to support other firmware versions. Maebble v0.91 is tested with v1 (on pebble classic), v3 (on pebble classic) and v4 (on pebble time).
Download maebble v0.91 at:
https://www.dropbox.com/s/m5p92uj8ru...v0.91.zip?dl=0
New in config-file is that you can specify how often time on watch should be updated (setting is in hour, set to 0 to not update).
New in this update:
- v3 notifications
- email notifications (very basic, just account and number of new emails)
- ping method
- set time method
- get watch version method
- music volume up/down
- new parameter --config_file to use multiple watches (mainly for testing purpose)
- the delay in music control should be much less of a problem now with minor bug fix and changed sleep values
Last edited by proprog; 2017-08-05 at 10:17.