From 5c426ff40e424fa334233fe8c8853c2367bb1693 Mon Sep 17 00:00:00 2001 From: Sandeep P S <36669540+Sandeep-FED@users.noreply.github.com> Date: Thu, 26 Jan 2023 14:44:57 +0000 Subject: [PATCH] sm7250-common: Drop liboemcrypto blob Unfortunately even though avicii shows as Widevine L1 status It doesn't work. Apps like Netflix fail to load or in other cases reboot the device. logcat shows errors such as: E WVCdm : [device_files.cpp(1111):RetrieveHashedFile] File does not exist: path = /data/vendor/mediadrm/IDM1013/L1/cert.bin W WVCdm : [device_files.cpp(144):RetrieveCertificate] Unable to retrieve certificate file So DRM keys probably got wiped upon bootloader unlock as even stock ROM this same behavior happens. Signed-off-by: Sandeep-FED --- proprietary-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proprietary-files.txt b/proprietary-files.txt index 930d6e0..b9af86b 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -926,7 +926,7 @@ vendor/bin/hw/android.hardware.drm@1.3-service.widevine vendor/etc/init/android.hardware.drm@1.3-service.widevine.rc -vendor/etc/vintf/manifest/manifest_android.hardware.drm@1.3-service.widevine.xml vendor/lib64/mediadrm/libwvdrmengine.so -vendor/lib64/liboemcrypto.so +#vendor/lib64/liboemcrypto.so vendor/lib64/libtrustedapploader.so vendor/lib64/libwvhidl.so