maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   SailfishOS (https://talk.maemo.org/forumdisplay.php?f=52)
-   -   [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS (https://talk.maemo.org/showthread.php?t=92695)

Wonko 2014-02-14 23:11

[WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
 
This is a call for participation as well as a small announcement of "SkippingStones". SkippingStones is my implementation of the Pebble smart watch protocol written primarily in QML. You can get more detailed information about this here: http://ruedigergad.com/2014/02/15/pe...or-sailfishos/

This whole effort is still quite a big work-in-progress. However, so far, I could already do the following things with the current implementation:
  • Control the music player.
  • Display the current song.
  • Get call and SMS notifications.
  • Upload watchfaces to the watch.

I don't have much spare time these days so everything is in a very edged and rough shape. Hence, I also appreciate every tiny bit of help and contribution very much.

I hope this is useful for some.

PS: Great thanks go to the author of libpebble: https://github.com/Hexxeh/libpebble/...bble/pebble.py

Cyrano 2014-02-14 23:36

Re: [WiP] SkippingStones, Pebble Protocol Implementation and UI for Qt5/SailfishOS
 
Many thanks my friend :)

geekgirl74 2014-04-03 18:21

Pebble Smart Watch...
 
Hello there,

I'm desperately trying to get my Pebble Smart Watch (SDK 2.0) to run with the Jolla phone (latest update). I tried to connect using SkippingStones, but it just won't find the Pebble, even though it's paired.

SkippingStones development seems to have stopped about 2 months ago. I can remember the dev asking for support in his blog (http://ruedigergad.com/2014/02/15/pe...or-sailfishos/), but I guess he just didn't get any replies :(

The Pebble Android app of course doesn't work (no Bluetooth support it seems, at least the app claims that), Rockwatch (which works great on my N9, btw.) is still not available for Sailfish OS and the original libpebble is missing Python sh module when trying to execute it.

Does anybody know about the current stage of Pebble support on Sailfish OS? Is the situation really as bad as I think? Or have I overlooked something?

I'm planning to finally make my Jolla my main device even though it has still some bugs and glitches, but not being able to use my Pebble the way it was intended is a big showstopper for me :(

Wonko 2014-04-03 18:48

Re: Pebble Smart Watch...
 
Quote:

Originally Posted by geekgirl74 (Post 1419773)
...
I tried to connect using SkippingStones, but it just won't find the Pebble, even though it's paired.
...

Hi,

did you try to manually enter the address of your Pebble in the text field and connect then?
You should find the Pebble address on your Pebble in the settings in the "About" page.
(The format is "xx:xx:xx:xx:xx:xx". Which should be the format as displayed in the Pebble about page.)

The discovery in SkippingStones seems to be broken for some unapparent reason.
I actually suspect the cause to be somewhere in the backend of the bluetooth stack as SkippingStones uses the plain QML Bluetooth API for discovery but I didn't have the time to track that issue down yet.

Furthermore, SkippingStones currently only implements the 1.x Pebble protocol and I don't know if there are any significant changes compared to the SDK 2.x version as you want to use it.
However, it might still be worth a try with manually entering the Bluetooth address as described above.

If you want to get more debug output you can also try to run SkippingStones from the command line.
It should be pretty chatty with respect to what it does.

Moreover, the actual protocol implementation is done in QML.
So, if anyone wants to hack on it, you can even do it on the device without the need to recompiling things. ;)

geekgirl74 2014-04-03 19:12

Re: Pebble Smart Watch...
 
Thank you for the information. I've now entered the address manually, but it stilll won't connect :(

I'll think about a firmware downgrade...

If only I could code, I would really like to help.

Edit: after a reboot it connects - but Pebble asks me for a software update on the phone now... :)

geekgirl74 2014-04-03 19:25

Re: Pebble Smart Watch...
 
If I downgraded to SDK 1.0, would it receive messages on the Pebble?

Wonko 2014-04-03 19:48

Re: Pebble Smart Watch...
 
Quote:

Originally Posted by geekgirl74 (Post 1419786)
If I downgraded to SDK 1.0, would it receive messages on the Pebble?

So far, SkippingStones supports notification of SMS and calls as well as controlling the music player.
Please note that for the music player functionality to work you need to manually apply an additional patch as described in my blog post you linked above.
Also note that, right now, the call notification also triggers when dialing a number; i.e., it also goes off for outgoing calls too.
Furthermore, there is no "daemon" mode yet; i.e., you will need to keep SkippingStones open "all the time" (or at least as long as you want to use the Pebble with your phone).

As you already noticed, the last update on SkippingStones was about two months ago.
Unfortunately, my time is very very limited, right now.
Thus, it is rather unlikely that there will be any enhancements if no one else joins in.

Wonko 2014-04-03 19:54

Re: Pebble Smart Watch...
 
Quote:

Originally Posted by geekgirl74 (Post 1419782)
...
Edit: after a reboot it connects - but Pebble asks me for a software update on the phone now... :)

Ah, great. :)
It sometimes takes some tries to connect.
Just in case, if it repeatedly refuses to connect I found that removing the pairing on the phone and the watch and re-pairing from scratch also did the trick.

Have you been able to send notifications etc. to the watch via the "testing" buttons in SkippingStones?
I.e., just try to push, e.g., "E-Mail" or "SMS" etc. and it should send something to the watch.

geekgirl74 2014-04-03 19:59

Re: Pebble Smart Watch...
 
Quote:

Originally Posted by Wonko (Post 1419792)
Ah, great. :)
It sometimes takes some tries to connect.
Just in case, if it repeatedly refuses to connect I found that removing the pairing on the phone and the watch and re-pairing from scratch also did the trick.

Have you been able to send notifications etc. to the watch via the "testing" buttons in SkippingStones?
I.e., just try to push, e.g., "E-Mail" or "SMS" etc. and it should send something to the watch.

It does receive the test messages from the app, but - except for a test e-mail, which it didn't receive (and which would be my most wanted feature) - I haven't tested any further yet.

geekgirl74 2014-04-03 20:01

Re: Pebble Smart Watch...
 
Quote:

Originally Posted by Wonko (Post 1419791)
So far, SkippingStones supports notification of SMS and calls as well as controlling the music player.
Please note that for the music player functionality to work you need to manually apply an additional patch as described in my blog post you linked above.
Also note that, right now, the call notification also triggers when dialing a number; i.e., it also goes off for outgoing calls too.
Furthermore, there is no "daemon" mode yet; i.e., you will need to keep SkippingStones open "all the time" (or at least as long as you want to use the Pebble with your phone).

As you already noticed, the last update on SkippingStones was about two months ago.
Unfortunately, my time is very very limited, right now.
Thus, it is rather unlikely that there will be any enhancements if no one else joins in.

Thanks for all your help and patience, I really hope that somebody can help out, I see the potential of this app, but currently it's not that usable for me. Anyways: thanks again.

Wonko 2014-04-03 20:08

Re: Pebble Smart Watch...
 
Quote:

Originally Posted by geekgirl74 (Post 1419793)
It does receive the test messages from the app, but - except for a test e-mail, which it didn't receive (and which would be my most wanted feature) - I haven't tested any further yet.

Alright, that sounds pretty good. :)
So, the communication between the Pebble and SkippingStones works.

That it is not doing anything when you receive a "real" e-mail is expected as this is not implemented yet.
Essentially, what is missing is that SkippingStones needs to get a notification about the new e-mail.
As far as I know, the preferred way to get that information should be via dbus.
The implementation of this usually is also pretty much straight forward.
However, one needs to know the correct dbus interface name, method/signal name etc. that is used for getting this information.
Of course, this all assumes that information about e-mails is available via dbus at all.

One starting point would be to use "dbus-monitor" in a shell on the Jolla and see what is going on on the system and/or session bus.
If anyone else has further insights into this, all information is highly appreciated.

geekgirl74 2014-04-03 20:43

Re: Pebble Smart Watch...
 
One thing: even though I have SDK 2.0 version installed, the working things seem to run good so far. I sent myself a test SMS which was received and displayed properly. Outgoing calls are handled as incoming calls, as you already noted. The only annoying thing is the Pebble upgrade warning, which I could live with.

Unfortunately I don't know dbus enough to be of any help :(

Wonko 2014-04-03 22:06

Re: Pebble Smart Watch...
 
Alright, I googled a little bit and found this:
http://talk.maemo.org/showthread.php?t=92303

Some more minutes later, I finished this very much untested prototype:
https://github.com/ruedigergad/Skipp...l.rpm?raw=true

