A quick hack for this problem is to kill the media service via a script.
If your phone is rooted, you can install a program that can run shell scripts like Script Manager - SManager on your phone.
Then run the following script to kill the media service:
#!/system/bin/sh killall -9 android.process.media killall -9 mediaserver
Baaaaam! :)
If you have any idea how I find out what file or error is causing my media service to crash, don't hesitate to contact me.
0 Kommentare:
Post a Comment