lineageos4microg / docker-lineage-cicd

Docker microservice for LineageOS Continuous Integration and Continous Deployment
https://hub.docker.com/r/lineageos4microg/docker-lineage-cicd
GNU General Public License v3.0
490 stars 194 forks source link

FP5 vendor_boot image version missmatch #673

Open Maddin-619 opened 2 weeks ago

Maddin-619 commented 2 weeks ago

Not sure if it's the right place to report this issue. But I discoverd some problems with the FP5 builds: When I launch netflix it crashes with an error that it could not found a DRM HAL implementation. Since the DRM impl is provided by the vendor partition I unpacked it and found out, that the vendor image is based on Android 13. The upstream linageos builds already provide vendor blobs targetting Android 14, which I assume are extracted from the new released offical FP5 OS. So I thing the vendor image included in the linage4microg builds is out dated and can be the root for the DRM Problems.

petefoth commented 2 weeks ago

We build using the same git repos as upstream LOS. For the FP5 vendor blobs, we use https://github.com/TheMuppets/proprietary_vendor_fairphone_FP5.

There have been three commits to that repo since our latest build for FP5 on 15th August, including FP5: Bump to FP5.UT20.B.041.20240624 which - from the commit message - looks like it may address this issue. We will pick that commit up in out next build run, so it will be interesting to see if the Netflix crash is fixed in that build.

Thanks for looking into this