- 01 Apr, 2022 3 commits
-
-
pixelboot authored
-
pixelboot authored
-
* E ims_media_jni: Error loading library lib-imsvt.so: dlopen failed: cannot locate symbol "_ZN7android7SurfaceC1ERKNS_2spINS_22IGraphicBufferProducerEEEb" referenced by "/system_ext/lib64/lib-imsvideocodec.so" Signed-off-by:
Palakurthi Sreekanth's avatarPalakurthi Sreekanth <palakurthisreekanth995@gmail.com>
-
- 20 Nov, 2021 4 commits
-
-
* Wahoo's blobs will cause null pointers in cnss-damon, pm-proxy and rild Change-Id: I6eaa46a45406787825da3aa7f7ebf9ff9739ea2d
-
* Needed since we compile a newer thermal HAL Signed-off-by:
default avatarLunarixus <Nathan@lunarixus.party>
-
In Google's own words: "libhidltransport and libhwbinder have been deprecated and the code is in libhidlbase" With this knowledge we know that these blobs should still work despite not having libhidltransport and libhwbinder so we can remove the prebuilt blobs that Google added to the vendor which are hacks to make these blobs work. Commands used to patch all of these libs: for i in $(grep -Rln "libhidltransport.so"); do patchelf --remove-needed libhidltransport.so $i; done for i in $(grep -Rln "libhwbinder.so"); do patchelf --remove-needed libhwbinder.so $i; done Special thanks to AnanJaser1211 for help with the commands. Signed-off-by:
Lunarixus <Nathanb644@hotmail.co.uk>
-
-