[Q] Samsung Galaxy SII camera sounds - General Questions and Answers

Hi all
I found this following post on this site and wondering if anyone can help me.
It says to create a file in the daa folder but not sdcard/data..... well i cant find another data folder ????
also how do i add a line to the folder????
HELP please im new to all this and somewhat *special*
This is the post.
HOWTO: Disable Camera Sound (completely silent)
Without deleting anything.
Edit: As pointed out by nickbarbs, after you have completed one of the below methods, the Camera sound is controlled via "System Sounds". If you turn up, down, or off the "System Sounds", the Camera sound would be changed respectively.
This means that you can now control the camera sound at will via volume control functions.
METHOD 1
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
I have even downoaded a spycamera to see if that had no sound and it still has sound. help please
thanks

micwil864 said:
Hi all
I found this following post on this site and wondering if anyone can help me.
It says to create a file in the daa folder but not sdcard/data..... well i cant find another data folder ????
also how do i add a line to the folder????
HELP please im new to all this and somewhat *special*
This is the post.
HOWTO: Disable Camera Sound (completely silent)
Without deleting anything.
Edit: As pointed out by nickbarbs, after you have completed one of the below methods, the Camera sound is controlled via "System Sounds". If you turn up, down, or off the "System Sounds", the Camera sound would be changed respectively.
This means that you can now control the camera sound at will via volume control functions.
METHOD 1
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
I have even downoaded a spycamera to see if that had no sound and it still has sound. help please
thanks
Click to expand...
Click to collapse
The actual cam sound is located in system/media/audio/ui/
In the SGSII camera app look for an option to turn off sound or shutter sound. Use a root manager to delete the file.

The file in the folder stated about should be something along the lines of _shutter delete that then reboot. Or alternatively, head over to the SGSII forum and search for an author named Potatoman who has already made a silent Camera mod. It makes it easier than doing it yourself.
Hope this helped

There is a simpler way - all credits go to Potatoman:
Go to this thread which has an improved version of the camera:
http://forum.xda-developers.com/showthread.php?t=1104051
There is a silent version which will disable all camera sounds (no matter what are your sound setting on your device).
Direct link to the soundless camera version:
http://www.multiupload.com/NNR1SYDYL6
Password for the downloaded file: [email protected]

Related

Camera problem

My camera button is not responding anymore.Vox is original htc reflashed to dr gonzos most recent wm6.1.(fantastic version by the way...gives new life to the phone).
On the unflashed phone the camera had stopped functioning...the shortcut button on the side of the handset caused the windows icon(circle)to spin but disappear.
On this version the icon doesnt appear at all?.
In windows folder on the phone I have the following files..
Camcorder
Camera
Camera.exe.0409
HtcCamera
Short_Camera
Video Recorder
Most exe's in here are followed by .0409?,when I select the camera.exe.0409 file,i am greeted with "There is no application associated with the above file,run the application first and then open this file inside the application".
When i select the Camera file with no extension(camera icon),nothing happens.There are various files when browsing through the registry,but I dont know what values to change to.
Its not the end of the world that its not working but it would really complete the phone for me.
Any help would be greatly appreciated.

[HACK] The Simpsons: Tapped Out - Removal of notification sound