Please be aware that I didn't even had the time to test that on my own device yet.
If you are brave enough, you can give it a try and see if it adds e-mail notification support. ;)
If it is not working, please try to run SkippingStones ("harbour-skippingstones") from the command line and see if anything meaningful is emitted when an e-mail is received.

geekgirl74 2014-04-04 04:56

Re: Pebble Smart Watch...
 
Thank you so much for your efforts. It still doesn't do anything when receiving emails, from the commandline there isn't any update, when an email is received.

HtheB 2014-04-04 06:50

Re: Pebble Smart Watch...
 
vote for this:
https://together.jolla.com/question/...-destinations/

Wonko 2014-04-04 06:58

Re: Pebble Smart Watch...
 
Quote:

Originally Posted by geekgirl74 (Post 1419828)
Thank you so much for your efforts. It still doesn't do anything when receiving emails, from the commandline there isn't any update, when an email is received.

Thanks for the feedback.
Apparently, I had a misconception about how I would use the information with respect to dbus linked above.
It seems that others also ran into this problem:
https://together.jolla.com/question/...-destinations/
https://www.mail-archive.com/mer-gen.../msg01364.html
https://lists.sailfishos.org/piperma...er/001918.html
Unfortunately, I didn't find any information about a viable solution yet.
Admittedly, I also looked just very briefly due to my lack of time.
Unfortunately, it seems that getting the required information (ideally with email body) requires some more work than just simply listening in on dbus.

Edit: Some more info: http://stackoverflow.com/questions/2...r-method-calls

Wonko 2014-04-04 18:03

Re: Pebble Smart Watch...
 
Alright, I couldn't stop myself from looking a little bit more into this.
After all, having an interesting technical problem may turn out to be a little bit addictive. ;)

So, for the impatient ones:
I uploaded a new version that emits at least some information about new e-mails:
https://github.com/ruedigergad/Skipp...l.rpm?raw=true

But please be warned that this is a really crude hack and that the functionality is far from complete.
One known issue is that the e-mail body is not displayed at all.
Another known issue is that if more than one e-mail was received, only a sort of "summary" like "2 new e-mails" or so is sent.


For the technically interested:
Well, this hack is likely as dirty as it gets.
I started off by looking at this post:
http://stackoverflow.com/questions/2...r-method-calls
However, as the solution proposed there didn't work, I began to change the hack.

Essentially, what I did now is that my adapter class for interacting with dbus has a "Notify" method with the correct signature to match the dbus method.
The class also has the Q_CLASSINFO to match the involved interface ('Q_CLASSINFO("D-Bus Interface", "org.freedesktop.Notifications"') and the object registered itself at the appropriate path.
Additionally, I manually added a match for "interface='org.freedesktop.Notifications',member= 'Notify',type='method_call',eavesdrop='true'".

Overall, this way to get the info is very hackish and dirty.
Furthermore, things are very likely to break with further SailfishOS updates.
Nonetheless, I wanted to share my findings.


Outlook, for volunteers(? ;)):
One way for getting the body of the e-mail could be to fetch it from QMF.
It seems that the message ids as used by QMF are contained in the notification message.
So, this could be the entry point in fetching the body of the e-mail.
However, this could become complicated if multiple e-mail accounts are configured on the phone.

While talking about QMF.
Another way for getting notifications about new e-mails could be by directly using QMF.


Edit:
Wishlist, for the Jolla devs(?):
Offer an easier to use way to get the required information "out of the box".
Maybe by adding according signals that also contain, e.g., the email sender, subject, and body?
Similarly to the together.jolla.com request by Elleo, as linked above.

Dave999 2014-04-04 18:12

Re: Pebble Smart Watch...
 
If i remember correctly i posted in this thread and On topic? I guess someone removed it for no reason. What's going on...it's that sneaky mod?

geekgirl74 2014-04-05 05:04

Re: Pebble Smart Watch...
 
That is just wonderful, Wonko :) Thank you so much.

I'd never thought, that this would be fixed so fast. Feels good to know, that it's not impossible anymore to use Pebble and Jolla together.

Looking forward to the next update/fix :)

Cyrano 2014-04-05 06:11

Re: Pebble Smart Watch...
 
I also really thank you Wonko. I am really missing the application for the pebble.

