- Advertisement -
()

A while ago, many users asked the same question: how do I remove a media player from my notifications? Spotify, Tidal, Youtube Music, Bandcamp, etc., are stuck, indelible, but there is a solution! Here's how to get rid of a stuck media player.

There are two possible solutions to the problem, one requires an open bootloader and ROOT, the other does not. The ROOT solution of course requires the installation of Magisk to grant ROOT rights. The other requires the Minimal ADB package to be installed on the PC.

Magisk / ROOT solution

  1. Download and install the Termux app
  2. Open the Termux app and type: su
  3. Give it the ROOT right and enter it: settings put secure qs_media_resumption 0
  4. Type twice to exit: exit
  5. Delete the Termux app and you're done

ADB solution

  1. Connect your phone to your PC (charging only, no file transfer)
  2. On your phone, go to Settings -> My device -> All features. Here, tap on "MIUI version" until it says "You are already a developer."
  3. Go back to the Settings main menu, then More settings -> Developer settings and turn on "USB debugging". Tick that you are aware of the threat and tap OK
  4. A pop-up window asks for permission to ADB via USB, enable
  5. On a computer, open a command prompt and type: adb devices
  6. If the answer is blank, then something is wrong (Google helps), if there is something like this, 12345678________device, then we can move on
  7. Type the following command: adb shell settings put secure qs_media_resumption 0
  8. You're done! Turn off USB debugging and Developer Settings

We hope this has helped many of you to fix this crazy bug on your own, which Xiaomi has been kind enough to leave in the update. Or if you can't do it, wait for the next update, which will have it fixed.

How useful was this post?

Click on a star to rate!

Average rating / 5. Number of votes:

No votes so far! Be the first to rate this post.

Since you found this post useful...

Follow us on social media!

Sorry this post was not useful for you!

Fix this post!

Tell us, how can we improve this post?

- Advertisement -