Update from Widevine
Change-Id: Ie508911ed2bff66c1fe5962f51f1a51b8f484f5a
This commit is contained in:
12
putlibs.sh
Executable file
12
putlibs.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
# This is a script to install the original DRM plugins (first working stingray libs)
|
||||
# on the device. You shouldn't need to use it except for troubleshooting/debugging.
|
||||
|
||||
adb root
|
||||
sleep 2
|
||||
adb remount
|
||||
sleep 2
|
||||
adb push libwvm.so /system/lib
|
||||
adb shell mkdir -p /system/lib/drm/plugins/native
|
||||
adb push libdrmwvmplugin.so /system/lib/drm/plugins/native
|
||||
adb reboot
|
||||
Reference in New Issue
Block a user