Guest amare Posted October 5, 2010 Report Posted October 5, 2010 Is there any way to get rid of it? couldn't see any settings . Thanks.
Guest rjm2k Posted October 6, 2010 Report Posted October 6, 2010 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
Guest Ed- Posted October 6, 2010 Report Posted October 6, 2010 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 October 6, 2010 Report Posted October 6, 2010 In Astro File Manager you could go to: /system/media/audio/ui and rename camera_click.ogg Not tried this though.
Guest rjm2k Posted October 6, 2010 Report Posted October 6, 2010 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
Guest amare Posted October 6, 2010 Report Posted October 6, 2010 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.
Guest amare Posted October 7, 2010 Report Posted October 7, 2010 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 October 7, 2010 Report Posted October 7, 2010 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?
Guest rjm2k Posted October 7, 2010 Report Posted October 7, 2010 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.update_nocamerasound_unsigned.zip
Guest amare Posted October 7, 2010 Report Posted October 7, 2010 Quick guide for the rest of us android noobs? http://theunlockr.com/2009/10/06/how-to-se...ndroid-devices/ Followed that guide and got windows 7 drivers here http://android.modaco.com/content/zte-blad...rivers-and-adb/ Then i loaded a command window and used one of the sets of commands in a post above. Think that was it.
Guest dav_dako Posted October 7, 2010 Report Posted October 7, 2010 Thanks guys, will give it a go later.
Guest seg Posted November 14, 2010 Report Posted November 14, 2010 (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 November 14, 2010 by seg
Guest buneech Posted November 14, 2010 Report Posted November 14, 2010 Enter su before using these commands.
Guest rjm2k Posted November 14, 2010 Report Posted November 14, 2010 if you have clockwork just use the update zip earlier in the thread
Guest seg Posted November 14, 2010 Report Posted November 14, 2010 (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 November 14, 2010 by seg
Guest rjm2k Posted November 14, 2010 Report Posted November 14, 2010 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 November 15, 2010 Report Posted November 15, 2010 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 November 15, 2010 Report Posted November 15, 2010 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.
Guest seg Posted November 15, 2010 Report Posted November 15, 2010 (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 November 15, 2010 by seg
Guest Rooster#1 Posted November 23, 2010 Report Posted November 23, 2010 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
Guest rjm2k Posted November 23, 2010 Report Posted November 23, 2010 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 November 23, 2010 Report Posted November 23, 2010 (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 November 23, 2010 by Freekers
Guest super san francisco Posted December 9, 2010 Report Posted December 9, 2010 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.
Guest rjm2k Posted December 9, 2010 Report Posted December 9, 2010 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 December 9, 2010 Report Posted December 9, 2010 Are you using froyo? that fix was for 2.1 so not sure it works on 2.2 No, Im on 2.1 still :)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now