I think it's annoying that shutter sound exists and you can't just shut it off in the camera app. The only way is to be in silent mode, which I am in most of the time. But today I forgot while using a computer lab at school and a loud shutter click went off. Ugh.
I realize that renaming/removing the OGG files for the shutter sound and video sound are the easiest.... BUT I see myself flashing new ROMs left and right.
Perhaps there's a way to write a script to do this? I'm not too good with scripting as easy as that sounds... lol.
Edit: Something like this for script manager?
I realize that renaming/removing the OGG files for the shutter sound and video sound are the easiest.... BUT I see myself flashing new ROMs left and right.
Perhaps there's a way to write a script to do this? I'm not too good with scripting as easy as that sounds... lol.
Edit: Something like this for script manager?
Code:
mount -o remount,rw /dev/block/mtdblock4 /system
mv /system/media/audio/ui/camera_click.ogg /system/media/audio/ui/camera_click.ogg.old
mv /system/media/audio/ui/VideoRecord.ogg /system/media/audio/ui/VideoRecord.ogg.old
mount -o remount,ro /dev/block/mtdblock4 /system
Last edited: