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
Edit: Turn on by default
Bug: 389002332
Flag: android.hardware.biometrics.screen_off_unlock_udfps
Test: 1. FP screen off unlock should be included in settings
2. FP screen off unlock should be enabled by default
Change-Id: I65eda6ae6f69ff4e6a3191d91fb8be42797c7fcb
Signed-off-by: ralph950412 <ralph950412@gmail.com>
- Having it enabled sometimes causes you not to hear the other party during calls.
Change-Id: Ic9ce72f11d8198543e87b947a74181932b7cb41e
Signed-off-by: Lunark :3 <jvillaltamatos3007@gmail.com>
For some reason xiaomi has duplicated the Init method as ClientImplGet.
(or it gets automatically generated for them due to some other differences?)
However, our OSS libdisplayconfig.qti doesn't provide this symbol, but the
Init method takes the same parameters and seems to be sufficient for
citsensorservice to work.
Change-Id: I26a88eb379b517f147932310de1da51d65a31c6b
[fiqri19102002: Adapt to python extract utils]
Signed-off-by: Fiqri Ardyansyah <fiqri191002@gmail.com>
- Vermeer has the light sensor under the screen, so these sensors will report the correct values to the sensor.
Change-Id: I003ef7cfd0629f97f19459f19a9d0bd72e58c8b8
Signed-off-by: Lunark :3 <jvillaltamatos3007@gmail.com>
the ROM lockscreen shows white curves where rounded corners near the statusbar are supposed to be in place.
So reduce the radius so that those white curves are not visible to the user until a better solution is found.
Change-Id: Iab5b594b68ea0462ab37ca6e11ad426b4650bc47
The stock audio HAL hardcodes this config for voice usecases. Instead,
use the config values' in the base usecase.
Change-Id: I366000e58f476e7c840e9c4463f04a617ae2cbc2
Based on observing it's values, xiaomi.sensor.aod reports the following events:
4.0: Bright environment
5.0: Dark environment
Change-Id: I515624589fbe03eaf05ba527d81f755ac9aab076
Signed-off-by: Lunark :3 <jvillaltamatos3007@gmail.com>
Reference from https://review.lineageos.org/c/LineageOS/android_tools_extract-utils/+/411165
Now we can clean the version of the symbol on the blob, this allows
the elf to be checked again on some camera libraries. The libalLDC.so,
libalhLDC.so, libMiVideoFilter.so and libTrueSight.so blobs in the camera library that
previously depended on libnativewindow have now been freed by clearing
the symbol version AHardwareBuffer_* which looks like this:
strings libalLDC.so | grep AHardwareBuffer_
AHardwareBuffer_allocate
AHardwareBuffer_describe
AHardwareBuffer_lock
AHardwareBuffer_release
AHardwareBuffer_unlock
strings libalhLDC.so | grep AHardwareBuffer_
AHardwareBuffer_allocate
AHardwareBuffer_describe
AHardwareBuffer_lock
AHardwareBuffer_release
AHardwareBuffer_unlock
strings libTrueSight.so | grep AHardwareBuffer_
AHardwareBuffer_allocate
AHardwareBuffer_describe
AHardwareBuffer_isSupported
AHardwareBuffer_lock
AHardwareBuffer_release
AHardwareBuffer_unlock
AHardwareBuffer_lockPlanes
strings libMiVideoFilter.so | grep AHardwareBuffer_
AHardwareBuffer_allocate
AHardwareBuffer_describe
AHardwareBuffer_lockPlanes
AHardwareBuffer_release
AHardwareBuffer_unlock
strings libmorpho_ubwc.so | grep AHardwareBuffer_
AHardwareBuffer_describe
WenHao2130: For socrates' libTrueSight.so, it also needs .clear_symbol_version('AHardwareBuffer_isSupported')
Change-Id: I16619cf32c4486c7600ef32ab928fb2d8c5cd5e5
Signed-off-by: Fiqri Ardyansyah <fiqri191002@gmail.com>
* In MIUI 14, Xiaomi changed the bootloader product name to vermeer,
which will cause the new bootloader not to flash update package. Use
vermeer in board-info.txt so that the new bootloader can flash it too.
Change-Id: If2e4b4eedb13fcf85aa5128a864172fc62b8838b
nonui doesn't work properly on fuxi, doing this at least getting all gestures to works
Change-Id: I08e030cab9a0aeb58642f687f9efe28bedd616e6
Signed-off-by: lolipuru <banstellazz@gmail.com>
Signed-off-by: SkyMinus <minus_rav@qq.com>
Signed-off-by: Lunark :3 <jvillaltamatos3007@gmail.com>