[Q] A permanent way to disable camera shutter sound? S4G - Nexus S Q&A, Help & Troubleshooting

I know I can turn the ringer volume down to silence the shutter sound but...is there a way to permanently disable it?
delete it? any help is much appreciated. thank you!!

You'll have to root your phone, mount the /system partition read/write and delete the sound file that's located at /system/media/audio/ui/camera_click.ogg

not a problem. now, im assuming that this will just take the picture without the sound...and im also imagining that i wont experience any fc's.
thanks, man, ima nandroid and delete that file.

you don't have to delete it, just rename it, maybe you want the sound back
Sent from my Nexus S using XDA App

true.
i made a b/u prior to deletion. a few tests last night and everything worked fine.

Related

Disable Battery Full / Disconnect Sound?

Is there a way to disable the "battery charged" or "battery full / unplug cable" sound? it wakes me up in the middle of the night, and i have to switch to vibrate now every night.
pmpntl said:
Is there a way to disable the "battery charged" or "battery full / unplug cable" sound? it wakes me up in the middle of the night, and i have to switch to vibrate now every night.
Click to expand...
Click to collapse
There is a way.
You need a rooted phone, root explorer. Get the file at
/system/media/audio/ui/
The filename is TW_Battery_caution.ogg.
Edit the file, eliminate the sound, replace the file on the phone, reboot.
No more annoying warning tone.
daverup thank you! The last two nights ive woken up to a middle of the night text that turned out to be my phone just letting me know its charged... wtf?
This is the first time I've used Root Exploter. I was able to copy the file to my SD card, and edit it to make it silent, but when I try and copy it or move it back, it just does nothing - I get no error message, and the file does not appear.
Will the missing file cause a problem when the phone fully charges?
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
needed to mount /system in rw
May be a stupid question... How do you edit this file to make it silent?
yes please a little more dumbed down step by step for us noobs out here.
Or if you jump (flash) to the leaked Froyo J16, you won't have to worry about that noise either. It drove me nuts and I was so glad to see that they changed that with the new Froyo release.
Gr8Danes said:
Or if you jump (flash) to the leaked Froyo J16, you won't have to worry about that noise either. It drove me nuts and I was so glad to see that they changed that with the new Froyo release.
Click to expand...
Click to collapse
I'm on cognition 2.2 beta 9.1.1 isn't that built on JI6? Anyway, I still have the annoying tone!!!
I am still looking for a way to disable the battery full notification, does anyone have any suggestions?
Sent from my SAMSUNG-SGH-I897 using XDA App
pmpntl said:
Is there a way to disable the "battery charged" or "battery full / unplug cable" sound? it wakes me up in the middle of the night, and i have to switch to vibrate now every night.
Click to expand...
Click to collapse
U don't need to root. I did it but can't remember how. Sorry.
Sent from my SAMSUNG-SGH-I897 using XDA App
Can any one help with this? same file to edit on Froyo?
it still happens to me on Froyo, the official one.
I keep it on virbrate, and it still vibrates when charged which sometimes will wake me up.
At this point i might go to a custom rom just to disable this, but have the phone rooted, if someone can give instructions on how to disable the vibrate/sound/notification all together.

Disable volume rocker sound

I've tried searching with no luck (maybe I just suck at it). Is there a way to disable or change the "plinking" sound of the volume rocker? It's driving me mad.
I want that too! My device has volume locker up very sensitive,small presure activates it,yet the button seems to work properly.don't have patience to wait for warranty and thank god is the volume up and not down.
Sent from my HTC Desire S using XDA Premium App
This is the one thing that bothers me with my Inspire. When pulling out of it's case I constantly hear the plink sound. I've installed Volume Lock from the market, but that doesn't take care of the sound.
Unfortunately I think we are stuck with this one. I had this minor quibble with my old Desire too. I can confirm there is no option that I know of to disable it.
I guess the location of the volume rocker sound is not device specific, so has anyone found where it is? I want to replace the sound with something else, but I can not find the file location. It's not in /system apparently, or I am looking in the wrong places.
Hi guys
It's 7 mp3 files in /system/media/audio/ui
Download THESE and put them in your ui folder...works for me
It's 7 mp3 files with silence, you can also try deleting them, but I'm not sure what happens
Cheers
That doesn't seem to work for me. I put the files in /system/media/audio/ui via "adb pull" and verify they are there, but that doesn't change anything. Rebooting the phone doesn't help either.
What firmware are you on? I'm using Android 2.3.4 (Cyanogen 7).
I think you mean ADB push, right?? If you used pull, you'd be copying those files from your phone and overwriting those on your PC...
the syntax goes:
Code:
adb shell mount /system
adb push volume-1.mp3 system/media/audio/ui/volume-1.mp3
adb push volume-2.mp3 system/media/audio/ui/volume-2.mp3
...etc...
But it si possible that CM7 has these sounds elsewhere, so try searching for .wav/.mp3/.ogg file in the ROM...
It is also possible these are packed in some .apk file as a resource...in that case you need to find what .apk file it is, decompile it, replace those sounds, recompile it and push back....

how do i mute the camera sound

