Volume Control problem? - Touch Pro2, Tilt 2 Windows Mobile General

Hi all,
I have my TP2 on Voda. I'm using SPB instead of TF.
If I'm in a call and I turn down the earpiece, the volume also goes down on the phone ringer. So I miss calls.
I'm sure I found a setting for this but I swaer I've spent the last two hours trying everything, to no avail.
Please can anybody help?
Tx.

must be something strange you installed - these are two separate volume settings, you should be able to have in-call at lowest, and any other ring-volume.

Go into the Manila Sound Settings dialog, there is a setting in there to enable/disable linked volume.

linked volume is system/ringing - it does not link in-call volume as well - I think - but go ahead and try.

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.

Tilt 2 - no sound. Music plays, ringtone plays, but no reminder/notification sounds

Searched around, can't seem to find a solution to this puzzling problem..
I flashed EnergyROM on my Tilt2, everthing was fine for about 2 weeks. Then, one gloomy day, notifications/alarms just stopped ringing. I get no audio notification when email/sms arrive. Also, when I use the hardware volume buttons on tilt and try to adjust the volume - there is no sound when I do (you know that little "bell" sound when you change volume? it's not there).
Regular windows notification settings are all there, manila's settings are all set (volume is at 100%)..
What still works is ringtones and playing music/videos. Also, I do hear a ringtone when I'm getting a call.
It may be something minor.. any ideas?

[Q] CM7 RC4 Problem

I've had this happen on RC2 as well...
After I've put the volume all the way down (vibrate only mode) and then turned the volume back up, none of my notification sounds will play. When I get sms/email the vibrate will go off but not the tone. I've checked Handcent and GMail settings and they both have a tone selected. However, once I get a txt/email, only vibrate no sound. My call ringtones, volume up/down, apps, music..etc works, but no notification.
Anyone help?
Grab Audio Guru from the market. It lists out all the system sound modes and lets you control all six of them individually. I had this happen once and found one of my sound controls set to zero. Used the slider in Audio Guru to increase it to max, problem solved.

[Q] Volume stuck on call volume.

My volume buttons will only adjust the call volume, even when I'm not in a call.
Yesterday I was listening to music and tried to adjust the volume from the lockscreen, but when I did the phone adjusted the phone volume instead. So I went into my music player app and tried there, same result. I pressed the volume again, and this time expanded the volume panel, and was able to adjust the volume from there. I then started playing around with the volume to see what it would do. I toggled vibrate/mute and the volume panel showed no change in the phone volume. It was after this that I noticed that the label on the volume panel next to what was normally the ringtone volume read "call volume" instead. I figured it was a weird one-time glitch, so I rebooted. No change. Pulled the battery, success! But a few minutes later I had the issue again. Hard reset again, same result. So it seems my phone thinks it is always in call.
I can only adjust music volume from the panel and only adjust ringer volume from the sound settings.
Any ideas as to why it is doing this?
Problem solved!
Apparently having www.weavesilk.com open in my chrome browser was causing the problem. I closed the weavesilk tab and my volume works just fine now. Weird.

Issue with in-call volume not adjusting, how to debug?

Hello,
I have noticed that for some time now whenever I try to adjust the volume of a call (during that call, using the volume buttons) the Bluetooth volume is adjusted instead of the in call volume, leaving me to either not hear well enough or too hearing too loud.
I have tried rebooting and noticed that for a few seconds after each reboot (about 15) whenever I place a call I can adjust the in call volume just fine. There is a definite point in time, though, when the in call volume in replaced with adjusting the Bluetooth volume during the same call after boot.
Notice that I do not have Bluetooth enabled and have never used a Bluetooth headset.
How can I debug this? This looks like some service starting and messing things up. How do I find which service is that?
Thanks.

Categories

Resources