Files
android/putlibs.sh
Gloria Wang 1c53769dc1 Update from Widevine
Change-Id: Ie508911ed2bff66c1fe5962f51f1a51b8f484f5a
2011-02-18 16:24:28 -08:00

13 lines
371 B
Bash
Executable File

#!/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