Jump to content

camera shutter sound


Guest amare

Recommended Posts

yes if you know how to use adb and have a rooted phone

assuming wireless connection and adbwireless installed on phone

adb connect phoneip

adb remount

adb shell

rm /system/media/audio/ui/camera_click.ogg

rm /system/media/audio/ui/VideoRecord.ogg

reboot

Link to comment
Share on other sites

Thanks for that, here's what I did:

Installed ADB drivers.

adb remount

adb shell

cd system/media/audio/ui

mv camera_click.ogg camera_click.ogg.back

mv VideoRecord.ogg VideoRecord.ogg.back

No more annoying sounds!

I decided to just rename them in case it broke.

Link to comment
Share on other sites

In Astro File Manager you could go to:

/system/media/audio/ui

and rename camera_click.ogg

Not tried this though.

You still need adb to remount rw so may as well do the rename/delete too

Link to comment
Share on other sites

yes if you know how to use adb and have a rooted phone

assuming wireless connection and adbwireless installed on phone

adb connect phoneip

adb remount

adb shell

rm /system/media/audio/ui/camera_click.ogg

rm /system/media/audio/ui/VideoRecord.ogg

reboot

I dont know about adb. Thanks anyway.

Link to comment
Share on other sites

I dont know about adb. Thanks anyway.

Since there seems to be no other way I had a look on google about adb and it seemed simple. Whadya know it was :) and I've now got rid of the camera sound. Thanks guys.

Link to comment
Share on other sites

Guest dav_dako
Since there seems to be no other way I had a look on google about adb and it seemed simple. Whadya know it was :) and I've now got rid of the camera sound. Thanks guys.

Quick guide for the rest of us android noobs?

Link to comment
Share on other sites

  • 1 month later...
Thanks for that, here's what I did:

Installed ADB drivers.

adb remount

adb shell

cd system/media/audio/ui

mv camera_click.ogg camera_click.ogg.back

mv VideoRecord.ogg VideoRecord.ogg.back

No more annoying sounds!

I decided to just rename them in case it broke.

I tried the above but got 'permission denied' - transcript follows:

$ mv camera_click.ogg camera_click.ogg.org

mv camera_click.ogg camera_click.ogg.org

failed on 'camera_click.ogg' - Read-only file system

$ chmod 664 camera_click.ogg

chmod 664 camera_click.ogg

Unable to chmod camera_click.ogg: Read-only file system

$ remount rw

remount rw

remount: permission denied

$ exit

I have su'd and the phone is rooted.

Any ideas please?

Many thanks - seg

Edited by seg
Link to comment
Share on other sites

Enter su before using these commands.

Thanks for your reply - as per my message above, I have already su'd - and as you see in my code above I have a '$' prompt not a '#' one.

$ exit

I have su'd and the phone is rooted.

Any more ideas, anyone?

seg

Edited by seg
Link to comment
Share on other sites

Thanks for your reply - as per my message above, I have already su'd - and as you see in my code above I have a '$' prompt not a '#' one.

Any more ideas, anyone?

seg

Can't really be made any easier than my post above.

Link to comment
Share on other sites

Guest Hans Gruber
Assuming you have clockwork recovery installed this should do the trick, copy to sd card, boot into recovery select apply zip from sd card and away you go.

Thanks for that, is it possible to remove the auto-focus beep as well?

Link to comment
Share on other sites

Guest buneech
Thanks for your reply - as per my message above, I have already su'd - and as you see in my code above I have a '$' prompt not a '#' one.

Any more ideas, anyone?

seg

Have you tried this in a terminal emulator directly on the phone?

When you enter su in a terminal emulator, the superuser app should pop up and ask to allow this action.

Link to comment
Share on other sites

Have you tried this in a terminal emulator directly on the phone?

When you enter su in a terminal emulator, the superuser app should pop up and ask to allow this action.

This is what I did:

connected the phone to the PC via USB

Run cmd, then in the command window:

> adb devices - got a device name back (I am doing this from memory, so cannot remember the exact name, it was something like P234B)

then

>adb shell

#su

su

$

I DO NOT THINK I SAW a notification on the phone - perhaps because the phone had been already rooted?

then navigated into the system/media/audio/ui folder (again, from memory) and then tried to rename the files as per the Original Post.

@rjm2k: Thank you for your suggestion and I will probably try this - it's just that I want to understand what I am doing wrong here.

Edited by seg
Link to comment
Share on other sites

  • 2 weeks later...
Guest Rooster#1
Assuming you have clockwork recovery installed this should do the trick, copy to sd card, boot into recovery select apply zip from sd card and away you go.

Applied this, but the sound is still there ! B) Do I need to alter a setting or something ?

Thanks

Link to comment
Share on other sites

Applied this, but the sound is still there ! B) Do I need to alter a setting or something ?

Thanks

Are you using froyo? that fix was for 2.1 so not sure it works on 2.2

Link to comment
Share on other sites

Guest Freekers

If you have Root Explorer installed on your phone, you can also navigate to:

system/media/audio/ui

and rename the files camera_click.ogg and VideoRecord.ogg to something like VideoRecord.ogg.back.

Did the trick for me

Edited by Freekers
Link to comment
Share on other sites

  • 3 weeks later...
Guest super san francisco

Ive deleted the Files via he flashable zip, but unfortunately it's still there.

not all sounds though, just the focusing-one, that "duduuu". the click itself is gone. as are the files in the system folder...

i have R6 lite.

Link to comment
Share on other sites

Ive deleted the Files via he flashable zip, but unfortunately it's still there.

not all sounds though, just the focusing-one, that "duduuu". the click itself is gone. as are the files in the system folder...

i have R6 lite.

not sure what focusing sound there is, on mine it's just the mechanical sound of the lens adjusting that I can hear, nothing you can do about that

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.