it's crappy, annoying and unwanted. how do i mute it (without putting the phone on vibrate)?
Are you rooted? If so then you'll have to download "root explorer" app (if you don't have it) and then scroll down to SYSTEM, then SCROLL to MEDIA and delete the camera.ogg file (I believe that's the name of it) and the recorder.ogg file (I believe that's the name of it). If I helped please feel free to hit the thanks button.
Sent from my Nexus S using XDA Premium App
Do not delete those files right away, try renaming them to something else first. If the camera app still works, then it is safe to delete.
But for me when I renamed the files (in my Nexus S they're in /system/media/audio/ui/ and the file names are camera_click.ogg and VideoRecord.ogg) the camera app cannot start anymore. The error message was weird though -- it says "Cannot connect to camera."
Then I renamed the files back and the camera app works again.
nope. not rooted. just plain ol' stock 2.3.2
suksit said:
Do not delete those files right away, try renaming them to something else first. If the camera app still works, then it is safe to delete.
But for me when I renamed the files (in my Nexus S they're in /system/media/audio/ui/ and the file names are camera_click.ogg and VideoRecord.ogg) the camera app cannot start anymore. The error message was weird though -- it says "Cannot connect to camera."
Then I renamed the files back and the camera app works again.
Click to expand...
Click to collapse
You just need a blank sound file to replace it.
KryPTiCk0d3 said:
You just need a blank sound file to replace it.
Click to expand...
Click to collapse
Yeah, I think that's the way to go.
If you make your phone silent, I believe the camera makes no shutter sound.
suksit said:
Do not delete those files right away, try renaming them to something else first. If the camera app still works, then it is safe to delete.
But for me when I renamed the files (in my Nexus S they're in /system/media/audio/ui/ and the file names are camera_click.ogg and VideoRecord.ogg) the camera app cannot start anymore. The error message was weird though -- it says "Cannot connect to camera."
Then I renamed the files back and the camera app works again.
Click to expand...
Click to collapse
I always delete both files after I download a new rom and the camera works flawlessly. Trust me it works and it's extremely easy.
Sent from my Nexus S using XDA Premium App
Why dont you just to to "Vignette"
you could hold the volume down key for 5 seconds before you take a snap

Disable Camera Sound

I discovered shortly after getting the S5 on the 11th that I couldn't disable the shutter sound. Come to find out, that option is available on AT&T S5 phones. Any ideas why they can and we can't, least till some ROMs pop up?
Try this - it worked for my s3:
Check the file system\csc\feature.xml and edit this line to true
<CscFeature_Camera_ShutterSoundMenu>false</CscFeature_Camera_ShutterSoundMenu>
You may have to change permissions on the file too.
Sent from my SM-G900P using Tapatalk
Thanks for the help! Looks like I have a reason to root it now so I have access to that. :highfive:
I'll report back, thanks!
If you just turn the system volume all the way down the camera shutter sound is gone.
Sent from my SM-G900P using xda app-developers app
Took longer than I thought, stupid ES Explorer apparently won't let you R/W in the system even with root explorer. Did just like you said, only difference was the shutter sound option on S5 which was false, so I made it true.
Quick google and found this ES Explorer does let you R/W so figured I'd share as well.
http://forum.xda-developers.com/showpost.php?p=42379254&postcount=18
....and the screenshot for proof. Thanks again!
This worked for me. I did have to reboot for the shutter sound option to become visible in the menu.
Sent from my SM-G900P using Tapatalk
TKS3 said:
If you just turn the system volume all the way down the camera shutter sound is gone.
Sent from my SM-G900P using xda app-developers app
Click to expand...
Click to collapse
agreed...just put your phone in vibrate or silent mode and there is no sound to begin with
I prefer the modifying the features files to have the option to turn the shutter sound on or off, just like the AT&T phones comes STOCK

No Shutter Sounds [Root]

Got the silence files from http://forum.xda-developers.com/showpost.php?p=66258646&postcount=13
You DO NEED ROOT but its simple.
There are 6 files that need to change in system/media/audio/ui
af_failure.ogg
af_success.ogg
cam_snap_0.ogg
camera_click.ogg
camstart.ogg
camstop.ogg
With a root file manager (root explorer, etc) rename those 6 files to .old and replace with the files in the zip provided. Then just FIX PERMISSIONS and reboot.
Very nice find.
For those without root, i'll add this: I was playing with a camera app last night that was recommended somewhere, cymera maybe? And in it, it had an option to go silent. I turned all my volumes up outside the app, went in, took a picture, zero sound. So that might be an option for others.
LRiley said:
Got the silence files from http://forum.xda-developers.com/showpost.php?p=66258646&postcount=13
You DO NEED ROOT but its simple.
There are 6 files that need to change in system/media/audio/ui
af_failure.ogg
af_success.ogg
cam_snap_0.ogg
camera_click.ogg
camstart.ogg
camstop.ogg
With a root file manager (root explorer, etc) rename those 6 files to .old and replace with the files in the zip provided. Then just FIX PERMISSIONS and reboot.
Click to expand...
Click to collapse
Thx, works good.
I have the T-Mobile variant and if my phone is on silent, there is no shutter sound.
I believe this is a way to silence the shutter sound without having to add the step of muting your phone.
CharlzO_2000 said:
I believe this is a way to silence the shutter sound without having to add the step of muting your phone.
Click to expand...
Click to collapse
correct
Hmm so I'm trying to figure it out but no luck yet. I have the sounds disabled in camera except one. When you long press the take pic button. It does the multiple shots til you let go, the click sound is there. Any idea which sound file that is?
Sent from my LG V20 using XDA Labs

Categories

Resources