geekgirl74 2014-04-05 06:55

Re: Pebble Smart Watch...
 
Quote:

Originally Posted by Dave999 (Post 1419916)
If i remember correctly i posted in this thread and On topic? I guess someone removed it for no reason. What's going on...it's that sneaky mod?

I've noticed that there is a word filter (which must be from the stone age or so), I almost stumbled about the same: writing "smart" and "watch" in one word, thus 4 letters in the middle of the combined word were blank. Luckily I was fast enough to edit my post.

I remember that you wrote it the same way. Maybe your post was automatically removed, because it contained a filtered word. At least a possible explanation.

Alexxxl 2014-04-10 06:05

Re: Pebble Smart Watch...
 
And whether there are people among us who can do is create the watch-face on a certain order?
want to increase functionality in conjunction with his n9 ...have little experience - https://openrepos.net/content/alexxxlrus/pebbl

That's when it was side was the watch-face of watchs that could be static display information received from the phone - it would be great ry!

kombipom 2014-04-10 10:38

Re: Pebble Smart Watch...
 
Thanks for your work Wonko. I've updated to the latest version and now email notifications work :-) The pebble displays the number rather than the person's name when I get a text message, is this what you get too? Is this a problem with a lack of a contacts API or just a lack of your time? You might call it a hack but we're very pleased to have some pebble functionality after moving from the N9 to the Jolla.

geekgirl74 2014-04-11 17:47

Re: Pebble Smart Watch...
 
It's still a wonderful feeling to have Pebble support on the Jolla.

One question @Wonko: is it possible to let the app automatically reconnect when the connection to Pebble is lost? During the workday I often lose connection in the office and I have to manually reconnect each time.

I'm deeply grateful about your wonderful app, I would even buy it :)

Cyrano 2014-04-11 19:31

Re: Pebble Smart Watch...
 
Oh yes, and recombining the contact's name or to work with android application.

Wonko 2014-04-11 20:28

Re: Pebble Smart Watch...
 
Quote:

Originally Posted by geekgirl74 (Post 1420966)
It's still a wonderful feeling to have Pebble support on the Jolla.

...

I'm deeply grateful about your wonderful app, I would even buy it :)

Well, to be honest, my primary motivation for writing this was rather selfish as I just wanted to get my Pebble to work with my Jolla. ;)
It is actually very nice to see that this is useful and actively used by others as well. :)
Unfortunately, so far, no one else joined in in the development so the progress is rather slow, right now.

Quote:

Originally Posted by geekgirl74 (Post 1420966)
...
One question @Wonko: is it possible to let the app automatically reconnect when the connection to Pebble is lost? During the workday I often lose connection in the office and I have to manually reconnect each time.
...

You're right, that's also a feature I was missing.
I don't know why I didn't implement that earlier.
Anyway, I just read that "feature request" while I had some minutes free for coding so I quickly added this feature.

As usual, the latest version can be downloaded from:
https://github.com/ruedigergad/Skipp...l.rpm?raw=true

Besides the auto connect feature, this version also improves the handling of notifications.
E.g., you should now also get proper notifications when an XMPP message arrives.
For other notifications you'll get whatever was contained in the notification message as summary and body along with the name of the app that sent the respective notification.

Edit:
Please note that the first auto reconnect happens about two seconds after the connected state changed to disconnected.
For subsequent reconnect attempts the "Auto Connect Interval" is used.
The motivation for this is to avoid reconnect attempts all the time that possibly drain the battery.

geekgirl74 2014-04-11 20:37

Re: Pebble Smart Watch...
 
Thank you - you are my hero ;)

And by the way: as the most important functions seem to work now, I don't think, that there's any reason to complain about the time it takes to develop the app. Your app is the most advanced pebble integration for the Jolla.

Thank you, that you took the time to fix the bugs, that is not to be taken for granted :)

Might sound funny, but I'm really happy now. Only some weeks ago I couldn't imagine to finally get completely rid of Android and now I'm about to sell my Nexus 5, cause my Jolla fulfills my needs.

If you take donations, I'm willing to donate :)

HtheB 2014-04-11 23:30

Re: Pebble Smart Watch...
 
wait wait wait.....

So the Pebble watch is actually supported by Sailfish OS now???

geekgirl74 2014-04-12 06:13

Re: Pebble Smart Watch...
 
