How to get LOUDER In-Call Volume... - Touch CDMA Windows Mobile ROM Development

could anyone be kind enough to tell me how to make my in call vol. louder???
Thank You

Assuming you've already maxed out the phone volume slider and it still isn't loud enough, you might try modifying your AudioPara.csv file. For a discussion of how to do this and some already modified files, go to http://pdaphonehome.com/forums/ppc-6800-xv6800/90858-moderate-fix-low-volume-issues.html

Related

How to control the headset volume?

Hello,
been searching/investigating this problem for a while and still can't find a solution.
basically, when using the stock wired headset, I find the volume during a phone call far too loud and not loud enough when listening to mp3s / radio.
when in a call, using the volume button does not seem to make any difference.
any suggestions?
thanks in advance
Go to your music tab in Manila/TouchFlo. From the menu you can choose Audio Booster. This could solve your problem with the not loud enough mp3.
For the phone "too loud" problem you can go to the settings tab -> Sound. There you have two volume controls; Ringtone and System. Lowering the system could solve your problem. But lowering using the touch volume button (as your stock headset doesn't has volume controls if i'm right), should lower the sound during a phone call.
You can push the volume buttons on the left side of the phone. Problem with this is it jumps in big increments.
But it'll also change the volume of your ringtones as well. So what you can do is:
Settings tab -> Sound -> Turn "Single Volume" off
Now when pressing the hardware key, you'll see it bring up System & Ring Tabs. So you can control your music volume without changing the ringtone volume
charlie_82 said:
You can push the volume buttons on the left side of the phone. Problem with this is it jumps in big increments.
But it'll also change the volume of your ringtones as well. So what you can do is:
Settings tab -> Sound -> Turn "Single Volume" off
Now when pressing the hardware key, you'll see it bring up System & Ring Tabs. So you can control your music volume without changing the ringtone volume
Click to expand...
Click to collapse
I forget to mention this, thanks charlie
I have the following issue myself:
Regardless how set up (single volume on/OFF, System volume set to 20% or 100%) my in-call volume of voice, once the call has started is extremely LOUD, regardless of who calls and how loud they speak.
This is even more so, if I'm using the wired headset.
Using the side volume buttons during a call do show the volume animation AND the volume bar goes down, but the actual in-call volume doesn't change a bit.
This is maddeningly loud.
Is this how it should be working?
I have stock 6.5 ROM (WWE), no hacks.
Same problem here...
... any solutions?
I have single volume turned off, and regardless if I try to turn down "ring" or "system" volume, the headset stays extremely (uncomfortably) loud...
Cheers,
Jan
Having the same problem. Is there a fix?
Not sure if Volumex fixes it on the TP2, but on my TP1 and HD2 no such problem.
i have the same problem. Volumex doens't fix it.
It's incredible that there is no solution for this stupid problem.
JanScheerer said:
... any solutions?
I have single volume turned off, and regardless if I try to turn down "ring" or "system" volume, the headset stays extremely (uncomfortably) loud...
Cheers,
Jan
Click to expand...
Click to collapse
My stock headset has a volume control, I gather yours doesn't have this feature?
no i haven't this features..
however i found the possible solution (it work for me), searching in other topic of this forum.
You mast edit the file audiopara3_TMO.csv (windows folder, it is hidden so you must use an explorer which allows to see the system hidden file like resco explorer).
basically you have in this file these lines:
F0,PHONE_HEADSET_VOL0,0,4000,4000,0,4000,C8,0,2000,0,780,FF9A,2580..
F1,PHONE_HEADSET_VOL1,1,4000,4000,0,4000,1F4,0,2000,0,780,FF9A...
F2,PHONE_HEADSET_VOL2,2,4000,4000,0,4000,5DC,0,2000,0,780,FF9A...
F3,PHONE_HEADSET_VOL3,3,4000,4000,0,4000,1388,FFFF,2000,0....
F4,PHONE_HEADSET_VOL4,4,4000,4000,0,4000,2EE0,FFFF,2000,...
F5,PHONE_HEADSET_VOL5,5,4000,4000,0,4000,61A8,FFFF,2000...
the most important value is the sixth (in hexadecimal) which is the volume value. if you use the volume level on the left side of the phone the volume of the the headset changes according the value reported in this file. I edit these values according to my "ears" ranging between c8(volume=200) and 61A8(volume=25000), and i clearly feel the change in the volume when i use the headset (you need an hex-decimal converter, there are several online)
actually (as suggested in other topic) you must point in the registry editor to this file, creating the value
HKLM\drivers\builtin\wavedev\AcousticFile and set this value to \windows\AudioPara3_TMO.csv (or rename the file as u want but with extention csv)
After editing soft reset.
In this file there are the other volume values for calls without headset, with the bt, and with the carkit. these values are in the lines
F6,PHONE_HANDSFREE_VOL0...
F12,PHONE_EARCUPLE_VOL0...
F18,PHONE_BTHEADSET...
F19,PHONE_CARKIT.
i suppose that to change the volume values on must changes the sixth parameter as in the previous case.
This works for me, and solve the problem.
I link the original discussion which helps me to find the solution:
forum.xda-developers.com/showthread.php?t=550784&highlight=audiopara
charvellano said:
no i haven't this features..
however i found the possible solution (it work for me), searching in other topic of this forum.
You mast edit the file audiopara3_TMO.csv (windows folder, it is hidden so you must use an explorer which allows to see the system hidden file like resco explorer).
basically you have in this file these lines:
F0,PHONE_HEADSET_VOL0,0,4000,4000,0,4000,C8,0,2000,0,780,FF9A,2580..
F1,PHONE_HEADSET_VOL1,1,4000,4000,0,4000,1F4,0,2000,0,780,FF9A...
F2,PHONE_HEADSET_VOL2,2,4000,4000,0,4000,5DC,0,2000,0,780,FF9A...
F3,PHONE_HEADSET_VOL3,3,4000,4000,0,4000,1388,FFFF,2000,0....
F4,PHONE_HEADSET_VOL4,4,4000,4000,0,4000,2EE0,FFFF,2000,...
F5,PHONE_HEADSET_VOL5,5,4000,4000,0,4000,61A8,FFFF,2000...
the most important value is the sixth (in hexadecimal) which is the volume value. if you use the volume level on the left side of the phone the volume of the the headset changes according the value reported in this file. I edit these values according to my "ears" ranging between c8(volume=200) and 61A8(volume=25000), and i clearly feel the change in the volume when i use the headset (you need an hex-decimal converter, there are several online)
actually (as suggested in other topic) you must point in the registry editor to this file, creating the value
HKLM\drivers\builtin\wavedev\AcousticFile and set this value to \windows\AudioPara3_TMO.csv (or rename the file as u want but with extention csv)
After editing soft reset.
In this file there are the other volume values for calls without headset, with the bt, and with the carkit. these values are in the lines
F6,PHONE_HANDSFREE_VOL0...
F12,PHONE_EARCUPLE_VOL0...
F18,PHONE_BTHEADSET...
F19,PHONE_CARKIT.
i suppose that to change the volume values on must changes the sixth parameter as in the previous case.
This works for me, and solve the problem.
I link the original discussion which helps me to find the solution:
forum.xda-developers.com/showthread.php?t=550784&highlight=audiopara
Click to expand...
Click to collapse
Thanks, this worked like a charm!
charlie_82 said:
You can push the volume buttons on the left side of the phone. Problem with this is it jumps in big increments.
Click to expand...
Click to collapse
I know this is probably stating the obvious, but if you press the volume button and you see the volume bar you can always adjust it to your liking by swiping your finger up and down on the volume bar. This way you can get the inbetween volumes between too loud and too low.

