call comes - phone screen on /off - JAMin, XDA Neo, S200 General

Is there a reg key to disable the phone screen, when a call comes ?
But i need to put it on, when i want to control my mobile answer machine.

no Idee
I heard from a nother forum a Regkey but it helps not on my Problem
I have the Key allready:
http://www.ppc-phones.de/punforum/viewtopic.php?id=6486
Das geht indem du HKCU\ControlPanel\Sounds\RingTone0\Script editierst.
Dabei solltest du folgendes beachten:
a = activate device
cN = set volume to N in percentage max volume
fN = flash notification LED for N seconds
p = play ringtone. Note that this will play the ringtone all the way through before continuing with the next code.
r = repeat. Note that this should be the last code in your Script string, if used at all.
vN = vibrate for N seconds
wN = wait for N seconds. Note that the device will wait this long before continuing with the next code.
Default Wert ist "apw3r". Dieser bedeutet: "activate device, play ringtone, wait 3 seconds, repeat".

Related

Vibration Duration too long

Is it possible to change the length that the phone vibrates for when a text message or another alert comes in when phone on silent?
Thanks
Mark
This annoys me too. If the phone is on my desk in work it makes such a racket when it vibrates the entire room looks my way. Not good!
Exactly the same problem as me.
Anyone help???
Taken from Hermes Wiki (reg hacks):
"Change ringtone/vibrate/LED flash characteristics
If you would like more control over how your device rings/vibrates/flashes its LEDs on events, you can can change the Script values of these events. For example, for an incoming call performing 'activate device, play ringtone, wait 3 seconds, repeat':
HKCU\ControlPanel\Sounds\RingTone0\Script = "apw3r" (REG_SZ string, no quotes)
For performing 'active device, set volume to 33%, play ringtone, set volume to 67%, play ringtone, set volume to 100%, play ringtone (no repeat)':
HKCU\ControlPanel\Sounds\RingTone0\Script = "ac33pc67pc100p" (REG_SZ string, no quotes)
The following are the full codes available to you. Please note that all the codes are executed simultaneously except after a ringtone play / wait code. E.g. 'v1p' will vibrate and play at the same time, while vibrating for 1 second. But 'pv1' will play the ringtone through all the way first, then start vibrating for 1 second.
a = activate device
cN = set volume to N in percentage max volume
fN = flash notification LED for N seconds
p = play ringtone. Note that this will play the ringtone all the way through before continuing with the next code.
r = repeat. Note that this should be the last code in your Script string, if used at all.
vN = vibrate for N seconds
wN = wait for N seconds. Note that the device will wait this long before continuing with the next code."
*bump*
Ok I've tried altering the vibratioin length to no avail - is there a way to 1. shorten the vibrate time to less than a second or perhaps a way to script a pulse..
I never got the LEDs to flash any faster either
Thanks
Adam

TyTN with increasing ring AND vibrate

My ancient SE P910i could have an increasing ring with vibrate, I've noticed my TyTN can't do that. Anyone know of any way that this can be acheived? Registry hack, small app or otherwise?
See if this helps. Courtesy of Wiki here...
Change ringtone/vibrate/LED flash characteristics
If you would like more control over how your device rings/vibrates/flashes its LEDs on events, you can can change the Script values of these events.
For example, for an incoming call performing 'activate device, play ringtone, wait 3 seconds, repeat':
HKCU\ControlPanel\Sounds\RingTone0\Script = "apw3r" (REG_SZ string, no quotes)
For performing 'active device, set volume to 33%, play ringtone, set volume to 67%, play ringtone, set volume to 100%, play ringtone (no repeat)':
HKCU\ControlPanel\Sounds\RingTone0\Script = "ac33pc67pc100p" (REG_SZ string, no quotes)
The following are the full codes available to you. Please note that all the codes are executed simultaneously except after a ringtone play / wait code. E.g. 'v1p' will vibrate and play at the same time, while vibrating for 1 second. But 'pv1' will play the ringtone through all the way first, then start vibrating for 1 second.
a = activate device
cN = set volume to N in percentage max volume
fN = flash notification LED for N seconds
p = play ringtone. Note that this will play the ringtone all the way through before continuing with the next code.
r = repeat. Note that this should be the last code in your Script string, if used at all.
vN = vibrate for N seconds
wN = wait for N seconds. Note that the device will wait this long before continuing with the next code.
Thanks mgmchan, but that looks damn complicated for an accountant
Nay, you can find this forum, post on this forum, you won't have any problem doing that.
1. Find a registry editor. Resco should be a good choice.
2. Once you run the editor, those HKCU\ControPanel\... etc will become very obvious to you. May be that sample string "ac33p..." suits your need already.
Have fun.
it's not complicated at all - the problem is that many (if not all) profile changers will modify this script without the option for you to provide a custom script of your own - quite frustrating

