Dear all,
first of all i would like to thank LGe for the open source version of webOS and the good tutorials. I compiled some time ago the webOS devel image successful with Yocto bitbake, afterwards I flashed the image as described. The RPI4 is booting well and I'm able to use e.g. YouTube Application. I would like to confirm, if this two recognized behaviors are normal. I started to study the environment and would like to use later for simple Internet Radio.
1. SysUI Edit Home Button has no function
I'm opening the bottom side bar with mouse press and up, then registered apps are shown and left the Edit Home Button, after clicking nothing happens. Is this correct?
2. Top right Bluetooth Button has no function
Bluetooth Roundbutton is shown top right corner, on button clicked nothing happens. Is this correct behavior?
If I use SSH connection to Rpi4 and use luna-send command then I get return values from com.webos.service.bluetooth2.
3. com.webos.media Direct use of com.webos.media by application developers is strongly discouraged.
In the API Summary [com.webos.media | webOS Open Source Edition] is mentioned:
Direct use of com.webos.media by application developers is strongly discouraged.
Instead, the media interfaces native to a particular application framework (e.g. Web, QT,
SDL/NDL) should be used.
- Why I shall use Qt (QMediaPlayer) instead? I thought the service is designed for media purpose.