So here are some progress updates, This time about something that was bothering a lot of people.
So lets talk about camera which would stop working after prolonged use.. This issue has been bothering me for over 2 years now but it was one of trickiest issues to deal with as described here
https://github.com/8890q/android_device_samsung_universal8890-common/issues/5
Reason why this was so tricky is because camera lib is completely blobbed and there is no source for it so it required some reverse engineering (a lot of it)
first time around we just removed all fd closes from lib which left file descriptors open and once there were too many camera would stop working.. Anyhow since i had a bit more time due to corona i was able to really invest that time into android and look into and finaly i got a solution that is not hacky and resolves issues with camera once and for all (Or as long as google doesnt decide to drastically change something again)
Anyhow camera wont be crashing after ~20 min of use anymore and you wont have to reboot phone to continue using it.
Once again big thanks for all donations that help cover the build server cost and that got me coffee (I really needed coffee to fight with android fdsan weirdness to fix this haha)
New build with camera fix implemented will be out in a few days together with february security update and few other bug fixes, This affects all of 7 and 8 series exynos devices (8890/8895)