mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-20 18:19:35 +00:00
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
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user