Camera makes noises. Even when the sound is muted. There is no option within the camera app to silence the camera. This is annoying. Very annoying.
After not being able to find a fix for this issue elsewhere, I dug in.
The HTC Camera app is called "HTCCamera.apk", it is ODEXed and resides in /system/app
The sounds are inside the APK.
HTCCamera.apk\res\raw
You will find 6 ogg files inside that folder inside the APK.
Replacing the files with a silent OGG file using identical filenames works, but you need to re-sign the APK for it to be something that can run since the original APK had to be modified in order to silence the sounds. (Easy enough to do if you theme icons occasionally or do other things to APKs.)
Using a program like Root Explorer, rename the original HTCCamera.apk to something like HTCCamera.bak so that you can restore the file in the event (ha! unlikely!) that there's an OTA update and you need the original file.
Paste the attached ZIP to /system/app and rename to HTCCamera.apk. Set permissions so that it's rw-r--r--
Ta-dah. No more camera sounds.
After not being able to find a fix for this issue elsewhere, I dug in.
The HTC Camera app is called "HTCCamera.apk", it is ODEXed and resides in /system/app
The sounds are inside the APK.
HTCCamera.apk\res\raw
You will find 6 ogg files inside that folder inside the APK.
Replacing the files with a silent OGG file using identical filenames works, but you need to re-sign the APK for it to be something that can run since the original APK had to be modified in order to silence the sounds. (Easy enough to do if you theme icons occasionally or do other things to APKs.)
Using a program like Root Explorer, rename the original HTCCamera.apk to something like HTCCamera.bak so that you can restore the file in the event (ha! unlikely!) that there's an OTA update and you need the original file.
Paste the attached ZIP to /system/app and rename to HTCCamera.apk. Set permissions so that it's rw-r--r--
Ta-dah. No more camera sounds.