Yes, at least the most important things are working now.

I'm still hoping for someone helping the dev to iron the last bugs, cause he is short of time.

The repo for the source code is linked on his blog.

Boxeri 2014-04-12 06:40

Re: Pebble Smart Watch...
 
Okay, also got it finally connected. Giving the Pebbles bluetooth address manually seems to be the key.

Are Mitäkuuluu notifications working? Have to test that.

Are Wonko and Elleo (dev for Rockwatch) aware of each others work? Maybe pooling resources?

Elleos work is here and I remember there being talk somewhere that some functionality of connecting his app with Pebble was problem for him. Maybe Wonko has solution for that?

http://talk.maemo.org/showthread.php...ight=Rockwatch

Boxeri 2014-04-12 06:59

Re: Pebble Smart Watch...
 
Okay, it seems that only call and e-mail notifications are working.

At least I can't get IM notifications, Text notifications or Music player commands to work. And the call notifications light up also when one makes call by himself.

Is this how it is currently supposed to be?

Still great job and definitely better than nothing. I mainly use my Pebble for biking and and situations when I can't hear or have sounds on my phone. So at least getting notified for calls and e-mails is 50% of what I need.

Any future plans to get the IM notifications or Music controls working?

geekgirl74 2014-04-12 07:30

Re: Pebble Smart Watch...
 
If I remember that correct there is a patch for getting Music controls working. And text notifications work on my end.

Wonko 2014-04-12 07:46

Re: Pebble Smart Watch...
 
Quote:

Originally Posted by geekgirl74 (Post 1420997)
...
Might sound funny, but I'm really happy now. Only some weeks ago I couldn't imagine to finally get completely rid of Android and now I'm about to sell my Nexus 5, cause my Jolla fulfills my needs.

If you take donations, I'm willing to donate :)

It's very nice to hear that the work on SkippingStones is appreciated. :)
Besides being "selfish" and "just" getting my own hardware to work ;) another reason for me to code for Jolla is enthusiasm about open source etc. and to try to support the Jolla ecosystem. :)

Quote:

Originally Posted by Boxeri (Post 1421029)
...
Are Wonko and Elleo (dev for Rockwatch) aware of each others work? Maybe pooling resources?

Elleos work is here and I remember there being talk somewhere that some functionality of connecting his app with Pebble was problem for him. Maybe Wonko has solution for that?

http://talk.maemo.org/showthread.php...ight=Rockwatch

Yes, we are aware of each others work. :)
Unfortunately, as far as I am aware, Elleo also does not have any free time, right now.

Quote:

Originally Posted by Boxeri (Post 1421031)
Okay, it seems that only call and e-mail notifications are working.

At least I can't get IM notifications, Text notifications or Music player commands to work. And the call notifications light up also when one makes call by himself.

Is this how it is currently supposed to be?

Still great job and definitely better than nothing. I mainly use my Pebble for biking and and situations when I can't hear or have sounds on my phone. So at least getting notified for calls and e-mails is 50% of what I need.

Any future plans to get the IM notifications or Music controls working?

Please explain what you mean with "IM notification".
I just tested the latest version (0.6) again with XMPP/Jabber and the notifications work.

With respect to music controls:
Getting these to work requires some manual work as this requires to patch one file of the Jolla music player app.
The steps are (roughly) as follows (Please note that you need developer mode enabled for this.):
Code:

# Open a terminal.
# Download the patch.
curl -O https://raw.githubusercontent.com/ruedigergad/SkippingStones/master/audioplayer_dbus.patch
# Test if the "patch" tool is installed.
patch -v
# Install the "patch" tool if needed.
pkcon install patch
# Please re-check if the install was successful via "patch -v".
# I am not that sure if the pkcon command is correct.

# Become root.
devel-su
# Apply the patch.
cd /usr/lib/qt5/qml/com/jolla/mediaplayer
patch < /home/nemo/audioplayer_dbus.patch

Now, you should get notifications about the currently playing song as well be able to control the music app via your Pebble.

However, as you also noticed, there are many limitations, right now.
Please read this entire thread to get more detailed information.
I think, in one of my first posts in this thread, I explain the limitations in more detail.

Boxeri 2014-04-12 08:17

Re: Pebble Smart Watch...
 
Thanks for the answers

