Re: [SailfishDevel] Playing audio on Sailfish (from qrc)

2017-09-27 Thread Zoltán Lutor
Hi Dmitry, Could you give me some hints how to do it? I have to admit I have almost zero experience in in this domain... Thx, Zoltan On Tuesday, September 26, 2017, Dmitriy Purgin wrote: > Hi Zoltan, > > You should install the media backend for QtMultimedia in the emulator. Try > installing

Re: [SailfishDevel] Playing audio on Sailfish (from qrc)

2017-09-27 Thread Dmitriy Purgin
Hey Zoltan, the simplest and, I guess, the best way would be to add these packages as dependencies to your RPM .yaml like this (see [1] for the full file and explanation in [2]): # Runtime dependencies which are not automatically detected Requires: - qt5-qtmultimedia-plugin-audio-pulseaudio -

Re: [SailfishDevel] Playing audio on Sailfish (from qrc)

2017-09-27 Thread Zoltán Lutor
Thanks! On Wednesday, September 27, 2017, Dmitriy Purgin wrote: > Hey Zoltan, > > the simplest and, I guess, the best way would be to add these packages as > dependencies to your RPM .yaml like this (see [1] for the full file and > explanation in [2]): > > # Runtime dependencies which are not au

[SailfishDevel] heartbeat timer that doenst freeze when phone is hibernated

2017-09-27 Thread joao morgado via Devel
Hi all I have timer app in harbour that is using a qml Timer to fire the alarm. Problem is when the phone is hibernated/deepsleep the timer freezes. Reading the sailfish api docs it seams the way to go is to use a heartbeat timer from timed component from here https://git.merproject.org/mer-core/