Skip to content

Instantly share code, notes, and snippets.

@Zazcallabah
Created November 11, 2019 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zazcallabah/766559bc693ad1b2d293e8b1200a8a4d to your computer and use it in GitHub Desktop.
Save Zazcallabah/766559bc693ad1b2d293e8b1200a8a4d to your computer and use it in GitHub Desktop.
disables the nag-notification about high headphone volume on android
adb root
adb pull /system/build.prop
echo "audio.safemedia.bypass=true" >> ./build.prop
adb shell
mount -o rw,remount /system
exit
adb push ./build.prop /system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment