Vibrate and Ring - Help, please! - JAM, MDA Compact, S100 General

When I set "Vibrate and Ring", the vibration continue during the whole playing of MP3 file.. :-( Is it possible to make th? vibration work interrupted?
Otherwise I can assign only short MP3 files for the ring...

Use 'Vibrate then ring' instead of 'Vibrate and ring' to solve this ;-)
Regards, M

But I want Vibration alo during MP3 play. :-( No other way?...

Not that I know of, even all profilers I've seen are using the default options.
Maybe one, like VIJay555 or Zendrui can built it?
Cheers, M

Maybe it is possible to set Vibration-time and Vibration-pause in the Registry??

Well it seems you can get it with PocketZenPhone
http://zendrui.free.fr/PZPForum/viewtopic.php?t=12
I didn't read the manual & hadn't explored it enough, Zendrui made it clear again:
zendrui said:
in PZP there are 2 kind of ringtone : "short vibrate and ring and "vibrate and ring".
The vibrate lenght is configurable in seconds "short = 1sec", "vibrate = 3 sec"
Probably other values can be possible ...
Click to expand...
Click to collapse
& I must say PZP is a wonderful profiler, I can recommend it.
Cheers, M

Thank you a lot! I'll tryit!

Sorry - no success..:-( Only Vibration (long or short) then - the ring using MP3 file...

I got the same effect, too bad I really thought PZP was doing the job. Maybe I wasn't clear enough or maybe a magician reacts different in this case. Anyway I'll ask zendrui again.
Regards, M

Really! If it is possible to make short or long Vibration with the some software-tricks - so it may be possible to add some string into the Registry (by hands! Without any 3-d software - it's more constructive) to have Vibration work not continuously DURING the ring with MP3!...
But who knows how to do it....

When you open the PZPmode?.txt files in PZPmodes, you can see what Zendrui puts into the reg. for the different switches. Now only you need to know what they mean. Probably all described in a SDK or so.
Cheers, M

Thank you! It's really interesting, but doesn't solve the problem....

Related

Extended Ring and Vibration

Is there anyway of extending the ring & vibration duration?
Charlie
charlietaylor said:
Is there anyway of extending the ring & vibration duration?
Charlie
Click to expand...
Click to collapse
You can make it loop if you want
(Looping Ringtones)
This tweak works perfectly you should apply it to your ppc's:
While playing a wav or midi or a wma as the ringtone the phone has a delay of 3 seconds before repeating, now this is really annoying if you've just created that great wav,wma ringtone, spent time making it loop properly in sound editor or whatever, and then the ppc does the silly delay, well, here’s the fix...
Open the registry editor:
HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0
Select 'Values'
And modify 'Script' by removing the w3 (eg. change 'av0pw3r' to 'av0pr')
"w3" stands for "Wait 3 seconds" you can make it "w1" or "w4" or remove to make the ringtone loops
Extending Ring
This may sound silly, but how do you edit the registry on the xda, I know how to do it on a PC.
Regards
Charlie
With one of these...
Thanks Bob
Will give it a go.
will this regedit work on xda II ??
cheers
yes it will work on all Pocket PC variants, including XDA2, MDA2, QTek2020, etc... (as long as they're ARM or XScale).
Thanks for that, will give it a go.
now be able to play with all the REG now.
cheers
Just to add another perspective, the amount of time the phone rings is actually a network setting (the time before it goes to the answering service) and can be changed by sending status codes to the service provider.
I'm sure if you google around a bit you will find the answer, but I changed mine from 20 seconds to 40 seconds, which greatly reduced my missed calls.
Surur
Edit: Done the googling for you. Check out this website (Tekguru) with a guide of sorts.
surur - that's a very useful tip - thanks a bunch for that
Hmm, few days ago, I found this reg values in the registry. I try some variations but with no success. I will check it again.
Maybe
a = alarm
v = vibrating
??
So, can I setup my phone, to vibrate periodic, while ringing continous a long WMA? Easyer to notify periodic, short vibrating, and it reduce battery usage I think.
Another question. I like siemens phones, because it plays a signal continously, while the ring-echo tone is hearable. It is good, because sometimes the started call interrupted.
With other phones like XDA, there is no signal while I waiting for the ring-echo tone. Sometimes the initiated call is interrupted, and I waiting for the nothing. The phone not notify me that the call is not completed.... :?
Can I make a Siemens-like tone for dialing?
(Can you understand what am I writing? )
Thank you!
Rayan said:
yes it will work on all Pocket PC variants, including XDA2, MDA2, QTek2020, etc... (as long as they're ARM or XScale).
Click to expand...
Click to collapse
It works also with MS Smartphones (SPV, etc...)
Extended rimg on Orange
Does extended ring work on UK Orange? If so what are the numbers?
Thanks.
i used a wma file for my incoming SMS, but when a message arrives and i am reading it, the wma file just keeps playing. Can i set this in such a way that when i open the message, the music stops?
thanks
here is the documentation on how to set ringtones
i checked msdn , but couldn't find anything about the 'script' values this doesn't mean it isn't there, maybe I'm temporarily blind.
I would like to have my ringtone Vibrate then loop without pause with increasing volume, so i tried all the possibilities in phone settings and checked the registry :
Code:
script for ring : apw3r
Increasing ring : c50apw3c150r
ring once : p
vibrate : av3w3r
vibrate and ring : av0pw3r
Vibrate then ring : v3w3apw3r
so as far as i could figure out :
v3 stands for vibrate 3 seconds and v0 stands for Vibrate continuous
p stands for play
w3 stands for wait 3 seconds
c50 sets the volume to 50 ? and C150 adds 150 ?
a & r are used as begin loop & end loop
so my final script is v3w3c50apc150r which means
1) vibrate 3 secs
2) wait 3 sec
3) set vol to 50
4) play
5) add 150 to volume
6) repeat from step 4
I'm not exactly sure about the volume settings, but it works (as long i don't change the phone settings thru control panel)
hope this helps anyone
M4io said:
i checked msdn , but couldn't find anything about the 'script' values this doesn't mean it isn't there, maybe I'm temporarily blind.
I would like to have my ringtone Vibrate then loop without pause with increasing volume, so i tried all the possibilities in phone settings and checked the registry :
Code:
script for ring : apw3r
Increasing ring : c50apw3c150r
ring once : p
vibrate : av3w3r
vibrate and ring : av0pw3r
Vibrate then ring : v3w3apw3r
so as far as i could figure out :
v3 stands for vibrate 3 seconds and v0 stands for Vibrate continuous
p stands for play
w3 stands for wait 3 seconds
c50 sets the volume to 50 ? and C150 adds 150 ?
a & r are used as begin loop & end loop
so my final script is v3w3c50apc150r which means
1) vibrate 3 secs
2) wait 3 sec
3) set vol to 50
4) play
5) add 150 to volume
6) repeat from step 4
I'm not exactly sure about the volume settings, but it works (as long i don't change the phone settings thru control panel)
hope this helps anyone
Click to expand...
Click to collapse
Nice M4io, I'll try that. thanks bro.
Ronnie
You can change the script in the registry. However, whenever you open the Phone Setting and click OK (since there's no Cancel button), the new setting will overwrite your modified script.
I like staccato vibrating while ringing normaly.
Like this:
Code:
ring: -------------- -------------- ------------
vibr: - - - - - - - - - - - - - - - - - - -
I tryed some code variations, but didn't work.
In my Phone Profiles you have "staccato" vibration. I named it: pulsed vibrate. Both for rings and sms alerts.
I know that many users have problems with my Phone Profiles, but also I know how many users use it without problems (believe me: more). I still improve my softeware and make modifications and fixes. The problem depends from another software inside your hardware. Most of them are because IDCaller is inside the default OEM system in some hardware and users cannot remove this program. Alternatively you have not to use a advanced features from my software.
I give a free trial version to check how it works with your phone.

Calendar gives no reminders on Jasjar

Hello,
I am new on Windows Mobile, coming from Nokia 9500, so I feel a little bit stupid, because maybe I did something wrong.
So when I set a reminder in the calendar I hear nothing any more, neither a notification... abslutely nothing.
The reminders on Outlook on the PC just work normally on the same appointments.
Settings:
[email protected]:
Events : on ---- Programs + Notifications : on
Screen taps and hardware buttons :| off
Tab notifications, Event: reminders: Plays sound : on Alarm1
Dislplay message on screen and flashlight both are on
I did a soft reset, and I played a little bit with different sounds when the problem seemed to have begun.
When the PC however does the alarm it nicely switches the alarm off in the Jasjar.
My phone is quite useless without a calendar warning.
Huib
My Jasjar becomes quite useless without an agenda that warns
Nobody has a clue?
I can set the agenda but nothing happens. The time just passes but no warnings whatsoever.
Huib
Oh hell, sounds like the alarm bug may be making an appearance on WM5...that would be DISASTEROUS.
Do this for us; download trial version of Pocket Mechanic (www.antontomov.com) and go to the notifications queue module. Click the button marked "Dup" or "duplicates" and tell us if it found any dups, and if so what they are (they will be tagged and yellow).
Just in case it's a stupidly simple thing, check the following;
- Can u play the alarm1.wav file from file explorer?
- Are you DEFINITELY setting a reminder for each agenda entry
- Is this reminder set to go 0 minutes before (ie don;t set a reminder for 5 mins time with an alarm for 30 mins before)
- settings>sounds&notifications>alarms>ticked
- Volume not 0: turn volume to 0 then back up again
craigiecraigie4 said:
Oh hell, sounds like the alarm bug may be making an appearance on WM5...that would be DISASTEROUS.
Do this for us; download trial version of Pocket Mechanic (www.antontomov.com) and go to the notifications queue module. Click the button marked "Dup" or "duplicates" and tell us if it found any dups, and if so what they are (they will be tagged and yellow).
Just in case it's a stupidly simple thing, check the following;
- Can u play the alarm1.wav file from file explorer?
- Are you DEFINITELY setting a reminder for each agenda entry
- Is this reminder set to go 0 minutes before (ie don;t set a reminder for 5 mins time with an alarm for 30 mins before)
- settings>sounds&notifications>alarms>ticked
- Volume not 0: turn volume to 0 then back up again
Click to expand...
Click to collapse
I may do the antontomov later.
yes I can play alarm1.wav from file explorer.
OK: appointment duration from 16:00 till 16:05
alarm ( " reminder" it is called) 5 minutes before..
at the settings I ticked the Reminder event on play sound and repeat.
I do not see a volume option however.
I see options for flash light ( did never work) and vibration ( the same) I have the feeling it is not so much a sound problem as a problem that nothing is triggered when the moment is there.
Huib
Calendar Reminders confusing!!
I find this calendar thing pretty confusing too. I came to the conclusion that the reminder comes in the form of an on-screen notification and not an alarm, which seems pretty stupid, as you don't want to keep pulling your phone out to see if you have any appointments! :?
I hope I'm wrong, but could someone more knowledgeable in this area please clarify how to get an audible reminder in conjunction with an on-screen one please. And for the record, I know how to set a basic alarm, I just need to be reminded by sound or vibration of my appointments, else I can't get the true benefits of a personal digital assistant!
Wont modifying the "Reminders" settings in the notification tab of "Sounds and Notifications" do it for you???
Re: Calendar Reminders confusing!!
mackaby007 said:
I find this calendar thing pretty confusing too. I came to the conclusion that the reminder comes in the form of an on-screen notification and not an alarm, which seems pretty stupid, as you don't want to keep pulling your phone out to see if you have any appointments! :?
I hope I'm wrong, but could someone more knowledgeable in this area please clarify how to get an audible reminder in conjunction with an on-screen one please. And for the record, I know how to set a basic alarm, I just need to be reminded by sound or vibration of my appointments, else I can't get the true benefits of a personal digital assistant!
Click to expand...
Click to collapse
I am sure it gave me an audible alarm before I ran into problems. Of course the agenda can warn you if working properly; also with a flash light even(!) or vibrato.
Huib
sub69 said:
Wont modifying the "Reminders" settings in the notification tab of "Sounds and Notifications" do it for you???
Click to expand...
Click to collapse
Well to be honest.... I have managed to get sound working on it before...I just can't remember what I did! :lol:
Please, if anyone has the time please explain how I get an alarm to ring in conjunction with the on-screen reminder. For example, when I go go into the calendar app and see the time slots for any given date, I assumed you could simply enter what you wanted reminding of, in that particular timeslot, and then choose to be reminded every 2 hours or something!!??!! I'm a bit perplexed by this. My SE700i worked in this fashion and I never got to grips with the PPC way of doing this. The bloody manual doesn't explain this either!
mackaby007 said:
sub69 said:
Wont modifying the "Reminders" settings in the notification tab of "Sounds and Notifications" do it for you???
Click to expand...
Click to collapse
Well to be honest.... I have managed to get sound working on it before...I just can't remember what I did! :lol:
Please, if anyone has the time please explain how I get an alarm to ring in conjunction with the on-screen reminder. For example, when I go go into the calendar app and see the time slots for any given date, I assumed you could simply enter what you wanted reminding of, in that particular timeslot, and then choose to be reminded every 2 hours or something!!??!! I'm a bit perplexed by this. My SE700i worked in this fashion and I never got to grips with the PPC way of doing this. The bloody manual doesn't explain this either!
Click to expand...
Click to collapse
You're absolutely right about how to set the reminder, but the type of reminder (sound, message, vibrate) is set in Settings > Sounds & Notifications > Notifications Tab > Change Event to "Reminders" and see what the settings are? Give it a go, I'm sure you must have "Display message on screen" ticked and "Play sound" unticked?
sub69 said:
Wont modifying the "Reminders" settings in the notification tab of "Sounds and Notifications" do it for you???
Click to expand...
Click to collapse
Thanks for thinking about my problem but I checked those settings out very prcisely.
I have ticked: play sound and repeat. I also have the display message ticked. I Use Alarm1 to keep it simple.
It is however possible that here is where the problem started.
Other problem, maybe related, is, that the phone ringtone sound can sometimes change in the last installed personal ringtone.
I changed it back of course.
I have a lot of people given a ringtone with their name in it, to take away the need of opening to see who is calling.
instead of a sound I record : this is John etc etc. But of course not new to your guys.
Works great, but sometimes my phone ring changes in e.g. " peter calling" as main ring tone.
But in the calendar case there is not even a reminder on the screen. The phone is just no triggering at all.
huib
Huib
Oh....baffled then. Sorry!
Re: I'll get to the bottom of this yet!!
sub69 said:
the type of reminder (sound, message, vibrate) is set in Settings > Sounds & Notifications > Notifications Tab > Change Event to "Reminders" and see what the settings are? Give it a go, I'm sure you must have "Display message on screen" ticked and "Play sound" unticked?
Click to expand...
Click to collapse
Nope all are checked! I'll look into it more seriously later today and post my findings back here. Thanks for your help. :lol: :x :? 8)
SOunds like hard-reset time dudes!
Just in case you think it's a missing feature that you have to live with, it's not: the calendar DOES alarm for every reminder, provided you set that. You get an on-screen notification and sound - depending on your settings. Further, this can be defaulted so that every new appointment does this without you having to think about it. Exactly the same as all previous PPC devices.
I had the same problem.
Hard reset is the only solution...
Be carefull what s/w you install on Jasjar!
geovass said:
I had the same problem.
Hard reset is the only solution...
Be carefull what s/w you install on Jasjar!
Click to expand...
Click to collapse
-Listpro
-Ewallet
-SPB GPRS monitor
Thats it!
Any of those three suspect?
Huib
geovass said:
I had the same problem.
Hard reset is the only solution...
Be carefull what s/w you install on Jasjar!
Click to expand...
Click to collapse
This will be my first reset in Windows world ever.
Any tips and hints what to take care of before pushing the button?
I come from Nokia 9200 and up and there was a great backup facility before you hard reset.
As backup software is not available: Any tips and hints on what to write down before I do it?
I also saw that Windows may come with separate upgrade software.
http://www.expansys.nl/forumthread.asp?code=119353&thread=69
(AKU1/AKU2)
Any use to wait for that first?
Huib
herpi said:
geovass said:
I had the same problem.
Hard reset is the only solution...
Be carefull what s/w you install on Jasjar!
Click to expand...
Click to collapse
-Listpro
-Ewallet
-SPB GPRS monitor
Thats it!
Any of those three suspect?
Huib
Click to expand...
Click to collapse
The only s/w i had was the ewallet.
Get rid of it and reset. Now try if it works.
geovass said:
The only s/w i had was the ewallet.
Get rid of it and reset. Now try if it works.
Click to expand...
Click to collapse
You meant soft reset or hard reset?
I presume hard reset, because after several soft resets without ewallet I still have the problem.
huib
See 'Help' application for Reminders in Calendar!!
Stupid me! There's an in depth guide on hoe to use the calendar with Reminders in the 'Help' application on the Jasjar. Too many options for my liking, just confusing matters. basically, alot of the options are for syncing purposes and if no else has access to your PC, it really won't matter wether you set-up categories or not, unless you need your contacts etc grouped.
Bottom line, buy an easier to use application.
Alarm bug? What's that?
Some time ago I installed and played a NES emulator on my xda for a few hours wearing the headset, and after that two things happened; Sound didn't work, it got permanently stuck on headset mode (I fixed that) and 2), the clock disappeared from the upper menu bar, never to return. Alarms didn't work (at all) from that point either. Prior to this it had worked 90% of the time, with some mysterious exceptions that I think maybe your "alarm bug" could explain.

AWESOME: Vibrate feedback on phone key press

faysel, over at the modaco forum has come up with this awesome cab that lets you get vibrating feedback everytime you press one of the number buttons in the phone. The vibration lasts as long (or as short!) as you press the button.
Great cab, very useful for knowing whether you have indeed pressed the key.
This is great, thank you. I used to use Redial with vibrating effect on my PDA2k (WM2003SE) but this is even better
don't expect a long battery life with that! :wink:
acer175 said:
don't expect a long battery life with that! :wink:
Click to expand...
Click to collapse
Are you kidding me? I mean what kind of a battery effect you think it will have? Its such a small vibe that I don't expect to have ANY noticable effect on battery life. First it vibes only when you dial phone numbers (how many a day? 5? 6? even 20? Its still nothing. Second, receiving a phone call, that is the vibration during it, probably uses more power than this addition will use in 20 calls...
I really disagree... :wink:
This is a great little program!
I don't like it because if you tap fast, it wont vibrate. In addition to this, there is a serious problem with the dialer after you uninstall it.
So I had to reinstall it and now i'm stuck with it
My rating : 0 (ZERO)
@Andrew_sh: use the attached cab to get the keytones back, then uncheck from the sounds and notifications settings to get a working silent dialer back.
@Koksie
Thanks for trying but unfortunately it won't fix it.
When I press the button , the tone will sound but if I press it again shortly after, it lags and makes a higher pitched tone.
Sorry to hear it didn't work Andrew, I have no idea how to fix this. I use the vibrate and am happy with it, on my Magician going back with this cab worked fine, I have no idea what is causing this in your Prophet. I hope you can figure it out and correct it, good luck with that.
andrew_sh said:
@Koksie
Thanks for trying but unfortunately it won't fix it.
When I press the button , the tone will sound but if I press it again shortly after, it lags and makes a higher pitched tone.
Click to expand...
Click to collapse
Try this, it's a saved registry string of the original keys that the .cab modified. Hopefully i'll work for you without messing up anything else.
I had to rename the file vibrate off.reg.exe to ba able to attach it. Just delete the .exe part ie. vibrate off.reg
this is a technical forum
can someone paste here the registry keys which are being modified by this vibrate utility?
thanks
Using a registry editor navigate to the following keys and follow the directions. Do this for each of the listed registy keys
1. Rename Standard DWORD parameter "Sound" to "Sound1"
2. Create new String Parameter "Sound"
3. Assign value *vibrate* to this new parameter.
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf#
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf*
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf0
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf1
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf2
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf3
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf4
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf5
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf6
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf7
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf8
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf9
this mod doesn't work fine for me, I noticed the vibrate a few time but it's not working everytime I tap on the Keypad...
Strange :?
Although the mod works fine, I had big troubles removing it again.
After removing the mod with the supplied cab file any keys pressed in the dialer would lag and emmit a short beep.
i finally succeeded in removing it manually:
First reinstall the vibrate mod again so that the keys vibrated again when pressed.
Then go into the registery keys posted above, deleted the parameter "Sound" and then rename the parameter "Sound1" back to "Sound".
Do this for all Dtmf keys.
Thats all
its true if you tap fast it wont vibrate at all.. very annoying. is there a way to make it vibrate for a set lenght.. much like the dtmf tones used to be.. no matter how long or short i press..
that would be very useful.
regards,
tom
bk227865 said:
Although the mod works fine, I had big troubles removing it again.
After removing the mod with the supplied cab file any keys pressed in the dialer would lag and emmit a short beep.
i finally succeeded in removing it manually:
First reinstall the vibrate mod again so that the keys vibrated again when pressed.
Then go into the registery keys posted above, deleted the parameter "Sound" and then rename the parameter "Sound1" back to "Sound".
Do this for all Dtmf keys.
Thats all
Click to expand...
Click to collapse
I used this mod until I found out that I couldn't turn off vibrate on incoming calls anymore. I can't be sure that they are related, but the timing was right. The next time I did a ROM upgrade I didn't install it again. I use speed dial with Photo Contacts Pro anyway.
krale said:
faysel, over at the modaco forum has come up with this awesome cab that lets you get vibrating feedback everytime you press one of the number buttons in the phone. The vibration lasts as long (or as short!) as you press the button.
Great cab, very useful for knowing whether you have indeed pressed the key.
Click to expand...
Click to collapse
Never mind - problem fixed
Not installing on Tytn / Black2.5
"Installation unsuccesfull, Not meant for this device"
Did anybody have more luck? How?
I don't like this
...the vibrate just doesn't trigger some of the time, which means you can't rely on tactile feedback on dialling, which makes it fairly useless. Sorry...
buhahahaha
*buzz* *buzz* *buzz*
works fine on my Jamin. Great app

Phone ring delay

Hey,
I would like to upgrade to the TyTN but I need to known if the is any issue with the phone like it was on the Universal.
When someone calls you does the TyTN ring straight aswait or does it start ringing after3 or 4 ring like it did on the universal.
Is the screen aligment on the TyTN been sorted out?
Is they any major problem with the device?
Well it run TomTom Navigator 6?
Cheers for any input.
Thanks
Gigino
gigino said:
Hey,
I would like to upgrade to the TyTN but I need to known if the is any issue with the phone like it was on the Universal.
When someone calls you does the TyTN ring straight aswait or does it start ringing after3 or 4 ring like it did on the universal.
Is the screen aligment on the TyTN been sorted out?
Is they any major problem with the device?
Well it run TomTom Navigator 6?
Cheers for any input.
Thanks
Gigino
Click to expand...
Click to collapse
I have found that there is a ring delay of 1 ring on my Tytn (Vario II). I too had the Universal on trial with VodaUK and the delay was excessive.
The screen alignment issue is only a problem for me if the phone get excessively hot (such as the time I left it near my laptop fan) other than that is works reasonably well.
I have tried TT 5.10 and it ran well.
Smads
there is an option in Tweak2k2 program is "Disbles 3s delay in Ringtone", i didn't try it yet, please test
sorry about my english
i have the tweaks2k2 program installed and the 3s delay is ticked......but when someone calls me there is still a delay of one ring only and then the phone wakes up on the second ring........
and yes tom tom 6 will definitely work.....
[HKCU\Sounds\RingTone0]
Script = "apw0r"
Default settings = "apw3r"
sykt said:
[HKCU\Sounds\RingTone0]
Script = "apw0r"
Default settings = "apw3r"
Click to expand...
Click to collapse
Should be HKCU\Control Panel\Sounds\RingTone0
My default setting is actually "av0pw3r"??? I don't know what this means, so I've just left it alone!!!
the_matho said:
My default setting is actually "av0pw3r"??? I don't know what this means, so I've just left it alone!!!
Click to expand...
Click to collapse
I think the value varies depending on the settings you have for ring tone, I have "vibrate and then ring" and my default value was "v3w3apw3r". I've been plying with the values and ringing myself after each change, this is my conclusion:
The first '3' specifies the vibrating time before the phone rings, the second '3' specifies the delay after the phone stops vibrating and the ringtone starts playing and the third '3' specifies the delay between repeated ringtones. Correct me if I am wrong
errr.... forget my previous comment, I was wrong but Google told me the truth:
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.
Click to expand...
Click to collapse
So according to the data given,
The phone activates and rings. There is no delay between.
...yet there is a decent amount of delay before the device rings on this end.
I don't have tweaks2k2 but it seems it doesn't do any better anyway...
See this thread http://forum.xda-developers.com/showthread.php?t=258109
I want to get rid of the delay, but I'd like to be able to use PhoneAlarm and they probably aren't compatible.
vua777 said:
there is an option in Tweak2k2 program is "Disbles 3s delay in Ringtone", i didn't try it yet, please test
sorry about my english
Click to expand...
Click to collapse
This fixes this problem. The ring delay is a common problem regarding the power/wake up status of the phone. The fix corrects it.
Download tweaks2k2 from www.tweaks2k2.com, and you will have an evaluation copy which will work for three goes. I recommend you purchase if you're happy with it, it's a great tool, and so many uses! The writer should be rewarded.
Regards
where is this app on the url you have provided? I just get a load of ads...
thanks
The url is actually http://www.tweaks2k2.com
EDIT: I can also confirm that this does work.
Looks like it's just a simple reg hack
athiqueahmed said:
The url is actually http://www.tweaks2k2.com
EDIT: I can also confirm that this does work.
Looks like it's just a simple reg hack
Click to expand...
Click to collapse
Opps, sorry, that's the URL I meant :-/... edited previous post
Every time I reset my device the script is back to apw3r for ringtone0.
anyone expierence the same?

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!

Categories

Resources