1

I used this link Use Adb to disable Media Server

hoping to permanenenly disable the battery hogging media server process . It did not work Mediaserver still runs on my Android 4.4 Jiayu S3 phone as /system/bin/mediaserver and I found another just as pricky process called /system/bin/drmserver which shows up on adb # top . So I mounted the /system in RW mode and removed -x from them both. After that I killed the existing processes for these binaries. The phone just froze . After a force restart it will NOT BOOT until I restored the -x bit again ( restored execute ) . What do these do . How do I ensure they don't run if they are not needed.

2
  • I believe you should add a link to your previous question which is the actual problem you're trying to solve I think. Commented Jul 20, 2015 at 15:00
  • You are right. Probably didn't need to be a new question but there was so much information so I thought maybe a new question would bring that out thank you again Commented Jul 20, 2015 at 15:15

1 Answer 1

2

This is a really old question but I have an answer for anyone wondering.If you do not care about playing DRM-protected content, just replace /system/bin/drmserver with an executable file that does nothing (e.g. just sleeps forever). Example: File someone made for a Magisk module that disabled DRM

1
  • This doesn't work on android 9. If I remove drmserver or even replace the executable with a sleep script, it breaks RIL, Wifi and startup apps. Come on, no one knows how to remove this proprierary thing? Commented May 30 at 17:32

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.