We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2017-08-31 09:58:22 +0200

Regression [2.1.1]: bluetooth controls in Daedalus

After the upgrade, the buttons in my bluetooth headset (e.g. play/stop) stopped working with Daedalus (note that media keys support was added in 2015, but the last time I checked the version on the Jolla Store was not updated yet).

Audio is still routed correctly through the device, and the buttons still work with Jolla Media Player.

Any hints to which change could have caused it and how to fix it? It looks like this is a problem with the Sailfish.Media library API: the code to handle the Bluetooth controls is in QML and uses this library.

Regression [2.1.1]: bluetooth controls in Daedalusother media players

After the upgrade, the buttons in my bluetooth Bluetooth headset (e.g. play/stop) stopped working with Daedalus (note that media keys support in Daedalus was added in 2015, but the last time I checked the version on the Jolla Store was not updated yet).

Audio is still routed correctly through the device, and the buttons still work with Jolla Media Player.Player. Other users in the comments reported that the buttons do not work also with other players other than the jolla-mediaplayer, so it looks like this is an issue with a changed API.

For reference, in Daedalus the Bluetooth controls are handled by a very short piece of QML code that uses the Sailfish.Media library API.

Any hints to which API change could have caused it and how to fix it? It looks like this is a problem with update the Sailfish.Media library API: the code to handle the Bluetooth controls is in QML and uses this library.code?

Regression [2.1.1]: bluetooth controls in other media players

After the upgrade, the buttons in my Bluetooth headset (e.g. play/stop) stopped working with Daedalus (note that media keys support in Daedalus was added in 2015, but the last time I checked the version on the Jolla Store was not updated yet).

Audio is still routed correctly through the device, and the buttons still work with Jolla Media Player. Other users in the comments reported that the buttons do not work also with other players other than the jolla-mediaplayer, so it looks like this is an issue with a changed API.

For reference, in Daedalus the Bluetooth controls are handled by a very short piece of QML code that uses the Sailfish.Media library API.

Any hints to which API change could have caused it and how to update the code?