Update from Widevine

Change-Id: Ie508911ed2bff66c1fe5962f51f1a51b8f484f5a
This commit is contained in:
Gloria Wang
2011-02-15 10:32:57 -08:00
parent f00905c9b3
commit 1c53769dc1
15 changed files with 2043 additions and 23 deletions

12
putlibs.sh Executable file
View 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