SMS ringtone

Hi all,
I made a ringtone which lasts about 10 seconds, however when i have the phone in my hand and a sms is coming i would like to stop the ringtone immediately but i didn't found how...
Is it possible ?
Thanks
Have you tried moving the volume slider down, while the tone is being played?
Yes none of the keys stops the sound
yeah it doesn't work... the bad thing about the sms notification is that it last however long the music lasts... i think you would have to go into the registry and change the settings for ringtone behaviour... http://wiki.modaco.com/index.php/Windows_Mobile_5_Registry_Tweaks check that
seee
Change ringtone/vibrate/LED flash characteristics
If you would like more control over how your device rings/vibrates/flashes its LEDs on events, you can can change the Script values of these events. For example, for an incoming call performing 'activate device, play ringtone, wait 3 seconds, repeat':
HKCU\ControlPanel\Sounds\RingTone0\Script = "apw3r" (REGSZ string, no quotes)
For performing 'active device, set volume to 33%, play ringtone, set volume to 67%, play ringtone, set volume to 100%, play ringtone (no repeat)':
HKCU\ControlPanel\Sounds\RingTone0\Script = "ac33pc67pc100p" (REGSZ string, no quotes)
The following are the full codes available to you. Please note that all the codes are executed simultaneously except after a ringtone play / wait code. E.g. 'v1p' will vibrate and play at the same time, while vibrating for 1 second. But 'pv1' will play the ringtone through all the way first, then start vibrating for 1 second.
a = activate device
cN = set volume to N in percentage max volume
fN = flash notification LED for N seconds
p = play ringtone. Note that this will play the ringtone all the way through before continuing with the next code.
r = repeat. Note that this should be the last code in your Script string, if used at all.
vN = vibrate for N seconds
wN = wait for N seconds. Note that the device will wait this long before continuing with the next code.
Click to expand...
Click to collapse
i hope you get this fixed... it would be annoying to recieve continuous messages at once haha
I think there is no way by registry settings:
p = play ringtone. Note that this will play the ringtone all the way through before continuing with the next code.
Click to expand...
Click to collapse
I have to make my ringtone shorter...

Changing vibration type

