a-andre
a-andre
The integrated microphone doesn't show up. Headset detection seems to work. But sound doesn't work, yet. Probably because of a missing UCM config.
The flash driver has been [applied](https://lore.kernel.org/phone-devel/[email protected]/). The dts changes for l9100 (BQ-M5) are pending. The changes for l8910 (BQ-X5) still need to be tested, before sending upstream.
Removing the imports `import mip.*` from `model.py` might also work.
Arch Linux has a patch for it https://gitlab.archlinux.org/archlinux/packaging/packages/python-cylp/-/blob/c5193b53377de28811180e752a8d8d2cf0aaf1d3/numpy-2.0.patch
When running `$ gst-launch-1.0 videotestsrc ! videoconvert ! v4l2vp8enc ! queue ! v4l2vp8dec ! xvimagesink` or `ffplay -vcodec h264_v4l2m2m file.mp4` `dmesg` shows `qcom-venus 1d00000.video-codec: prepare for power collapse fail (-110)`....
There is still an issue with the clock frequency, the clock frequency we set is not the clock frequency we get. minecrell: > hm yeah now mclk is broken again...
Metadata and desktop files are also useful if the application is distributed via linux distribution repositories. IMO they could already be added to the repository, no need to wait for...
It seems I misinterpreted the `configure` file and assumed C++11 or newer was already enforced. Anyway, C++11 seems well supported nowadays. So why not required it for the current development...
Based on https://github.com/coin-or/CoinUtils/commit/1a83f9b25e05a1fe7eca08d80c705f60a7bd68dc I assume the discussion happened 5 years ago. Things might have changed since then. If there is a probability of being accepted, I can looking into making...