Re: FM radio: testing instructions and feedback
Enabling my device, the Xperia X -- First:
phablet@ubuntu-phablet:~$ sudo ls -l /dev/fm* /dev/radio*
[sudo] password for phablet:
ls: cannot access '/dev/fm*': No such file or directory
crw-rw----+ 1 system system 81, 18 Oct 27 1971 /dev/radio0
Second: Install the .debs (fm-radio-service; fm-radio-tools). No problem!
Third, Start the command-line client:
phablet@ubuntu-phablet:~$ fm-radio-client.py
- Quit
- Open tuner
Choose an action: 2
That is the result:
Traceback (most recent call last):
File "/usr/bin/fm-radio-client.py", line 226, in pick_action
command.action()
File "/usr/bin/fm-radio-client.py", line 156, in open_tuner
tuner_path = service.open_tuner()
File "/usr/bin/fm-radio-client.py", line 26, in open_tuner
return self.__service.OpenTuner()
File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 70, in call
return self._proxy_method(*args, **keywords)
File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 145, in call
**keywords)
File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: com.lomiri.FMRadioService.Error.ResourceError: Radio backend not available
Seems to be similar to the output from BQ U Plus, isn´t it?
(I´m not a porter or expert, only a user - but really like fm on my phone and missing that in UT.)
So, thank u for your work!