[SOLVED] Disable camera shutter sound

Search This thread

nezb

Senior Member
Feb 2, 2010
90
35
Hi,

I'm trying to figure out how to disable the camera's shutter sound since it is very annoying.

I looked at /system/build.prop and there is a line that might be helpful: ro.media.capture.shuttertone=0

Can someone shed some light on this? Thanks!
 
Last edited:
  • Like
Reactions: pigphish

nezb

Senior Member
Feb 2, 2010
90
35
Exact steps over adb shell:

Code:
$ su
# cd /system/media/audio/ui
# /bin/mount -o remount,rw /system
# mv camera_click.ogg camera_click.ogg.bak
# /bin/mount -o remount,ro /system
# exit

Now if only there was a fix for it to only play when the system wasn't muted. But this is good enough for now :rolleyes:
 

ORam78

Senior Member
Nov 13, 2008
144
21
Fort Collins, CO
Well, the easier of the two is to basically combine both ideas. By using Root explorer you can go to that exact location and rename the file with a '.bak' at the end of the file. I did this and it worked like a charm. That way nothing is deleted and a backup is in tact in case you want to change it back.
 

manekineko

Senior Member
Jul 26, 2009
1,005
229

Jeffrey_L

Member
Jul 6, 2010
36
0
So here's a really weird situation . . . my loud camera noise went away all by itself - honest!

Before I read very far on the camera shutter issue, I tried the vignette app to see if it would disable the sound. No dice. I uninstalled it. A couple days later I noticed that when taking a photo there was no sound at all.

I have tried to change several settings to make the sound come back (just to figure out where it went), but I can't. I'm not complaining - the sound was terribly annoying! But, I'm a little worried that I can't figure out what happened.

And no, I'm not rooted.
 
So here's a really weird situation . . . my loud camera noise went away all by itself - honest!

Before I read very far on the camera shutter issue, I tried the vignette app to see if it would disable the sound. No dice. I uninstalled it. A couple days later I noticed that when taking a photo there was no sound at all.

I have tried to change several settings to make the sound come back (just to figure out where it went), but I can't. I'm not complaining - the sound was terribly annoying! But, I'm a little worried that I can't figure out what happened.

And no, I'm not rooted.

That's interesting because I also tried Vignette a couple of days ago but haven't used the camera since, so I just opened the camera and there's no shutter sound. However, I also found out that my camera button doesn't open the camera anymore. Does your camera button open the camera? This may take a hard reset to fix but boy I want to avoid that if I can.
 

ovendoor

Member
Jul 4, 2007
8
0
Thanks for posting....working well so far. Anyone seen any ill effects?

Sent from my MB855 using Tapatalk
 

dreDrennon1

Senior Member
Jun 18, 2010
1,749
404
Nashville
Root Tools

I found the easiest way too turn off the camera shutter sound is too hip into the Root Tools app hit menu then settings and click where it says "CAMERA SHUTTER SOUND ENABLE/DISABLE"
 

pigphish

Senior Member
Apr 10, 2008
112
6
worked like a charm. Used es file explorer... mounted system as writeable and used su settings.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 10
    Just delete the cameraclick.ogg from /system/media/ui/

    Sent from my MB855 using XDA App
    7
    Exact steps over adb shell:

    Code:
    $ su
    # cd /system/media/audio/ui
    # /bin/mount -o remount,rw /system
    # mv camera_click.ogg camera_click.ogg.bak
    # /bin/mount -o remount,ro /system
    # exit

    Now if only there was a fix for it to only play when the system wasn't muted. But this is good enough for now :rolleyes:
    6
    Well, the easier of the two is to basically combine both ideas. By using Root explorer you can go to that exact location and rename the file with a '.bak' at the end of the file. I did this and it worked like a charm. That way nothing is deleted and a backup is in tact in case you want to change it back.
    3
    For others - if deleting that file didn't work:

    I have a Galaxy S3, and my camera sound still played even after using a rooted file explorer to delete the cameraclick.ogg file.

    I had to delete shutter.ogg too.


    Hopefully that will save someone some frustration.
    3
    What if you're not rooted?

    If you're not rooted, someone made an app that disables system enforced sounds, and released it on the official Moto forums:
    https://supportforums.motorola.com/message/443424#443424

    This will mute all sounds that are otherwise unmutable. Off hand, I can't think of any besides the camera shutter, which makes this a pretty good fix.