Feature request re sound settings

feature request that:

  1. Screenshot sound has a toggle or even remove it? You can tell when a screenshot has been taken anyway as a preview shows up bottom left. There is actually no need for a shutter sound. I can understand the potential need on older OS’s/phones when a preview was not present, but now it is no longer needed.

  2. Can the secondary volume bar be returned to its previous volume when main volume is restored?

Regain your privacy! Adopt /e/OS the deGoogled mobile OS and online services

1 Like

I fully fully support 1. This is a really important feature to me and it’s been annoying me for months. Probably having it as a toggle in settings would be best

As per discussion here Turn off screenshot sound? - #21 by swarfendor437 we are not alone in this

Regarding 2 it’d be a cool option but not a priority (for me) and probably should have a separate thread for discussion IMO. I can see why it wouldn’t be desired by some

1 Like

Let’s take the request further and have toggles for each one?

The requests seem a bit unrelated to each other though, aside from the general “sound” category

True but that second volume bar controls both the “whoosh” for email and shutter sound for screenshot.

Only solution so far, if you have adb root access:

# mount -o rw,remount /product
# cd /product/media/audio/ui
# truncate -s 0 camera_click.ogg camera_focus.ogg
# mount -o ro,remount /product
1 Like