The patch was easy to follow through and got my music controls working.

I am usin Mitäkuuluu by Coderus here in TMO http://talk.maemo.org/showthread.php...ght=Mitakuuluu

These notifications just won't come through to the watch for me. Same with the text messages, they are not showing.

Wonko 2014-04-12 08:30

Re: Pebble Smart Watch...
 
I further improved the handling of Mitäkuuluu messages (this is version 0.7):
https://github.com/ruedigergad/Skipp...l.rpm?raw=true
Even with 0.6 you should have gotten at least something.
Please make sure that you have the latest version installed to use all new features.

Edit: Which version of Mitäkuuluu are you using?

Boxeri 2014-04-12 08:31

Re: Pebble Smart Watch...
 
Hmm, weird. Out of the blue, one TXT notification just came through. But the next following 2 didn't come.

Also not a single Mitakuuluu notification come through at least for me. Call notification as well as, e-mail and music controls work every time.

Even this level of funtionality has given me my Pebble "back". Can make it with 85% of my wishes fullfilled ;)

Thank you for great work


EDIT: TRYING THE NEW VERSION NOW

Boxeri 2014-04-12 08:45

Re: Pebble Smart Watch...
 
Not even with the new version I am receiving anything.

I ran SkippingStones from terminal and it is definetly recognizing Mitakuuluu now. It is listening to sent messages also!

But when receiving a message, it displays this:

[D] DbusAdapter::Notify:59 - Got notification via dbus from "harbour-mitakuuluu-server"
Got notification. AppName: harbour-mitakuuluu-server; Summary: Joo soitetaan t?st? kun l?hdet??n!; Body: Jussi
Ignoring message from harbour-mitakuuluu-server as we handle these messages somewhere else.

I am using the latest Mitakuuluu (02.10) and also latest SkippingStones


Hmm, now again one message got thourgh. This time it was from Mitakuuluu! But the sms didn't come at all

Code:

