![]() |
Re: [Commercial] Rockwatch - Pebble smart watch support for the N9
Show output of
Code:
qdbus com.mikeasoft.rockwatch / rotskschach Code:
qdbus com.mikeasoft.rockwatch /rotskschach |
Re: [Commercial] Rockwatch - Pebble smart watch support for the N9
Code:
# qdbus com.mikeasoft.rockwatch /rockwatch |
Re: [Commercial] Rockwatch - Pebble smart watch support for the N9
You can either use the showSMS or showEmail function depending on how you want things to be displayed, e.g.
Code:
qdbus com.mikeasoft.rockwatch /rockwatch showSMS "Mike" "Hello!" Code:
qdbus com.mikeasoft.rockwatch /rockwatch showEmail "Mike" "Hello" "This is a longer message..." |
Re: [Commercial] Rockwatch - Pebble smart watch support for the N9
It's much easier than it seemed)) I was looking for a more complex syntax))
thank you! |
Re: [Commercial] Rockwatch - Pebble smart watch support for the N9
in the near future I will add a functional script several functions, deal with startup and try to collect Deb package
|
Re: [Commercial] Rockwatch - Pebble smart watch support for the N9
Elleo
gooooog news!!! ))) I dug a lot of useful scripts "dbus" collecting notice soon actually show what happened, but in the process of searching, I found something very useful! this response from "dbus" standby: Code:
~ # qdbus com.nokia.CallUi.Context /com/nokia/CallUi/ActiveCall org.maemo.contex and that it is the answer to the movment of the incoming call, as you can see ........- we see the name (or number) of the user! )) So it can easily be broadcast on the watch: Code:
~ # qdbus com.nokia.CallUi.Context /com/nokia/CallUi/ActiveCall org.maemo.contex you can use this functionality to display the name of the watch? or so I can create a simple script that in case of an incoming call will pass the name, and we can do so it will be more than one message and several consecutive, so get something similar to a permanent notice. |
Re: [Commercial] Rockwatch - Pebble smart watch support for the N9
please tell me which command you get information about the incoming call?
|
Re: [Commercial] Rockwatch - Pebble smart watch support for the N9
Excellent, I should be able to add support for that quite easily, will look into it tomorrow.
|
Re: [Commercial] Rockwatch - Pebble smart watch support for the N9
To show name:
Code:
qdbus com.nokia.CallUi.Context /com/nokia/CallUi/ActiveCall org.maemo.contextkit.Property.Get|grep displayName|cut -d ' ' -f2 |
Re: [Commercial] Rockwatch - Pebble smart watch support for the N9
test it, it seems to me after the call the result of execution of the command - remains the same (at least for me) may need to use additional commands that would make sure that at the moment a call is made. Command behaved similarly and for outgoing calls!
|
All times are GMT. The time now is 09:47. |
vBulletin® Version 3.8.8