Hi everbody!
On my Touch2 I would like to change vibrating type. I am using "vibrate + ring" call notification but the phone vibrates "unusually" long. It vibrates for 5 seconds, then pause for 2 seconds, and again and again...
Is it possible to change this so that it would only vibrate for (configurable!) 2 seconds on "one turn"?
Installing some other software should be the final resort; it would be perfect if I could just change some registry settings (but which?). Ok, actually that would be good - perfect would be if the WM would already have some user interface for that...
Regards, Bostjan
You can use
1- VAlert (But it ruins your volume keys)
2- Vibro
3- PhoneAlarm (Great App.)
Thanks for your answer - but I would first try to solve this issue without installing other applications if that is even possible.
Do you know the how to do that within windows registry?
Regards, Bostjan
Found this after some searching....you need to change registry... always back-up before you make changes. And do soft reset to make your changes active.
Change ringtone/vibrate/LED flash characteristics
If you would like more control over how your device rings/vibrates/flashes its LEDs on events, you can can change the Script values of these events. For example, for an incoming call performing 'activate device, play ringtone, wait 3 seconds, repeat':
HKCU\ControlPanel\Sounds\RingTone0\Script = "apw3r" (REG_SZ string, no quotes)For performing 'active device, set volume to 33%, play ringtone, set volume to 67%, play ringtone, set volume to 100%, play ringtone (no repeat)':
HKCU\ControlPanel\Sounds\RingTone0\Script = "ac33pc67pc100p" (REG_SZ string, no quotes)To have the device 'Vibrate and Ring' simultaneously:
HKCU\ControlPanel\Sounds\RingTone0\Script = "av0pw3r" (REG_SZ string, no quotes)The following are the full codes available to you. Please note that all the codes are executed simultaneously except after a ringtone play / wait code. E.g. 'v1p' will vibrate and play at the same time, while vibrating for 1 second. But 'pv1' will play the ringtone through all the way first, then start vibrating for 1 second.
a = activate device
cN = set volume to N in percentage max volume
fN = flash notification LED for N seconds
p = play ringtone. Note that this will play the ringtone all the way through before continuing with the next code.
r = repeat. Note that this should be the last code in your Script string, if used at all.
vN = vibrate for N seconds
wN = wait for N seconds. Note that the device will wait this long before continuing with the next code.
This is awsom and works for me perfectly...
If I will find some issues will let you guys know!
Thank you for your support!
Regards, Bostjan
See link below. That vibrates (ooops, I would say "sounds") as a solution.
http://forum.xda-developers.com/showthread.php?t=569025

dash 3g rings once then stops

ok i have searched google and the site to no help.
the phone is new and no matte what settings i use either through the home screen or going into settings and then profile, makes no diff phone still rings once then nothing bu the phone is still waiting for me to pick up.
Also from time to time the phone will light up and the soft keys bottom show and top bar but not the time is blank and ph stays on untill i turn it back off.
Please i dont post much here for i do search and find fixes to my problems but this one has me.
Hope one of this registries help you
Originally Posted by mikechannon
Assuming you can locate the correct registry key, you can change it according to the detail below. Some example registry keys are given at the bottom:
Change ringtone/vibrate/LED flash characteristics
If you would like more control over how your device rings/vibrates/flashes its LEDs on events, you can can change the Script values of these events. For example, for an incoming call performing 'activate device, play ringtone, wait 3 seconds, repeat':
HKCU\ControlPanel\Sounds\RingTone0\Script = "apw3r" (REG_SZ string, no quotes)
For performing 'active device, set volume to 33%, play ringtone, set volume to 67%, play ringtone, set volume to 100%, play ringtone (no repeat)':
HKCU\ControlPanel\Sounds\RingTone0\Script = "ac33pc67pc100p" (REG_SZ string, no quotes)
The following are the full codes available to you. Please note that all the codes are executed simultaneously except after a ringtone play / wait code. E.g. 'v1p' will vibrate and play at the same time, while vibrating for 1 second. But 'pv1' will play the ringtone through all the way first, then start vibrating for 1 second.
a = activate device
cN = set volume to N in percentage max volume
fN = flash notification LED for N seconds
p = play ringtone. Note that this will play the ringtone all the way through before continuing with the next code.
r = repeat. Note that this should be the last code in your Script string, if used at all.
vN = vibrate for N seconds
v0 will vibrate continuously;
v3 will vibrate for 3 seconds;
v3p will vibrate for 3 seconds, then play the ringtone;
v0p will vibrate and play the ringtone at the same time, and when the ringtone stops, the vibrating stops as well;
v0p3 will vibrate and play the ringtone at the same time, and stop after 3 second
wN = wait for N seconds. Note that the device will wait this long before continuing with the next code.
Some more examples
Display - a
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
There are several notification sound settings in the registry – examples:
[HKEY_CURRENT_USER\ControlPanel\Sounds\RoamingRing0]
"Script"="apw3r"
[HKEY_CURRENT_USER\ControlPanel\Sounds\KnownCallerR ing0]
"Script"="apw3r"
[HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0]
"Sound"="\\Storage Card\\My Documents\\Trout.wma"
"Script"="av0pw3r"
Mike
Click to expand...
Click to collapse
Thanks for the help, i got it to work right now but not sure what reg entry did it tho. i should have wrote down all i did do. but it is working.

Resources