Hi,

I downloaded the Android source and compiled for "generic" product.

In order to disable media server (as our target device doesnt require it), I
modified the init.rc file as follows.

service media /system/bin/mediaserver
       user media
       group system audio camera graphics inet net_bt net_bt_admin
       *disabled*

but still if I do "ps" at the command prompt, it shows that mediaserver is
running. How to disable it??

Thanks
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to