I think I’ve said this in the 10 IV thread, but my understanding is that the HIDL vs AIDL differences between Android 14 and 15 bases make AppSupport difficult at present. Same goes for fingerprint, though I think I have a reasonable chance at being able to fix that one given enough time.
These are not concerns on Nagara because they use an Android 14 base. I did not want to go to the effort of porting Lineage21 to Murray or Zambezi, so I used the pre-existing Lineage22 builds.
Happy to be proven wrong about the above.
Similarly for bluetooth phone calls, Rinigus wrote a handy little script called droid-bthelper on Nagara to fix that problem, but again because he ported Lineage21 himself, he was able to use android.hardware.audio@7.0. The prebuilt Lineage22 I’m using only ships android.hardware.audio@6.0, so I need to learn how to modify droid-bthelper to talk to that interface instead.
Finally, cameras - some great discoveries have been found by @denissius and co at Community work on Xperia 10 V camera support regarding cameras in the Jolla port on 10V and 10IV. It would appear that the Jolla port uses the Camera2 API, which is interesting. I have used the Camera1 API, which limits us to a single lens front and rear. We could switch to Camera2 and likely have all three rear lenses, but we’d lose video recording functionality. I suppose if the people using these ports would prefer that, I will look into it. But we can only have one or the other. Nagara uses Camera1 to my knowledge, but due to the way Sony wrote their proprietary camera blobs for Nagara, they have access to both standard and telephoto lenses where we only have standard.
The other outstanding issues of dual sim and fussy youtube playback I’m not quite sure how to tackle yet, I haven’t really looked too closely. Usb-moded can be fixed I’m sure, I just need to put the time aside to do it as well. Same for dual-sim, though it is not a priority of mine. As always, if you are willing and able to help in any way, please do. Sources are here. I’m only one person and I have many other things to do of an evening / weekend!