This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
I have Camera Zoom FX installed and one of the settings options is to enable / disable the shutter sound effect. The stock camera app seems to have missed this.
A Google search gleaned this information:
Remove the camera_click.ogg file from your phone.
You must be rooted to do this but you can do this using ADB Shell or Terminal Emulator. Make sure to change /system to RW first.
ADB shell
SU
mount -o remount,rw /dev/block/mtdblock4 /system
mv /system/media/audio/ui/camera_click.ogg /system/media/audio/ui/camera_click.ogg.old