What's new
DroidForums.net | Android Forum & News

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!

Camera

Theres a couple ways of doing it...but I believe you would need to be rooted to do any of them.
 
Yeah im rooted but I haven't found out how to silence it when I take a pic yet

Sent from my DROIDX using DroidForums App
 
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


*shrug* Good luck!
 
Back
Top