From ecb7cac637b9b231442d8fc0b4bbeb63b5dd8c95 Mon Sep 17 00:00:00 2001 From: TheMysticle <36317711+TheMysticle@users.noreply.github.com> Date: Thu, 15 May 2025 17:12:40 +0200 Subject: [PATCH] vermeer: patch mihal_overlap to make instagram camera work We had this issue for the longest time where if you take a picture in instagram the app freezes. Thanks to https://github.com/IPSBHANGU we have now have a way to fix it :D Patch: - odm/etc/camera/mihal_overlap/overlap_config.json to remove com.instagram.android Change-Id: I3f227f6099ca93be383b23e49414676f36e7c4df --- extract-files.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extract-files.py b/extract-files.py index f34fefc..67e53c7 100755 --- a/extract-files.py +++ b/extract-files.py @@ -53,6 +53,10 @@ blob_fixups: blob_fixups_user_type = { 'odm/lib64/libailab_rawhdr.so' ): blob_fixup() .strip_debug_sections(), + ( + 'odm/etc/camera/mihal_overlap/overlap_config.json' + ): blob_fixup() + .regex_replace('com.instagram.android', ''), ( 'odm/lib64/libcamxcommonutils.so', 'odm/lib64/hw/com.qti.chi.override.so',