From a44aca6580b6f39459195275f4631682410aae4b Mon Sep 17 00:00:00 2001 From: Gloria Wang Date: Mon, 10 Jan 2011 17:33:25 -0800 Subject: [PATCH] Temporarily disable the drm service. do not merge Change-Id: I5cb04a9c2cc5b95443c6c0ea77132a4102ca47fc --- rootdir/init.rc | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index 9f3020f7d..6418bd22e 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -176,10 +176,11 @@ on post-fs-data chown root root /data/lost+found chmod 0770 /data/lost+found + # temporarily disable the drm server # create directory for DRM plug-ins - mkdir /data/drm 0774 drm drm - mkdir /data/drm/plugins 0774 drm drm - mkdir /data/drm/plugins/native 0774 drm drm + #mkdir /data/drm 0774 drm drm + #mkdir /data/drm/plugins 0774 drm drm + #mkdir /data/drm/plugins/native 0774 drm drm # If there is no fs-post-data action in the init..rc file, you # must uncomment this line, otherwise encrypted filesystems @@ -371,15 +372,16 @@ service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-sys onrestart restart media onrestart restart netd -service drm /system/bin/drmserver - class main - user drm - group system root inet +# temporarily disable the drm server +#service drm /system/bin/drmserver + #class main + #user drm + #group system root inet -service drmio /system/bin/drmioserver - class main - user drmio - group drmio +#service drmio /system/bin/drmioserver + #class main + #user drmio + #group drmio service media /system/bin/mediaserver class main