Touch Pro 2 (Verizon) Call Volume

The volume on the touch pro 2 is great for all features except the actual ear speaker, which seems incredibly quiet. Is there any way to increase the max call volume without increasing the external speaker volume?
This may be possible with manual editing of the Audiopara.csv file (in the windows folder) but I am not sure how to do it without changing the external speaker volume.
Any help would be appreciated.
mine gets really loud when i turn it all the way up
Bump, same question as thread starter.
Any Help yet?
I'm interested in this as well. My incall volume is so low, it's hard to hear. I tried using audiopara3.csv and it didn't do anything at all.

Ring volume too low..

Hey guys,
I hope I'm not the only one, but for all of you that have an "ORIGINAL" ring sound, is it low when you receive a call?
I have the ring volume at MAX and I'm using a "office ring" ringtone, but it's just soooo low and can barely be heard when placed in a holder and in my pocket.
When I searched this forum, I found this thread, http://forum.xda-developers.com/showthread.php?t=581477&highlight=ring+volume . Could this really be the cause of the problem? I do in fact have vibrate and ring, but I use the custom "av1pr" sequence that people from the Jade threads mentioned.
Hopefully there's a solution! Thanks!
ok i did a lot of testing and found out the vibrate has nothing to do with the ring volume
the system sound volume seems to be controlling the ring volume even when i separate the volume controls (one for ring, one for system).
i dont like the system sound loud, but i have no choice because the ring is very very low even at 100%
any of you guys have this problem or know a fix?
thanks
For a past phone, I had copied the ringer sound file that I liked to my PC, used a free audio recording/editing program and re-recorded the sound with a louder volume. Then, I copied the new sound file back to the phone and pointed the phone to it.
wildfxp said:
any of you guys have this problem or know a fix?
thanks
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=560605
Thanks guys for the help.
I actually used the "registry" fix from the link, but where could I find a program that could increase the volume of a sound clip?
My sound is still a bit low.
I used the "Sound Recorder" which comes with Windows.
wildfxp said:
Thanks guys for the help.
I actually used the "registry" fix from the link, but where could I find a program that could increase the volume of a sound clip?
My sound is still a bit low.
Click to expand...
Click to collapse
Thank you, I will test it out

