Active Topics

 


Reply
Thread Tools
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#101
Originally Posted by coderus View Post
Can i grab your icon for my app also?
Sure you can

P.S. Oops forgot to add images ..
Attached Images
  

Last edited by Schturman; 2015-01-30 at 09:45.
 

The Following 4 Users Say Thank You to Schturman For This Useful Post:
coderus's Avatar
Posts: 6,436 | Thanked: 12,700 times | Joined on Nov 2011 @ Ängelholm, Sweden
#102
Voicemail notifications for SailfishOS published in OpenRepos: https://openrepos.net/content/coderu...-notifications
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 9 Users Say Thank You to coderus For This Useful Post:
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#103
Hat off to you two! I have been watching this synergy with great interest. The coder and the tester ping-ponging feedback across 2000(?) km and eventually delivering the product in just three days, amazing!
__________________
Русский военный корабль, иди нахуй!
 

The Following 5 Users Say Thank You to pichlo For This Useful Post:
late88's Avatar
Posts: 197 | Thanked: 198 times | Joined on Feb 2012 @ Helsinki, Finland
#104
Originally Posted by pichlo View Post
Hat off to you two! I have been watching this synergy with great interest. The coder and the tester ping-ponging feedback across 2000(?) km and eventually delivering the product in just three days, amazing!
That's the community spirit right there, well done guys!
Big thanks to both.
__________________
Join the movement. Jolla.
 

The Following User Says Thank You to late88 For This Useful Post:
Posts: 307 | Thanked: 488 times | Joined on Sep 2010 @ USA around Chicago
#105
Great work guys. I am so happy we have guys like you in the community.

Happy Friday!!!
__________________
Apps for iPhone & iPad
Malayalam Keyboard for iPhoneTelugu Keyboard for iPhoneGujarati Keyboard for iPhone
 

The Following 2 Users Say Thank You to abyzthomas For This Useful Post:
Posts: 443 | Thanked: 282 times | Joined on Oct 2011 @ Grenoble, France
#106
Hi Zeta,

so as you know it is not working with Orange in France, as they send me text message.

On jollafr.org, you spoke about dbus-send or some other command.

Could you give them to me and also the process (starting the commande before having a voicemail etc ...)?

Thanks
 
Posts: 339 | Thanked: 1,623 times | Joined on Oct 2013 @ France
#107
Originally Posted by mousse04 View Post
Hi Zeta,

so as you know it is not working with Orange in France, as they send me text message.

On jollafr.org, you spoke about dbus-send or some other command.

Could you give them to me and also the process (starting the commande before having a voicemail etc ...)?

Thanks
Salut Mousse,

I was refering to this : https://together.jolla.com/question/...#post-id-76513

You can check at any time the values of the ofono voicemail system with that command:

Code:
[nemo@Jolla ~]$ dbus-send --system --type=method_call --print-reply --dest=org.ofono /ril_0  org.ofono.MessageWaiting.GetProperties
method return sender=:1.14 -> dest=:1.3016 reply_serial=2
   array [
      dict entry(
         string "VoicemailWaiting"
         variant             boolean true
      )
      dict entry(
         string "VoicemailMessageCount"
         variant             byte 0
      )
      dict entry(
         string "VoicemailMailboxNumber"
         variant             string "660"
      )
   ]
Here, the value of the boolean "VoicemailWaiting" is what we use to show the notification.
The "count" value is always 0 for all people I know who tried, but maybe some operators are putting here the real number of messages in the voicemail. The value "0" simply means "not known", and only the boolean must be checked.

If you have the good value here (true if you have unread voicemail, false if you read them all), you can also check with dbus monitor that the changes are correctly notified:
Code:
[nemo@Jolla ~]$ dbus-monitor --system "type='signal',interface='org.ofono.MessageWaiting'"

signal sender=:1.14 -> dest=(null destination) serial=15192 path=/ril_0; interface=org.ofono.MessageWaiting; member=PropertyChanged
   string "VoicemailWaiting"
   variant       boolean false
Here the trace shows that messages where read so there is no voicemails left (going from "true" to now "false").

If you need more help, let me know !
 

The Following User Says Thank You to Zeta For This Useful Post:
Posts: 443 | Thanked: 282 times | Joined on Oct 2011 @ Grenoble, France
#108
Merci Zeta .

unfortunately boolean variable never goes to true, even with 2 voicemails
 
Posts: 338 | Thanked: 496 times | Joined on Oct 2010
#109
Just wanted to express my thanks again for the work of those in this thread. It feels so good to finally have this.

Have Jolla been in contact yet about rolling this into official code ... or still silence?
 
smoku's Avatar
Posts: 1,716 | Thanked: 3,007 times | Joined on Dec 2009 @ Warsaw, Poland
#110
Originally Posted by Zeta View Post
Update:
Patch is uploaded on openrepos:
https://openrepos.net/content/zeta/p...l-notification
This link got broken.
__________________
smoku @xiaoka.com (SMTP/XMPP) ...:.:....:... pebbled . Poky Fish : sixaxis . psx4m . uae4all
Jolla Phone post-mortem . . . . . . . . . . -> 1+1 VGN-UX390N
 
Reply

Tags
sailfish os, voicemail


 
Forum Jump


All times are GMT. The time now is 06:13.