Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastianst/unsafevolumexposedmod
Xposed mod to disables the Safe Media Volume Popup
https://github.com/sebastianst/unsafevolumexposedmod
Last synced: 22 days ago
JSON representation
Xposed mod to disables the Safe Media Volume Popup
- Host: GitHub
- URL: https://github.com/sebastianst/unsafevolumexposedmod
- Owner: sebastianst
- License: other
- Created: 2013-06-24T03:53:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-24T21:29:49.000Z (over 11 years ago)
- Last Synced: 2024-10-04T18:55:46.995Z (about 1 month ago)
- Language: Shell
- Size: 238 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
UnsafeVolumeXposedMod
=====================This little programme disables the Safe Media Volume popup, which Google has to implement due to
EU regulations. It uses the [Xposed framework](http://forum.xda-developers.com/showthread.php?t=1574401)
to hook into the Zygote initialisation to set the parameter `config_safe_media_volume_enabled` to `false`.A nice extension would be to actually modify this program so that one can alter any configuration
parameter from the config.xml file. It could provide an interface where one can add parameters
and the values one would like to assign to them. Then during startup the programme would apply
the values.A compiled APK can be downloaded from my [Bintray site](https://bintray.com/sebastianst/Android/UnsafeVolumeXposedMod).
Quick Installation
------------------
*Note: Obviously, you need root access.*1. Download the Xposed Installer APK from the above XDA thread
2. Install the app, run it, let it install the framework
3. Download and install my APK from the above Bintray link
4. Activate it in the Xposed Installer app
5. Soft reboot