After getting disturbed in my sleep for two nights I started to search for a solution to get rid of that annoying notification sounds.
JB seem to have an option to suppress notifications for each app, but for ICS that does not seem to be possible.
I was forced to make up a solution myself, so I started to locate the notification sound and was able to find them in /mnt/asec/com.ea.game.simpsons4_row-1/pkg.apk
All which has to be done now to sleep easy, is to remove the .mp3 files from the apk. To do that you need root access:
Code:
# mount |grep simpson
This will output something like:
Code:
/dev/block/dm-22 /mnt/asec/com.ea.game.simpsons4_row-1 vfat ro.dirsync,nosuid,nodev,relatime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
The relevant part is "/dev/block/dm-22 /mnt/asec/com.ea.game.simpsons4_row-1" take note of that or keep it in the shell history for reference.
Now do (while using the path and device information you obtained above):
Code:
umount /mnt/asec/com.ea.game.simpsons4_row-1
mount -t vfat -o rw /dev/block/dm-22 /mnt/asec/com.ea.game.simpsons4_row-1
Now you have read/write mounted the folder of the game for further tinkering with the apk.
If you cannot unmount and get a message like:
Code:
failed: Device or resource busy
Head to Settings / Apps and force the game to stop. Now repeat the unmounting and it should work.
The next step is to copy the file pkg.apk to a destination of you choice (e.g. /mnt/sdcard/).
Open the file as zip with Total Commander or any other program able to zip/unzip apks.
Now navigate inside the archive to the folder "res/raw" (Total Commander will show in the location bar "/mnt/sdcard/pkg.apk/res/raw")
You should now see a lot of mp3 files.
If you are as much a Homer fan than I am you should extract those files and hear them before you delete them all. My favorite: "Are you cheating on me with another game" :laugh:
Ok back to the subject:
Select all mp3 files in this folder (pkg.apk/res/raw) and delete them.
Now you can copy the file pkg.apk back to the game folder, overwriting the original one.
You will still get the game notifications, but they are silent.
I expect that this procedure has to be repeated after an update of the game.
Enjoy!
Nevermind...I did it my self. I found them in a TitaniumBackup i had on my phone
S-I-M-O-N said:
JB seem to have an option to suppress notifications for each app, but for ICS that does not seem to be possible.
Click to expand...
Click to collapse
Where can I edit this in JB?
[EDIT]
Lol, I found it. In App-Info you can uncheck Show Notification.[/EDIT]
For what it's worth, I managed to do this in JB just by copying the .apk from the /data/app/) directory to the SD card, editing it with Total Commander, and re-installing it.
Here's my instructions (thanks to S-I-M-O-N above for the idea!). I put them on the EA site (and mirrored it here) in case it doesn't stick on EAs site.
NOTE: This is not for the types that don't mind risking losing their game/messing up your phone. It worked for me, but try it at your own risk. This also requires some technical knowledge, if you don't understand any of this, DON'T TRY IT!
This works in Android 4.1.2 (JellyBean) and version 4.1.3 of the Tapped Out app. This may break in future versions *if* the .apk is updated (although most updates are done within the app, so it doesn't affect the .apk). And I suppose the developers could go out of their way to make sure this actually breaks the game, but I would think their time would be better spent putting in the option to turn the noise off.
This will require root access, there is no way to do this without it. Period.
First, find your Tapped Out .apk flie (it should be in your /data/app folder, called something like com.ea.gam.simpsons*), and copy it out to your SD card (DON'T uninstall it, just copy/paste). Grab your favorite .apk extraction/editor app (I use Total Commander), and go into your copy on the sd card. You need to delete all the files in the res/raw directory (these are the notification sounds). Once your done, install the modified .apk file. It will overwrite the copy there, but save all your settings (including your name).
I would turn off automatic updates (from the My Apps section of the Market/Play Store) so a new version doesn't sneak sounds back in. You'll know when you have to re-do this for a new version.
I'm tried to change the notification sound using the GaidinBDJ's method, but instead of delete the mp3, I replaced it with different MP3 files, unfortunately the result is that the notification are silent... Is possible to change the notification sound?
P.S.: Sorry for my poor english...
davidinho.ng said:
I'm tried to change the notification sound using the GaidinBDJ's method, but instead of delete the mp3, I replaced it with different MP3 files, unfortunately the result is that the notification are silent... Is possible to change the notification sound?
P.S.: Sorry for my poor english...
Click to expand...
Click to collapse
i might be mistaken and have misread, but you know you can change the notification sound volume of the game to Zero from inside the app itself? no need for modding/tweaking or whatever. i did this when i first got the game & just verified that it still works.
open the game > tap the saw/hammer icon in the bottom right of the screen > in the new dialogue box, tap the small "i" to the right of the video camera icon > check "push notifications OFF".
if this isn't what this thread addresses, i apologize.
project.in.process said:
i might be mistaken and have misread, but you know you can change the notification sound volume of the game to Zero from inside the app itself? no need for modding/tweaking or whatever. i did this when i first got the game & just verified that it still works.
open the game > tap the saw/hammer icon in the bottom right of the screen > in the new dialogue box, tap the small "i" to the right of the video camera icon > check "push notifications OFF".
if this isn't what this thread addresses, i apologize.
Click to expand...
Click to collapse
I know this, but I'm looking for a way to replace the notification sound with another sound
S-I-M-O-N said:
If you are as much a Homer fan than I am you should extract those files and hear them before you delete them all. My favorite: "Are you cheating on me with another game" :laugh:
Ok back to the subject:
Select all mp3 files in this folder (pkg.apk/res/raw) and delete them.
Now you can copy the file pkg.apk back to the game folder, overwriting the original one.
You will still get the game notifications, but they are silent.
I expect that this procedure has to be repeated after an update of the game.
Enjoy!
Click to expand...
Click to collapse
Can I get those .mp3 files please? and where can I found the other characters sound .mp3?
I would like those sounds to!
Dooooon said:
Can I get those .mp3 files please? and where can I found the other characters sound .mp3?
Click to expand...
Click to collapse
Hey there!
Did anyone send you those .mp3 files?
I would also like to have them!
My phone is running androind 4.3 but it's not rooted. (to noob to do it) Can i reach the files without rooting my phone?
You can achieve this without root.
1. Get Apk Extractor and Total Commander from the Play Store.
2. Extract the apk file of the Simpsons game to your sdcard.
3. Open as zip the apk file with Total Commander.
4. Navigate to res/raw
5. Enjoy
Gesendet von meinem MK16i mit Tapatalk
Thanks
S-I-M-O-N said:
You can achieve this without root.
1. Get Apk Extractor and Total Commander from the Play Store.
2. Extract the apk file of the Simpsons game to your sdcard.
3. Open as zip the apk file with Total Commander.
4. Navigate to res/raw
5. Enjoy
Gesendet von meinem MK16i mit Tapatalk
Click to expand...
Click to collapse
Thanks a lot man.. Very helpfull! The wonders of Android.
But, can i get the sounds .mp3 besides the notification ones? The ones that belong to each caracther?
For example the "D'oh" sound on Homer.
Where is it stored? I looked it up in the other folders but couldn't find it..
Can you help me out once more?
Thanks in advance!
I'm clueless there too.
Sorry
Gesendet von meinem MK16i mit Tapatalk

[VZW][AUDIO/MOD] Power On/Off Sound Files

Sooooooo if you own the VZW G2...I KNOW YOU HATE THE POWER ON/OFF SOUNDS JUST AS MUCH AS I DO
Sooooooo I made a couple for my personal use but id thought id spread the wealth lol.
The PowerOn sound byte is the original PS1 system start up
Download: https://www.dropbox.com/s/mu627jjddxo7bz8/PowerOn.ogg
The PowerOff sound byte is from Streets of Rage 2 Round Clear
Download: https://www.dropbox.com/s/dx9iak6d016ctsc/PowerOff.ogg
Instructions
I use Root Explorer but any file browsing app should work for you and follow this path
system/media/audio/ui
Look for PowerOn.ogg and PowerOff.ogg
Rename name them to PowerOn.bak and PowerOff.bak
(To have and to hold till death do you part....orrrrr you just so happen to need them later on and rename them back to the original...you choice)
Take you newly downloaded files and Copy/Paste them into the folder and PROFIT!!!!!!!!
It works immediately so feel free to restart the phone and enjoy
THIS HAS BEEN TESTED ON THE VZW VARIANT
FEEL FREE TO TEST ON A DIFFERENT VARIANT IF YOU WANT BUT I AM NOT RESPONSIBLE FOR YOU NUKING YOUR PHONE​
Thanks. Worked for me.
Sent from my VS980 4G using Tapatalk 4
Finally worked, had to copy + rename and copy again (so I have .bak and .ogg files there)
PS1 sound brings back memories
So in theory if we just rename those files we wont have any sound... right?
Zei said:
Take you newly downloaded files and Copy/Paste them into the folder and PROFIT!!!!!!!!
It works immediately so feel free to restart the phone and enjoy
Click to expand...
Click to collapse
Have any other sound files?
Ill try to add more to the OP. Ive been extra busy as of late so ill get to it when I can
Bump so I took OP's idea and expanded it to lock/unlock (the files are in the same location
system/media/audio/ui
Method involves Zedge to get MP3s (c/p to PC) then use VLC to convert to OGG files (c/p to the path above)
Best way to get audio track is to use Zedge, get whatever notification you want (get short one for unlock) then copy file(s) to PC and
open VLC ---> Media ---> Convert/Save ---> Add... (this should open popup) ---> Convert/Save (bottom right next to cancel); this opens new popup ---> under profile select 'Audio - Vorbis (OGG)' then select destination ----> ***MUST IMPORTANT PART*** Change the name to particle_lock or particle_unlock (if you use a different unlock animation then use that name respectively) ---> hit start then c/p to path above on your phone
I recommend changing the original sound files to file extension .bak (like OP recommended) so you can return to normal if something goes wrong etc. Oyeah, the lock sound lasts longer while the unlock is quite short so keep that in mind.
Sorry if I complicated simple thing but hope this helps someone, also all credit to Zei (OP) since this is just an extension of his wonderful MOD.

[Guide] Text-To-Speech (TTS) in (almost) any language

First of all, sorry for my english. I know thats not so good, but I think you can understand it
In this guide I'll teach how to install almost any TTS language (non-robotic) so your device can read things in your native language without problems.
1) Plug your device on computer and create a folder named VocalizerEx
2) Download and install on your device the attached APK
3) Visit this website and download your language. It will be better if you download Premium High
3) Rename that file adding .zip at the end and open it
4) Extract all files and folders of the zip to this folder (created on Step 1)
(Now you can unplug your device)
5) On your device, go to Settings > Language and Input > Text-to-speech output and then select VocalizerEx TTS
Done, now your device speaks your language !
Please, hit THANKS if it helped you
Thx a lot ! works fine with igo primo
Sorry, but it didn't work on AOSB KitKat.
I have several folder (dun, eng, frf, ged, ...) in the ExtSdCard\VocalizerEx folder, installed the APK.
I can select VocalizerEx TTS in the text output, but in the settings the language selection is disabled.
So, I tried to change the Voice data folder in the settings to the folder I put the voices in. Still, it didn't work, even after selecting another engine and back to reinitialize the VocalizerEx TTS engine.
Can anyone help me with this?
Edit: Got it working, somehow the appplication doesn't look for the correct folder, despite the possibility to put the voice data on SD card.
Now I have to get iGo with Dutch TTS voice going with this - strange thing is that iGo ONLY works when the Google TTS engine with English language is selected... If not, there is no way to select a TTS voice in iGo.
hi,
how do we let the program speak the text? i want it to read my smses and caller id. but i dont know how to do.
ps. i installed the apk, formed the folder , and extracted the zip file (premium voices) into it.
rsb007 said:
In this guide I'll teach how to install almost any TTS language (non-robotic) so your device can read things in your native language without problems.
Click to expand...
Click to collapse
Thank you for this.
Interesting.
The link for languages is corrupt, exist other one?
you're a life saver, thank you
Nice thread, it solved my problem with TTS with tasker ans the command "say".
Nice job
Hi my bro,
Is it possible to add voices of several country ?
Awesome, it works nicely, can't believe I only found this now... the voices are great quality, can't understand why aren't more people using this. :good:
mlmoracle said:
Hi my bro,
Is it possible to add voices of several country ?
Click to expand...
Click to collapse
I have tested multiple languages at the same time and it seems to work ok.
Tony il Capo said:
Awesome, it works nicely, can't believe I only found this now... the voices are great quality, can't understand why aren't more people using this.
Click to expand...
Click to collapse
I agree, these voices are great! I've been looking for tts this good for months and just randomly found this thread. Works perfect on LOS 14.1. Just wanted to share some findings for future readers. You can hear samples of these voices here: http://codefactoryglobal.com/speech-technology/voice-licensing.
After finding that page, I noticed that some of the better english voices (e.g. english-uk malcolm and oliver) weren't available at the vocalizer-nvda site originally mentioned. As discussed here: http://forum.audiogames.net/viewtopic.php?id=22240, those voices are found elsewhere and need a more recent version of the apk. In that thread, they provide a link to a zip that contains the more recent apk and a few additional files needed here: http://www.tyflonet.com/siciliano/VocalizerEx2_TTS.zip
Once you extract the zip and install the apk, create a "VocalizerEx2" dir in your main user dir (should be /storage/emulated/0) and copy the "languages/common" dir from the zip to that dir. You can then download the newer voices from here: http://blindhelp.net/software/vocalizer-expressive-nvda/voices. Choose your language and hit apply as not all the voices they have are in the list first shown.
Download the voices you want and as with the original instructions, add a .zip extension to the downloaded file(s), extract, and copy the contents into the VocalizerEx2 dir you created. You can have multiple voices in that dir that you select by changing the language within the android tts settings for the "VocalizerEx2 TTS" engine.
Also, just as a final note, there is an app called "Vocalizer TTS Voice (English)" in the play store that provides/uses the same voices but is a different app and not what you want.
Thanks for the info.
btw, you don't need to add zip extension to the files if you use 7zip, a free and open source archiver/extractor. With the 'shell context menu' option enabled you can extract many files (that are actually some kind of archive), then just right click >7z >extract/open archive
I have tried everything mentioned here but it's still not working for me.
My device is a car head unit with android 7.1.1.
I installed vocalizerex (tried both 1 and 2) and created the folder VocalizerEx in /storage/emulated/0 with the downloaded voice inside this folder.
I can see the tts engine in settings but there is also another engine preinstalled (pico tts). If I select vocalizerex and go into its settings I can see and select my voice but it's never working. Also if I exit and enter the tts settings again the selected engine is always the pico tts.
Could it be a permissions issue and how could it be fixed on an unrooted device?
koroji said:
I have tried everything mentioned here but it's still not working for me.
My device is a car head unit with android 7.1.1.
I installed vocalizerex (tried both 1 and 2) and created the folder VocalizerEx in /storage/emulated/0 with the downloaded voice inside this folder.
I can see the tts engine in settings but there is also another engine preinstalled (pico tts). If I select vocalizerex and go into its settings I can see and select my voice but it's never working. Also if I exit and enter the tts settings again the selected engine is always the pico tts.
Could it be a permissions issue and how could it be fixed on an unrooted device?
Click to expand...
Click to collapse
Have you changed the actual location of "VocalizerEx" folder in application settings ?
If no, change it in application settings to the actual location of the folder (for example, "/storage/emulated/0/VocalizerEx. exit settings and enter again, you should see your language as supported and listening to voice sample may work after that.
If you put the folder on sd card, maybe you have to grant application access to sd card, as I don't have android 7, you could probably find how to do it easily.
leech4 said:
Have you changed the actual location of "VocalizerEx" folder in application settings ?
If no, change it in application settings to the actual location of the folder (for example, "/storage/emulated/0/VocalizerEx. exit settings and enter again, you should see your language as supported and listening to voice sample may work after that.
If you put the folder on sd card, maybe you have to grant application access to sd card, as I don't have android 7, you could probably find how to do it easily.
Click to expand...
Click to collapse
The settings were correct. I am able to see and select the voice I put in /storage/emulated/0/VocalizerEx.
The problem is it's never working and if I get in the settings again, the selected engine is not the vocalizerex but the pico tts.
It's like that it's never activated.
koroji said:
The settings were correct. I am able to see and select the voice I put in /storage/emulated/0/VocalizerEx.
The problem is it's never working and if I get in the settings again, the selected engine is not the vocalizerex but the pico tts.
It's like that it's never activated.
Click to expand...
Click to collapse
The engine is failing to initialize, either because it may require a reboot just after changing the default TTS engine, but I guess that it would be painful to try it several times (or at least once) in a car head unit, or it did'nt found required drivers/interface in the device.
For example, I still have a galaxy s3 with a custom stock ROM in which, SamsungTTS.apk was removed, every attemp to set a TTS engine failed till I grabbed the apk from another ROM and installed it as a regular application, after what, every TTS engine worked flawlessly.
BTW, did your unit came with the car or was it an aftermarket one ? Some after market units have their rom set to read only, not allowing to change any of default system settings or using any other preinstalled application, it may sound weird but I had seen such (faulty ?) units.
As a last attemp, you could probably "root" the unit, backup the system before doing anything in case something goes wrong, then force remove pico tts engine so the system will be "forced" to deal with the new voice engine. This is only a suggestion, if you are not familiar with such process, I highly recommend you to read througly the appropriate information available for your device before making any pricey mistake.
leech4 said:
The engine is failing to initialize, either because it may require a reboot just after changing the default TTS engine, but I guess that it would be painful to try it several times (or at least once) in a car head unit, or it did'nt found required drivers/interface in the device.
For example, I still have a galaxy s3 with a custom stock ROM in which, SamsungTTS.apk was removed, every attemp to set a TTS engine failed till I grabbed the apk from another ROM and installed it as a regular application, after what, every TTS engine worked flawlessly.
BTW, did your unit came with the car or was it an aftermarket one ? Some after market units have their rom set to read only, not allowing to change any of default system settings or using any other preinstalled application, it may sound weird but I had seen such (faulty ?) units.
As a last attemp, you could probably "root" the unit, backup the system before doing anything in case something goes wrong, then force remove pico tts engine so the system will be "forced" to deal with the new voice engine. This is only a suggestion, if you are not familiar with such process, I highly recommend you to read througly the appropriate information available for your device before making any pricey mistake.
Click to expand...
Click to collapse
My unit is an aftermarket one. I'm not familiar with rooting android devices so I wan t try anything that could mess it up.
Is there any way to install an apk like you did, that would include the required drivers for the tts?
The pico tts is working so I think the reason might be a permissions issue. Could I change somehow this behaviour without rooting my device?
koroji said:
My unit is an aftermarket one. I'm not familiar with rooting android devices so I wan t try anything that could mess it up.
Is there any way to install an apk like you did, that would include the required drivers for the tts?
The pico tts is working so I think the reason might be a permissions issue. Could I change somehow this behaviour without rooting my device?
Click to expand...
Click to collapse
Generally, aftermarket means poor if no software support, they manage to get the latest android along with a series of production and stop at that step, they also may relase a poorly designed firmware that has an unsolved bug. If an official firmware update doesn't solve the issue for you, you should try the following suggestion, it does'nt require root, but it may require an extensive search without guarantee to find something suitable, here's how to proceed:
- As your unit is an aftermarket one, it is certainly a single SoC (System on Chip), usually a Rockchip RK31xx but it may be anything else. If you cannot open the unit to see the chip without messing it up, I suggest you to find a way to identify it exactly. Either looking with your reseller, or by seeing at the site where you could find firmware update. The filename of the update file may also give you the answer or a manufacturer code for the chip which you have to identify. Needless to say that the shortest path is to go straight and open carefully the unit, which may require to teardown a "warranty void" label, it's up to you.
- Find a phone that uses the exact Chip as your device (it may be any chinese cheap phone), IT HAS TO BE THE EXACT CHIP. No prefixe nor suffixe, not even a letter in difference, otherwise it may not work. Try googling "[YOUR CHIP NAME] based phones / devices"
- Look for a ROM / Official Firmware for that particular phone (or any other similar chip device if no success).
- Find a way to extract system apk's (it may be painful...) and try to identify any application related to tts, you can proceed by elimination. Usually TTS works fine with phones as it is more likely to be used in comparison to android based computers (TV boxes, gps, car units).
- Install what you extracted in your car unit and proceed with the VocalizerEx steps above.
For your second question, to change permissions (I guess file permissions) you have either to root you device or use ADB with usb connection to a laptop, with appropriate USB drivers required for your device (the chip...once again) and some technical stuff that includes CHMOD command I'm not familiar with ... you may find help around in xda.
- Good luck :fingers-crossed:
no Hindi or Tamil, why?
Link to zip is broken
xdan8r said:
... As discussed here: ..., those voices are found elsewhere and need a more recent version of the apk. In that thread, they provide a link to a zip that contains the more recent apk and a few additional files needed here: LINK IS BROKEN
Click to expand...
Click to collapse
Unfortunetly, this link is no longer working.
xdan8r said:
Once you extract the zip and install the apk, create a "VocalizerEx2" dir in your main user dir (should be /storage/emulated/0) and copy the "languages/common" dir from the zip to that dir.
Click to expand...
Click to collapse
I tried to search for "VocalizerEx2" and found some hits, but in all these zip-files, there is no folder "languages/common". And it seems, without this content, it will not work. I have downloaded some voices as described and I can choose VocalizerEx2 as TTS-Engine (I checked the correct path), and I can also select my downloaded voices, but there is no noise if I press the button for Example-Voice. Is it possible to renew the link to that zip with the additional content please?

[Completed] [Q] Please help me to disable camera sound for LG f70(f370,d-315)

Hello.
I m using LG F70 (F370 or D-315).
And I have an issue that has been bothered me since I bought this device.
I tried to disable camera shutter sound in my phone.
Here are the methods I ve tried so far,
: 1. I replaced .ogg files in camera.apk with ogg files with no sound and replaced the modified camera.apk in SYSTEM\PRIVATE APP folder. I didn't forget to give 644 permission, but it didnt work. So I tried re-installing it as well. but it is still making horrible shutter noise. I didn't understand the situation. I inspected the apk file again and the ogg files were staying modified. I searched in many keywords to find hidden files using Root Explorer. But I couldnt find a worthy:crying:
2. I replaced another ogg shutter sound files that are located in the SYSTEM\MEDIA\AUDIO\UI
. But it didn't work, either:crying:
3. I looked for camera profiles in build.prof file but there no seems such profile exist.
I know that there were such profile that I could change "true" to "false" to change its function in another devices, but it doesnt exist anymore in this new device.:crying:
I ve already got tired to find out how to fix this issue.'
And now I 'm begging you for some tips that hits the nail on the head.
Thank you for reading.
Sanjo711 said:
Hello.
I m using LG F70 (F370 or D-315).
And I have an issue that has been bothered me since I bought this device.
I tried to disable camera shutter sound in my phone.
Here are the methods I ve tried so far,
: 1. I replaced .ogg files in camera.apk with ogg files with no sound and replaced the modified camera.apk in SYSTEM\PRIVATE APP folder. I didn't forget to give 644 permission, but it didnt work. So I tried re-installing it as well. but it is still making horrible shutter noise. I didn't understand the situation. I inspected the apk file again and the ogg files were staying modified. I searched in many keywords to find hidden files using Root Explorer. But I couldnt find a worthy:crying:
2. I replaced another ogg shutter sound files that are located in the SYSTEM\MEDIA\AUDIO\UI
. But it didn't work, either:crying:
3. I looked for camera profiles in build.prof file but there no seems such profile exist.
I know that there were such profile that I could change "true" to "false" to change its function in another devices, but it doesnt exist anymore in this new device.:crying:
I ve already got tired to find out how to fix this issue.'
And now I 'm begging you for some tips that hits the nail on the head.
Thank you for reading.
Click to expand...
Click to collapse
So I assume that you already saw this: http://forum.xda-developers.com/showthread.php?t=2051384
If yes and you don't find your answer there, you should try to ask in the General Q&A Section of XDA for help: http://forum.xda-developers.com/general/help
Good luck!

Categories

Resources