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>