Skip to content

Instantly share code, notes, and snippets.

@Rainyan
Last active October 29, 2022 03:24
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 Rainyan/354827988fc2241b879c64b9c1b2295c to your computer and use it in GitHub Desktop.
Save Rainyan/354827988fc2241b879c64b9c1b2295c to your computer and use it in GitHub Desktop.
Fix for the stupid headphones max volume regulation on some Android devices, making it difficult to drive high impedance headphones on the headset. Probably need to restart headset after applying. Source/credit for this fix: https://forums.oculusvr.com/t5/Support/Headphones-plugged-into-Quest-2-can-t-turn-volume-to-max/m-p/937395/highlight/true#…
adb shell settings put secure unsafe_volume_music_active_ms 1
# reboot device
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment