Galaxy S IIのカメラシャッター音無音化

カメラシャッター音を呼出音ボリュームに連動させて無音化する方法。/system/media/sound/ui配下のcamera_click.oggなどをnosound.oggへ差し替える方法ではうまくいきませんでした。いちいちボリューム下げてからカメラ起動するのは面倒です。

http://forum.xda-developers.com/showthread.php?t=1079136

1. Create a file called "local.prop" in /data/ if it doesn't exist. Example: "/data/local.prop"
2. Open the file "/data/local.prop"
3. add the line to the file:


Code:


ro.camera.sound.forced=0


4. Reboot and all sound in the camera app is completely silent.
5. To recover the sound, you can either delete the local.prop file or change the code to:


Code:


ro.camera.sound.forced=1

まだ試してませんが、こんなものもありますね。
Soraxd's Hacked SGS2 Camera app