Lower Your Headset Volume!

I've seen multiple posts here and across the web regarding increasing the volume of the speakers, earpiece and headset volume. The problem is that those who have sensitive hearing often want the opposite and we are in the minority.
Being that the changes require using HEX instead of decimals, I made all the changes to the file and attached it here.
The file attached has all the volume headset levels at 50% their original. I was on a 1hr 35min call with my brother. After that call, I had no headaches, earaches, nothing. My bro was watching Yankees and clapping, yelling in his mic and I had no problems.
Enjoy!!
why wouldn't someone just use the volume buttons to lower their volume? I know that's what I do.
I mean, the plus side to being able to have the volume normal or above is when you are in a crowded place yourself you can hear what the other person is saying right? I just cant see the plus side to having the volume permanently at 50%. Mind you I can see it being a pain in the butt to constantly have to adjust the volume down. Actually now that I think about it when you are in a call and you adjust the volume doesn't it automatically remember the setting you had it at so when the next call you have comes in its the same? It probably resets its self if you restart the phone.
Regardless... for anyone who does want this you have likely just saved them a TON of tinkering so good work!
Aaron McCarthy said:
why wouldn't someone just use the volume buttons to lower their volume? I know that's what I do.
I mean, the plus side to being able to have the volume normal or above is when you are in a crowded place yourself you can hear what the other person is saying right? I just cant see the plus side to having the volume permanently at 50%. Mind you I can see it being a pain in the butt to constantly have to adjust the volume down. Actually now that I think about it when you are in a call and you adjust the volume doesn't it automatically remember the setting you had it at so when the next call you have comes in its the same? It probably resets its self if you restart the phone.
Regardless... for anyone who does want this you have likely just saved them a TON of tinkering so good work!
Click to expand...
Click to collapse
I understand where you are coming from but I did not lower the volume by 50% for ALL audio output on the device. The way the CSV file is setup, you can increase/decrease volume using hexadecimal values to different audio output ports (earpiece, headset/audiojack, hands-free bluetooth, and speaker). I did not modify the earpiece, hands-free, or speaker. I just decreased the connected headset audio. It seriously was giving me headaches because it was too loud and the volume dial at the lowest was still unbearably loud. I personally don't want to go deaf so I made the revision.
I may do some more tweaking and increase the earpiece and speaker volume as the earpiece is way too low and the speaker could be a little bit louder.
Life is about balance. Sure ice cream tastes great but if you had more than you could eat all the time, you would probably start to hate it.
this is exactly what i was searching for! i use in-ears and they are way to loud when doing a call. thank you!

Boost in call volume.

My phone seems to have a low volume for all sounds. Any roms or other hacks can boost my in call volume? I have full S-off and can load anything. I have been roaming around and can't find anything that specifically talks about boosting the in call volume. Mine is really low and the speakerphone and even playing music with the speakers is also pretty weak.
Any help is greatly appreciated.
You can try to edit the values in the mixer path xml file (use a file explorer with root access). I haven't tried it with the M8, but I think it should work. You can do an XDA search, for general instructions on various device (don't know if you will find a guide or thread about doing this specifically on the M8).
Make a backup of the original xml file, and there certainly wouldn't be any harm in trying (somewhat obvious, take care not to harm your hearing or the device by using excessive volume levels).
Also, if you it's just the speakers/earpiece that have low volume (for instance the volume levels on headphones is okay), you may look into cleaning the speakers of any debris. Some folks have had a significant increase in speaker volume from doing this. There is a thread on it, somewhere in this M8 forum.
I suffered from low overall volume too and was about to do what redpoint73 said, but I did sone some snooping around the forum to find the said thread and found this https://forum.xda-developers.com/htc-one-m8/general/sound-to-normal-t3559052
I did what post #6 said and the difference was like day and night. I highly recommend it as you might have dirty speaker grills like me.

Categories

Resources