Jump to content

Recommended Posts

Posted

Is there any way to get rid of it? couldn't see any settings . Thanks.

Posted

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

Posted

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.

Guest Gibbo501
Posted

In Astro File Manager you could go to:

/system/media/audio/ui

and rename camera_click.ogg

Not tried this though.

Posted
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

Posted
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.

Posted
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.

Guest dav_dako
Posted
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?

  • 1 month later...
Posted (edited)
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
Posted

if you have clockwork just use the update zip earlier in the thread

Posted (edited)
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
Posted
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.

Guest Hans Gruber
Posted
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?

Guest buneech
Posted
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.

Posted (edited)
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
  • 2 weeks later...
Guest Rooster#1
Posted
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

Posted
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

Guest Freekers
Posted (edited)

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
  • 3 weeks later...
Guest super san francisco
Posted

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.

Posted
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

Guest Rooster#1
Posted
Are you using froyo? that fix was for 2.1 so not sure it works on 2.2

No, Im on 2.1 still :)

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.