|
2015-01-20
, 22:39
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#2
|
|
2015-01-20
, 23:17
|
Posts: 339 |
Thanked: 1,623 times |
Joined on Oct 2013
@ France
|
#3
|
|
2015-01-20
, 23:25
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#4
|
|
2015-01-20
, 23:29
|
Posts: 339 |
Thanked: 1,623 times |
Joined on Oct 2013
@ France
|
#5
|
Button { Notification { id: notification category: "x-nemo.messaging.voicemail" summary: "Notification summary" body: "Notification body" previewSummary: "Notification preview summary" previewBody: "Notification preview body" itemCount: 5 timestamp: "2013-02-20 18:21:00" } text: "Application notification, ID " + notification.replacesId onClicked: {notification.publish(); } }
|
2015-01-20
, 23:32
|
Posts: 339 |
Thanked: 1,623 times |
Joined on Oct 2013
@ France
|
#6
|
Not too much. It's about 5 minutes.
https://dl.dropboxusercontent.com/u/...1-1.noarch.rpm
The Following User Says Thank You to Zeta For This Useful Post: | ||
|
2015-01-21
, 07:29
|
Posts: 602 |
Thanked: 735 times |
Joined on Mar 2011
@ Nantes, France
|
#7
|
|
2015-01-22
, 14:54
|
Posts: 14 |
Thanked: 20 times |
Joined on Jan 2012
|
#9
|
|
2015-01-22
, 17:21
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#10
|
How do you get the preferences shortcuts on your notification screen?
Tags |
sailfish os, voicemail |
|
Patch is uploaded on openrepos:
https://openrepos.net/content/zeta/p...l-notification
You can now download it directly from warehouse (search for "voicemail") and apply it with patch-manager !
Detailed description
For people having the "No notification when new voicemail" problem, and who don't have an SMS as a fallback, here is a patch that works for me (France, B&You operator).
You can find all details of the bug here : https://together.jolla.com/question/...#post-id-76513
Finally, the patch to show a voicemail icon on the lockscreen is below.
I am quite new to QML and really new to Ofono, so this may not be the best way to do it, for it seems to work for me after some tests.
Attached is an image of what it currently looks like (screenshot taken while in low power mode, but it is also shown when unlocked). The icon doesn't follow the ambiance theme, I think this is due to using a full path and not the "image://theme/xxx" as I have seen somewhere else, but it found the image that way.
First image is using file icon-lock-voicemail.png, second one is using icon-s-voicemail.png which looks more like sailfish UI but is less visible (the way I displayed it, could be improved by a UI guru). Don't take care of the 2 new mails in the second image, the voicemail is the small one at the bottom left...
Next step is to look how to make a patch for patch-manager, and submit it to warehouse for it to be available to everyone.
If someone want to help me on this (publishing the patch, correcting problems in that QML, or making it look beautiful), I would be glad.
Last edited by Zeta; 2015-02-22 at 18:27.