FM radio only works with a special application #158
Labels
bug
Something isn't working
mimameid
This issue was observed on the Volla Phone 22 (2022)
yggdrasil
This issue was observed on the Volla Phone (2020)
yggdrasilx
This issue was observed on the Volla Phone X (2021)
Is this a new report?
Yes
Device model
Volla Phone 22 (2022)
OS version
20.04 (r78)
Describe the bug
FM radio apps such as https://open-store.io/app/it.mardy.fmradio (using QML Radio element anyway) don't seem to work.
Steps to reproduce the bug
FM radio not available
Expected behaviour
The app allows me to tune into specific FM radio frequencies to listen to.
Additional context
After further debugging (adding some prints statements) the following is seen on
journalctl --user -f
even with headphones connected through headphone jack:It appears
QMediaServiceProvider::defaultServiceProvider()->requestService(Q_MEDIASERVICE_RADIO))
(Q_MEDIASERVICE_RADIO
defined here) fails as per the first line in that log, which results in the rest of the code also failing and doing nothing useful.The text was updated successfully, but these errors were encountered: