SO pleased with my Galaxy S ii but one niggle is there is no option on camera settings to switch off the camera shutter noise. I have done some research online and found following:
[COLOR="blue"]Trick 1:
First create a file "local.prop" in /data/ if it doesn't exist. Eg: "/data/local.prop"
Then open the file "/data/local.prop"
Now add the line to the file:
Code:
ro.camera.sound.forced
Finally reboot and all sound in the camera app is silent.
To recover the sound, you can either delete the local.prop file or change the code to:
Code
ro.camera.sound.forced=1
Trick 2:
unrar the attached file "local.prop.rar"
Then copy the "local.prop" file to your ADB folder
ADB push local.prop /data/local.prop
Reboot phone.
To restore sound, just delete local.prop and reboot
........
How do I actually get access to the "files" they mention on the phone? Do I need to connect it to my p.c to do it?
Is it safe to do these procedures anyway?
Cheers. Andy



Reply With Quote

Bookmarks