|
2018-06-28
, 14:10
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#82
|
|
2018-06-29
, 06:13
|
Posts: 30 |
Thanked: 39 times |
Joined on Jul 2016
@ Austria
|
#83
|
Ah ok never tried this. But you could try this:
If extra repository is enabled you can just install it with apt.
1. start terminal
2. sudo gainroot
3. apt-get install python-bluez
or you downloaded the deb file
1. start terminal
2. sudo gainroot
3. dpkg -i python-bluez_0.18-1maemo1_armel.deb
The first method is better because it will install all dependencies.
The Following 3 Users Say Thank You to druk13 For This Useful Post: | ||
|
2018-06-30
, 01:42
|
Posts: 562 |
Thanked: 1,732 times |
Joined on Jan 2010
@ NYC
|
#84
|
|
2018-07-02
, 11:56
|
Posts: 30 |
Thanked: 39 times |
Joined on Jul 2016
@ Austria
|
#85
|
druk13, it doesn't really work like a regular bluetooth device. So you will need to start the apt from the command line. cd to the folder the .py is in, then start it with python maebbled.py. and depending on if you have everything set up right it should work.
good luck.
x
The Following 4 Users Say Thank You to druk13 For This Useful Post: | ||
|
2018-07-03
, 04:09
|
Posts: 562 |
Thanked: 1,732 times |
Joined on Jan 2010
@ NYC
|
#86
|
I've maebbled v0.91.01 from https://garage.maemo.org/projects/maebble/ running with th following limitations:
Pebble phone call:
Phone call is shown, but sending a message or cancel the phone call is not working.
Pebble sms:
SMS is not shown on Pebble, but maebbled shows the SMS on the N900.
Pebble music player:
Changing variable "use_oscp" from "True" to "False" solved the problem in parts. Play/Pause/Previous/Next is working. Volume Up/Down and updating of music title not working.
I think I should try the beta version 0.92
|
2018-07-03
, 15:19
|
Posts: 649 |
Thanked: 762 times |
Joined on Mar 2012
@ Ohio
|
#87
|
The Following User Says Thank You to imaginaryenemy For This Useful Post: | ||
|
2018-07-03
, 23:34
|
Posts: 562 |
Thanked: 1,732 times |
Joined on Jan 2010
@ NYC
|
#88
|
The classic was always able to respond to messages with canned responses that you can populate through the Pebble app. You could also install one of many third party apps that would allow you to respond to messages in a wide variety of ways.
The Following User Says Thank You to xman For This Useful Post: | ||
|
2018-12-17
, 14:41
|
Posts: 1,423 |
Thanked: 2,620 times |
Joined on Jan 2011
@ Touring
|
#89
|
#! /bin/sh dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:"Starting Maebble Daemon w/Diagnostics ON for Pebble Watch" osso-xterm -e "python /home/user/MyDocs/Maebble/maebbled.py --print_maemo --config_file /home/user/.config/maebble/maebble.cfg"
def get_localtime():^M ts = 0^M # uncomment the +23 line below (spring/daylight savings time in UCT +2 zone customize for your zone(ie: (utc +2 - 1hr = 1) (24-1=23))) & uncomment != 0:(fall standard time) line which will sync with GMT on your phone, set + number for correct local time vs UCT(zulu/GMT time).^M if time.daylight != 0:^M #if time.daylight > +23:^M ts = int(time.time()) - time.altzone^M else:^M ts = int(time.time()) - time.timezone^M return ts^M
[Desktop Entry] Version=1.0 Encoding=UTF-8 Name=pebble Icon=/opt/usr/share/icons/hicolor/48x48/hildon/openwatch.png Exec=/usr/bin/pebble Type=Application
|
2018-12-17
, 16:19
|
Posts: 98 |
Thanked: 223 times |
Joined on Jul 2013
@ Prague
|
#90
|
The Following 2 Users Say Thank You to glo-worm For This Useful Post: | ||
Tags |
pebble time, smart watch |
|
2) I clicked on python-bluez_0.18-1maemo1_armel.deb
3) Open file with program manager
4) "Program not from Nokia", agree and install
5) Message from program manager "Installation from "python-bluez" not possible. Program not compatible."
That's it
Daily driver: Google Pixel 3a with Ubuntu Touch stable (Sargo)