Re: [SailfishDevel] listening for volume change

2016-10-26 Thread jerome levreau
Hi andrey, Tested your solution and it's working perfectly. I just have to call my service from qml, then get the raw value from dbus. I'm doing something like that for saving on exit. Still curious why my connect isn't working. Anyway I'm considering my question answered. Thanks for the solution

[SailfishDevel] How to upgrade/replace factory image

2016-10-26 Thread Jozef Macko
Hello everbody, Could you help me how i can upgrade / replace old factory image delivery with Jolla C with a new one. Thanks. __ s pozdravom | best regards Jozef Macko +421 908 95 14 14 j.macko...@gmail.com___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] listening for volume change

2016-10-26 Thread Andrey Kozhevnikov
You need following: https://github.com/CODeRUS/harbour-lgremote-webos/blob/master/qml/main.qml#L58 -- Исходное сообщение -- От: "jerome levreau" Кому: "Sailfish OS Developers" Отправлено: 26.10.2016 19:58:12 Тема: [SailfishDevel] listening for volume change hi everyone, Here where I

[SailfishDevel] listening for volume change

2016-10-26 Thread jerome levreau
hi everyone, Here where I'm stuck : In my audio app, for a new functionality I would like to control volume. Now I'm trying to get a response (dbus signal) when user is changing volume with button (physical). My app has mpris2 control, I monitoring a read to the volume property (of org.mpris.Media