[D] DbusAdapter::_smsReceived:106 - Got sms dbus message: QDBusMessage(type=Signal, service=":1.12", path="/ril_0", inte                      rface="org.ofono.MessageManager", member="IncomingMessage", signature="sa{sv}", contents=("Terveiset, matkalla Hesaan.",                        [Argument: a{sv} {"LocalSentTime" = [Variant(QString): "2014-04-12T09:00:51+0000"], "SentTime" = [Variant(QString): "20                      14-04-12T12:00:51+0300"], "Sender" = [Variant(QString): "+358403004345"]}]) )
[D] DbusAdapter::_smsReceived:113 - Extracted argument map: QMap(("LocalSentTime", "2014-04-12T09:00:51+0000")("Sender",                        "+358403004345")("SentTime", "2014-04-12T12:00:51+0300"))
Ignoring received SMS, from: +358403004345 text: Terveiset, matkalla Hesaan.
We should have gotten a notification via onCommhistoryd.
[D] DbusAdapter::Notify:59 - Got notification via dbus from "commhistoryd"
[D] DbusAdapter::Notify:72 - Ignoring this commhistoryd message: "?IS? M?rk? ??" ; "Terveiset, matkalla Hesaan." ; QHash                      (("x-nemo-item-count", QVariant(int, 1) ) ( "category" ,  QVariant(QString, "x-nemo.messaging.sms") ) ( "x-nemo-feedback                      " ,  QVariant(QString, "") ) ( "x-nemo-remote-action-default" ,  QVariant(QString, "org.nemomobile.qmlmessages / org.nem                      omobile.qmlmessages startConversation AAAACgAAAABoAC8AbwByAGcALwBmAHIAZQBlAGQAZQBzAGsAdABvAHAALwBUAGUAbABlAHAAYQB0AGgAeQ                      AvAEEAYwBjAG8AdQBuAHQALwByAGkAbgBnAC8AdABlAGwALwBhAGMAYwBvAHUAbgB0ADA= AAAACgAAAAAaACsAMwA1ADgANAAwADMAMAAwADQAMwA0ADU=                        AAAAAwAAAAAA") ) )
[D] DbusAdapter::Notify:59 - Got notification via dbus from "commhistoryd"
Got commhistoryd notification. Summary: IS? M?rk? ?; Body: Terveiset, matkalla Hesaan.
Sending data: IS? M?rk? ?,Terveiset, matkalla Hesaan.,1397293253938 Endpoint:3000 Prefix:1
Adding text "IS? M?rk? ?" with length 11.
Adding text "Terveiset, matkalla Hesaan." with length 27.
Adding text "1397293253938" with length 13.
[D] BtConnector::write:100 - Writing: "003b0bb8010b4953c384204dc3b6726bc3b620c2a51b5465727665697365742c206d61746b616c6c6                      12048657361616e2e0d31333937323933323533393338"
[D] BtConnector::write:102 - Write returned: 63
[D] DbusAdapter::_mitakuuluuMessageReceived:80 - Mitakuuluu messageReceived: QDBusMessage(type=Signal, service=":1.48", path="/", interface="org.coderus.harbour_mitakuuluu_server", member="messageReceived", signature="a{sv}", contents=([Argument: a{sv} {"author" = [Variant(QString): "358442007182@s.whatsapp.net"], "broadcast" = [Variant(int): 0], "jid" = [Variant(QString): "358442007182@s.whatsapp.net"], "localurl" = [Variant(QString): ""], "mediaduration" = [Variant(int): 0], "medialat" = [Variant(QString): "0"], "medialon" = [Variant(QString): "0"], "mediamime" = [Variant(QString): ""], "medianame" = [Variant(QString): ""], "mediaprogress" = [Variant(int): 0], "mediasize" = [Variant(int): 0], "mediathumb" = [Variant(QString): ""], "mediatype" = [Variant(int): 0], "mediaurl" = [Variant(QString): ""], "message" = [Variant(QString): "Moi"], "msgid" = [Variant(QString): "1397293268-8"], "msgstatus" = [Variant(int): 4], "msgtype" = [Variant(int): 2], "timestamp" = [Variant(qulonglong): 1397293305]}]) )
[D] DbusAdapter::_mitakuuluuMessageReceived:87 - Extracted argument map: QMap(("author", "358442007182@s.whatsapp.net")("broadcast", "0")("jid", "358442007182@s.whatsapp.net")("localurl", "")("mediaduration", "0")("medialat", "0")("medialon", "0")("mediamime", "")("medianame", "")("mediaprogress", "0")("mediasize", "0")("mediathumb", "")("mediatype", "0")("mediaurl", "")("message", "Moi")("msgid", "1397293268-8")("msgstatus", "4")("msgtype", "2")("timestamp", "1397293305"))
Got commhistoryd notification. Summary: 358442007182@s.whatsapp.net; Body: Moi
Sending data: 358442007182@s.whatsapp.net,Moi,1397293305072 Endpoint:3000 Prefix:1
Adding text "358442007182@s.whatsapp.net" with length 27.
Adding text "Moi" with length 3.
Adding text "1397293305072" with length 13.
[D] BtConnector::write:100 - Writing: "002f0bb8011b33353834343230303731383240732e77686174736170702e6e6574034d6f690d31333937323933333035303732"
[D] BtConnector::write:102 - Write returned: 51
[D] DbusAdapter::Notify:59 - Got notification via dbus from "harbour-mitakuuluu-server"
Got notification. AppName: harbour-mitakuuluu-server; Summary: Moi; Body: Jussi M?kel?
Ignoring message from harbour-mitakuuluu-server as we handle these messages somewhere else.


Wonko 2014-04-12 09:40

Re: Pebble Smart Watch...
 
Quote:

Originally Posted by Boxeri (Post 1421046)
...
I am using the latest Mitakuuluu (02.10) and also latest SkippingStones


Hmm, now again one message got thourgh. This time it was from Mitakuuluu! But the sms didn't come at all
...

Thanks for the detailed report.
It seems SkippingStones is currently struggling to send "special" unicode characters.
I could also reproduce it here with the German umlauts "ä", "ö", "ü".
If there was a special character in the message, the message wasn't shown on the Pebble.
I will look into this and how this can be fixed.

Wonko 2014-04-12 12:33

Re: Pebble Smart Watch...
 
The unicode issue should be fixed in version 0.8:
https://github.com/ruedigergad/Skipp...l.rpm?raw=true

towhatend 2014-04-12 14:10

Re: Pebble Smart Watch...
 
Man, this thread makes me wanna get a Pebble!


All times are GMT. The time now is 17:07.

vBulletin® Version 3.8.8