changing volume ring tones / alarm - 8125, K-JAM, P4300, MDA Vario General

Can someone tell me how to change the volume of my ring tone or alarm tone.
This morning my alarm went off so loud it almost gave me and wife a heartattack.
Is there a way to bring it down a bit??

Read the manual

obionenairobi said:
Can someone tell me how to change the volume of my ring tone or alarm tone.
This morning my alarm went off so loud it almost gave me and wife a heartattack.
Is there a way to bring it down a bit??
Click to expand...
Click to collapse
:shock:

Install a register edit program like PHM REGISTRY EDITOR:
http://www.gpspassion.com/upload/regedit.Mrln_ARM.CAB
Find the DWORD key called " RING" ( default @ \HKEY_CURRENT_USER\ControlPanel\AutoPickUp )
and change the value to 5 instead of 3 initial.
The ring volume will be now louder !!!

Sorry for the wrong answer, I thought you would make it louder than default.
So just drop the volume down with the button !
:lol:

It works ! Thanks.
This morning I woke up with a more civilized volume
(didn't scre the hell out of me)

Related

Volume setting for pda sound / phone sound and phone ringer

I am looking for a way to set independently the
pda sound: like for notifications & alerts
phone sound: what you hear wen IN a call
ringer sound: what you hear when you are called, before you pick up
I noticed phone & ringer share the same setting: So whenever I set the phone sound louder (because i am in a loud environment), the earth begins to shake when I receive the next call.
Any help / suggestions :?:
pda sound: System events can be turned on/off with a tick at Settings>Sounds & Notifications>Volume , but the slider affects all system.
phone sound actually is the system sound.
ringer sound: it should be possible to set it separately in WM2003 - I know nothing about it (still PPC2002PE - xda-developers Special Edition ROM v1.2)
By the way, you can adjust the ringer volume in the entire .WAV file with SoundForge or something like that. And then - volume up!
I figured out to change the volume of the wav / mid.
But still: It should be possible to have the three different volumes set separately.
In WM2003 there are 2 volume sliders: system (notifications & more) and phone (phone & ringer)
Have you seen the Freeware called PocketZenPhone, just follow the thread on this forum. It does what you are looking for plus more. Hope this is what you mean otherwise sorry.
I tried PocketZenPhone.
To me it introduces easy acces to preset profiles very neatly.
But I did not notice that I could set different volumes for phone sound & ringer . . . .
Maybe I have to give it another try.
edsub said:
I tried PocketZenPhone.
To me it introduces easy acces to preset profiles very neatly.
But I did not notice that I could set different volumes for phone sound & ringer . . . .
Maybe I have to give it another try.
Click to expand...
Click to collapse
Yes it does, but it is only since the past few pages that this was implemented and works great.

change duration of vibration

how can i change the duration of the vibration?
when i get an incoming call my xda neo is vibrating for ~4 seconds.. can i change it into 1-2 seconds or 3x 1sec in a sequence?
can i change it separated for ringtone, sms tone and alarm clock?
I haven't done this before, but you can try. Refer to this wiki page, at the second "Change ringtone/vibrate/LED flash characteristics"
I'm not sure, probably you can do a
HKCU\ControlPanel\Sounds\RingTone0\Script = "v1w1v1w1v1"
E.g. vibrate 1 second (v1), wait 1 second (w1) sequence
do a backup of that particular registry before doing anything on it. Just incase.
Hi mille, here are some registry hackss that may help you solve your problem:
Looping Ringtones Delay
Ring tone has a standard 3 seconds delay before repeating. You can set the delay from 0 second to how many second that you want.
Code:
HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0
Change 'Script' from 'av0pw3r' to 'av0pr' and you'll get 0 sec delay.
OR change it to
av0pw1r = wait for 1 sec
av0pw2r = wait for 2 sec
and so on...
Plus..heres the code
a - stands for display
r - repeat/replay the script again
c - sets the volume C50, c150, c100
f - means flash .. f1 flash for 1 second and f0 stands for flash continuously
p -means play ringtone
v- vibrate then incorporate with number to state how many seconds it will vibrate example. v3 vibrate for 3seconds or v - for continous
w - stands for wait or pause then specify how many seconds like w3(wait for 3 seconds)
heres the example
Flash - af1w60f0
Ring - apw3r
Ring Once - ap
Increasing Ring - c50apw3c150r
Vibrate Then Ring - v3w3apw3r
Vibrate - av3w3r
Short Vibrate - av1w3r
Vibrate Long Then Ring - v3w3v3w3apw3r
Vibrate And Ring - av0pw3r
Increasing Ring And Vibrate - c50apv3w3c150r
Fast Vibrate And Flash - af1v1w1f0r
Vibrate and Ring Continously without pausing - av0pr
try it out, but besure to backup your registry
cheerss...
Hm, as I have started to use eome long MP3 as the ringtone, I see that the vibro warks all the time until the melody plays... Is there a way to make vibro on-pause-on-pause wwhile just one long MP3 file plays?
Do changing these settings alter the sms message tones/vibrations as well? I want to change the vibration settings on my message alerts but not my ringtone.
qdabean said:
Do changing these settings alter the sms message tones/vibrations as well? I want to change the vibration settings on my message alerts but not my ringtone.
Click to expand...
Click to collapse
i want too
I think there are no ways to change the duration of the incoming message when you switch it to vibrate mode. I got the same problem and felt very annoying on the long vibration even i had finis reading my message it still vibrates.. -.-
if there is someone who knows the way to change it please kindly let us know.. thankss
This would be in my interesst too!
Too bad that i cant customize this on my xda mini. I want a short triple-vibration like about 2sec
Thank u
vibrating
is it possible to have different style vibrations for txt/email/mms/msn etc
that way, if im in a meeting, i can feel the thing in my pocket and i know what is coming in?
it would be a very good app
plus with driving too, i'll know that if it vibrates a certain way, then its a txt, everything else would be email or something
Would this work
av1pv1w1v1w1
I am trying to get it to Vibe and ring at the same time, but pulse vibrating
tlazymoon said:
Hi mille, here are some registry hackss that may help you solve your problem:
Looping Ringtones Delay
Ring tone has a standard 3 seconds delay before repeating. You can set the delay from 0 second to how many second that you want.
Code:
HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0
Change 'Script' from 'av0pw3r' to 'av0pr' and you'll get 0 sec delay.
OR change it to
av0pw1r = wait for 1 sec
av0pw2r = wait for 2 sec
and so on...
Plus..heres the code
a - stands for display
r - repeat/replay the script again
c - sets the volume C50, c150, c100
f - means flash .. f1 flash for 1 second and f0 stands for flash continuously
p -means play ringtone
v- vibrate then incorporate with number to state how many seconds it will vibrate example. v3 vibrate for 3seconds or v - for continous
w - stands for wait or pause then specify how many seconds like w3(wait for 3 seconds)
heres the example
Flash - af1w60f0
Ring - apw3r
Ring Once - ap
Increasing Ring - c50apw3c150r
Vibrate Then Ring - v3w3apw3r
Vibrate - av3w3r
Short Vibrate - av1w3r
Vibrate Long Then Ring - v3w3v3w3apw3r
Vibrate And Ring - av0pw3r
Increasing Ring And Vibrate - c50apv3w3c150r
Fast Vibrate And Flash - af1v1w1f0r
Vibrate and Ring Continously without pausing - av0pr
try it out, but besure to backup your registry
cheerss...
Click to expand...
Click to collapse
ok this works fine when the phone is not set to vibrate or mute
it seems that this hack only work when the phone sound is on
how do I change the vibration rate when it's on vibrate mode.
thank you
How can i increase ringtone volume during first loop?
I mean i need to increase volume not after loops but during one loop?
Here then same probleme!
I tried some code's but whitout seccess..
sombody???
does anyone know why, after customizing the ring/vibrate setting, after awhile it will revert back to the original apw3r value?
thanks
SerZH said:
How can i increase ringtone volume during first loop?
I mean i need to increase volume not after loops but during one loop?
Click to expand...
Click to collapse
Yes you can ... edit your ringtone with something like audacity, or cooledit of whatever to lineary increase volume from 50% to 100% within lenght. and then use the increase volume string in the registry.
eg. first loop @50% -- sound volume is going from 25%to50% (because of ^^)
second loop @100% -- sound volume is going from 50%to100%
now it's time to pick up your phone
i know: it's not perfect, but it's a start
[edit] oh yeah: cannot be done with factory tones I think[/edit]
J.Walker said:
Hm, as I have started to use eome long MP3 as the ringtone, I see that the vibro warks all the time until the melody plays... Is there a way to make vibro on-pause-on-pause wwhile just one long MP3 file plays?
Click to expand...
Click to collapse
Any Update on this???

ringtones volume

hi, can anyone pls help me... how do i increase the volume of ringtones. msg volume is loud bt when i set the same tone as a ringtone its damn slow.. what do i do to increase its volume... pls help!!
rosinasethi said:
hi, can any1 pls help me... how do i increase d vol of ringtones. msg vol is loud bt wn i set d same tone as a ringtone its damn slow.. wt do i do to increase its volume... pls help!!
Click to expand...
Click to collapse
You know, you can actually use full words you know
You're not charged less for not, and it would actually help with you're request when we don't have to decode every word you've used....
As for you're question, when you click the volume icon on the taskbar you have two sliders. One for the speaker volume in calls and one for the ringing volume...
Even with both sliders at top I found the included ringtones pathetic and not loud enough.
You can increase the volume of any MP3 ringtone using (free download Audacity www.download.com) or other audio editing program.
Here are some loud ringtones.
Copy to \my ringtones folder
http://rapidshare.com/files/77032876/loudringtones.zip.html

Call waiting vibration

I am facing a very weird problem:
my phone vibrates on call waiting...
i've had this problem on Energy ROMs from 28May to 12Jun.
At present i Am on :
Energy.BLACKSTONE.23569.Sense2.5.Cookie.Dinik.Glass.Jun.11
it vibrates right at my ear... can't handle it. i have looked everywhere but can't seem to find a setting.
I am even using Task 29 to clear up my device before flashing every new ROM.
Some one please help. i know there could be a registry tweak to disable this. Call waiting vibration = 1, change to 0....
HELP!
You're right!
HKCU\ControlPanel\Sounds\CallWaiting\Script
Change the value to pw3pw3p
p - play ringtone
w - wait number of seconds
v - vibrate
I'm sure there are a few more. But this ought to do the job
Thanks a ton!!
deepakjohn said:
You're right!
HKCU\ControlPanel\Sounds\CallWaiting\Script
Change the value to pw3pw3p
p - play ringtone
w - wait number of seconds
v - vibrate
I'm sure there are a few more. But this ought to do the job
Click to expand...
Click to collapse
Dude ... i can't thank you enough for this!!! really..!!!
mine was set to pv1w3v1
i was tired of the phone buzzing my ear every time in a call waiting.
wonder where this started from. i have changes 3 ROMs since it first started.
Thank you very Much!! :-D
Call Wait Volume Adjustment
Is there any way to boost the volume of the call waiting tone? Been looking all over for a solution
Thank you so much for this. The vibrate is actually audible to the other line because it's so intense on my TP2. I too had searched all over the phone settings for a way to change this. I don't know why NRG changed the default on this and why it is so cryptic to change!
Much better now thanks!

[Q] With Earphones Music Volume to low on WP7

ok...Installed WP7 + Magldr 1.12 and works perfect. Very Loudest Ringtone and Systemtone without Earphone.
Activate works perfect. Thx Microsoft German Support!
But i want use my InEarphones and listen Music and now its to low...!
I found the Registry Entrys but how make the Volume for Music higher? What is the right Entry for this? Anybody helps?
I need music music volume higher...
Thx DarkForcesTeam for this work...
It's completed mess with volumes.
1) Media & ring volume are too LOUD
2) System notifications with same level like 1) are too LOW
Just use the rocker switches to adjust volume level
stephandelaat said:
Just use the rocker switches to adjust volume level
Click to expand...
Click to collapse
What is this?
stephandelaat said:
Just use the rocker switches to adjust volume level
Click to expand...
Click to collapse
Whut?
Rocker Switches?
Wrong forum, ffs why are people still posting crap in the dev sections??
Thread reported!
Mine is stupidly loud on ringtones and media etc (to distortion), and it's also too loud through headphones.
When I say this I mean that the loudest setting is over the top and not much use since it's distorted - that's fine, I just won't turn it up that high - simples!
But the problem is that on the lowest setting (1/20) both ringtones and media are still too loud for what should be kind of barely audible. Now that is not easy to workaround so I'd love to sort it out.
Update - got my excessive volume fixed now with the registry edit posted elsewhere by changing the value from 45 to 70.
Now volume level 1 is really quiet how it should be.
Cret said:
Update - got my excessive volume fixed now with the registry edit posted elsewhere by changing the value from 45 to 70.
Now volume level 1 is really quiet how it should be.
Click to expand...
Click to collapse
If you happen to find that thread again please post it here as I would really appreciate it.
Kenichi
i did the registry edit too but speakers sound awful still when i want to turn it up a bit to listen to music or videos.... very annoying
Cret said:
Update - got my excessive volume fixed now with the registry edit posted elsewhere by changing the value from 45 to 70.
Now volume level 1 is really quiet how it should be.
Click to expand...
Click to collapse
+1 - please share your findings (where is this reg key, what variable?)
edit:
I found the variable he's talking about.
[HKEY_CURRENT_USER\ControlPanel\Volume]
"MaxdBAtten"=dword:2D (2D = 45)
I suspect this will not change the ringtone to notification volume differences?
Heimiko said:
+1 - please share your findings (where is this reg key, what variable?)
edit:
I found the variable he's talking about.
[HKEY_CURRENT_USER\ControlPanel\Volume]
"MaxdBAtten"=dword:2D (2D = 45)
I suspect this will not change the ringtone to notification volume differences?
Click to expand...
Click to collapse
any way of entering this in the phone ?
as a regeditor or something ?
Confirm this works a treat, here is the reg editor
THUDUK said:
Confirm this works a treat, here is the reg editor
Click to expand...
Click to collapse
can you confirm the volume difference between ringtone and notifications is still there? or does this also solve that as well?
Heimiko said:
can you confirm the volume difference between ringtone and notifications is still there? or does this also solve that as well?
Click to expand...
Click to collapse
I think I just fixed this. I saw a registry edit for WM 6 & it the directory still exists.
HKCU\ControlPanel\SoundCategories\
In each of it's sub directories, change the InitVol value to 100. I notice some were 100 already while others were 85 or even 65. I think this means 100% volume/85% volume/65% volume. Change them all to one value & you'll equalize the volume across the board.

Categories

Resources