Pocket PC Addict Forums



» BoxWave
BoxWave Corporation
» More Resources

Welcome to the Pocket PC Addict Forums!

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, download files, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   Pocket PC Addict Forums > Software > Windows Mobile 5

view more in our Photo Gallery...

Windows Mobile 5 Anything problems, tips, or tricks on WM 5

Reply
 
Thread Tools Display Modes
  #1  
Old 08-26-2006, 10:42 AM
smkamene's Avatar
smkamene smkamene is offline
Junior Member
Pre-Addict
 
Join Date: Aug 2006
Device: 8125
Posts: 2
Downloads: 1
Uploads: 0
Windows Mobile 5.0 - Change ringtone/vibrate/LED flash characteristics

Hello folks. I would like to know if there is a way to make my device vibrate more than one time whenever i recieved a new email message (Corporate Exchange). I used to have a Blackberry and it was nice that i could make it vibrate 3 times. Sometimes when my phone is in my pocket it may not feel it vibrate the first time. Any ideas guys? I also would like to repeat sound notification too ..but i guess there i can just use a custom wav file ..just create a wav file that loops maybe 3 times.

Thanks
Reply With Quote
Sponsored Links
  #2  
Old 08-29-2006, 06:37 PM
Jane Lee's Avatar
Jane Lee Jane Lee is offline
Honorary Addict!
Extraordinary Addict!
 
Join Date: Jan 2006
Device: Dell Axim x50v
Posts: 614
Downloads: 3
Uploads: 0

Quote:
Originally Posted by smkamene
Hello folks. I would like to know if there is a way to make my device vibrate more than one time whenever i recieved a new email message (Corporate Exchange). I used to have a Blackberry and it was nice that i could make it vibrate 3 times. Sometimes when my phone is in my pocket it may not feel it vibrate the first time. Any ideas guys? I also would like to repeat sound notification too ..but i guess there i can just use a custom wav file ..just create a wav file that loops maybe 3 times.

Thanks
Hi smkamene... I may have something here for you but it will require you to tweak your registry. So if you're going to try it, you may want to back up the registry first! Let us know how it works for you...

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.
__________________
Jane Lee
Reply With Quote
  #3  
Old 08-29-2006, 08:04 PM
BoxWave's Avatar
BoxWave BoxWave is offline
Senior Member
Serious Addict!
 
Join Date: Feb 2004
Posts: 346
Downloads: 0
Uploads: 0

Wow. Nice find, jane.
Reply With Quote
  #4  
Old 08-30-2006, 08:22 AM
smkamene's Avatar
smkamene smkamene is offline
Junior Member
Pre-Addict
 
Join Date: Aug 2006
Device: 8125
Posts: 2
Downloads: 1
Uploads: 0

i will definitely try this ..great info
Reply With Quote
  #5  
Old 08-30-2006, 04:54 PM
Tim's Avatar
Tim Tim is offline
Honorary Addict!
Site Administrator
Extraordinary Addict!
 
Join Date: Nov 2005
Location: Pacific Northwest
Device: i-mate K-JAM
Posts: 1,293
Downloads: 60
Uploads: 116

Excellent! I have stuck this thread and moved it to our Pocket PC Tips section as well.
__________________
Tim Nguyen
Reply With Quote
  #6  
Old 09-06-2006, 02:52 PM
felice82's Avatar
felice82 felice82 is offline
Junior Member
Pre-Addict
 
Join Date: Sep 2006
Location: Zurich, Switzerland
Device: Qtek 8310 Smartphone
Posts: 1
Downloads: 4
Uploads: 0

Hi Folks!

I tried the hack and i worked very well!

But as i change to a different profile and back, the previous (original) Script-String is restored...


Is there any way to make WinMobile "remember" my editing?

And does someone know a tool or Tweak to make the phone continue blinking in case of a missed call instead of stop doing anything if the caller drops the (unsuccessfull) call?
For Text-Messages i could just keep some blinking/pause-Script repeating, but that won't work on calls, wouldn't it?

Thanks a lot and greetings from Switzerland: Felix
Reply With Quote
  #7  
Old 09-20-2006, 02:57 AM
evetjo's Avatar
evetjo evetjo is offline
Junior Member
Pre-Addict
 
Join Date: Sep 2006
Device: htc MTeoR
Posts: 1
Downloads: 0
Uploads: 0
Question I have the same problem!

The ringtone on my MTeoR is way too loud, so I nedd to find a way to change this. Why is there no menuchoice for changing the volume???

I changed a few keys in the registry, using Mobile Registry Editor;
HKEY_CURRENT_USER\ControlPanel\SoundCategories\* (InitVol changed to 1)
HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0 (Script changed to av1w1v1pw2r) (vibration, pause, vibration, pause, melody og repitition)

My only problem is, like felice82, that the registry keys is reset after changing the profile.I restarted the phone after applying the registrykeys. The ringtone was ok after restart. As soon as I changed the profile is back to scratch.
Reply With Quote
  #8  
Old 09-23-2006, 07:44 AM
nicedude_abad's Avatar
nicedude_abad nicedude_abad is offline
Senior Member
Serious Addict!
 
Join Date: Sep 2006
Device: O2XDA Mini (HTC Wizard)
Posts: 141
Downloads: 3
Uploads: 0

This is great. Thanks for sharing.
Reply With Quote
  #9  
Old 10-05-2006, 07:52 PM
brettgable's Avatar
brettgable brettgable is offline
Junior Member
Pre-Addict
 
Join Date: Oct 2006
Posts: 1
Downloads: 0
Uploads: 0
Windows Mobile 5.0 - Add custom notification sounds

Does anyone know how i can add different .wav files to my notifications (ex. text message tones)??
Reply With Quote
  #10  
Old 12-06-2006, 08:49 AM
rarnett's Avatar
rarnett rarnett is offline
Junior Member
Pre-Addict
 
Join Date: Nov 2006
Posts: 3
Downloads: 1
Uploads: 0
Cant Edit the Setting

I downloaded an editor but when I try to save the settings it give me access denied? Any Ideas
Reply With Quote
  #11  
Old 12-10-2006, 01:51 PM
TerBear's Avatar
TerBear TerBear is offline
Junior Member
Pre-Addict
 
Join Date: Dec 2006
Device: T-Mobile MDA
Posts: 5
Downloads: 0
Uploads: 0
It's easy as pie

Quote:
Originally Posted by brettgable
Does anyone know how i can add different .wav files to my notifications (ex. text message tones)??
When you select the wav you want as a notification, save it and upload to your device with active sync. Save it in the windows directory then using your settings and personal tabs go to sounds and notifications and the name of the wav you just loaded should be available to select in the drop down list. Good luck!
T
Reply With Quote
  #12  
Old 12-29-2006, 09:03 PM
sKaD's Avatar
sKaD sKaD is offline
Junior Member
Pre-Addict
 
Join Date: Dec 2006
Device: T-Mobile MDA
Posts: 2
Downloads: 0
Uploads: 0

So i looked in that same directory to change the vibrating settings for text messages, but didn't see anything for sms, is there a way to shorten the vibrate for incoming sms? I hate how it vibrates for 5 seconds which is NOT very subtle.
Reply With Quote
  #13  
Old 01-15-2007, 07:28 AM
Cryobat's Avatar
Cryobat Cryobat is offline
Junior Member
Pre-Addict
 
Join Date: Jan 2007
Device: HTC P4350
Posts: 2
Downloads: 20
Uploads: 0
Add vibration to SMS notifications

Hi Jane Lee!

This was great, it helped me to get vibration on phonecalls! You seem to know how this works, do you also know where in the registry I can change so that I get a vibration for SMS notifications as well?

TIA

Quote:
Originally Posted by Jane Lee
Hi smkamene... I may have something here for you but it will require you to tweak your registry. So if you're going to try it, you may want to back up the registry first! Let us know how it works for you...

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.
Reply With Quote
  #14  
Old 01-15-2007, 08:51 PM
Jane Lee's Avatar
Jane Lee Jane Lee is offline
Honorary Addict!
Extraordinary Addict!
 
Join Date: Jan 2006
Device: Dell Axim x50v
Posts: 614
Downloads: 3
Uploads: 0

Quote:
Originally Posted by Cryobat
Hi Jane Lee!

This was great, it helped me to get vibration on phonecalls! You seem to know how this works, do you also know where in the registry I can change so that I get a vibration for SMS notifications as well?

TIA
Hi TIA,

As far as getting a vibrating notification for new SMS, I believe that option is available by default. You should be able to find it under settings > Sounds & Notifications.
__________________
Jane Lee
Reply With Quote
  #15  
Old 01-16-2007, 03:45 AM
Cryobat's Avatar
Cryobat Cryobat is offline
Junior Member
Pre-Addict
 
Join Date: Jan 2007
Device: HTC P4350
Posts: 2
Downloads: 20
Uploads: 0

hehe, it's so easy sometimes, I wonder why I didn't see that? Thank you!
Reply With Quote
  #16  
Old 01-17-2007, 10:46 PM
Maverickoffshore's Avatar
Maverickoffshore Maverickoffshore is offline
Junior Member
Pre-Addict
 
Join Date: Jan 2007
Device: Treo 700wx
Posts: 1
Downloads: 0
Uploads: 0
Smile Treo 700wx vibrate/ringer question

Hello folks, I am a complete noob to this forum and would like to thank you for your assistance . I upgraded my phone from a i930 to a Treo 700wx this week and am already itching to change some issues I have run into with the new Treo. I would like my phone to vibrate for 3-5 seconds before the ring tone turns on in non-silent mode. I read the above post that tells how to do it but still am a bit confused. I installed Total Commander to access my register but have no idea where or how to input the information I have to for the phone to do this. Can anyone spell this out for me in Layman terms? Thank you again.
Reply With Quote
  #17  
Old 01-18-2007, 05:21 PM
Jane Lee's Avatar
Jane Lee Jane Lee is offline
Honorary Addict!
Extraordinary Addict!
 
Join Date: Jan 2006
Device: Dell Axim x50v
Posts: 614
Downloads: 3
Uploads: 0

Quote:
Originally Posted by Cryobat
hehe, it's so easy sometimes, I wonder why I didn't see that? Thank you!
No problem!
__________________
Jane Lee
Reply With Quote
  #18  
Old 01-18-2007, 06:26 PM
DBronner's Avatar
DBronner DBronner is offline
Junior Member
Pre-Addict
 
Join Date: Jan 2007
Device: at&t Tilt
Posts: 3
Downloads: 30
Uploads: 0

how can i get it to dash vibrate and ring at the same time
Reply With Quote
  #19  
Old 01-20-2007, 07:56 AM
Richie Rich's Avatar
Richie Rich Richie Rich is offline
Junior Member
Pre-Addict
 
Join Date: Jan 2007
Device: i-mate K-Jam
Posts: 2
Downloads: 0
Uploads: 0

Hi Jane,

Do you now or anyone know how i can change the Sounds & Noticifation on my K-jam. at the moment i only have a few sounds and i can't hear any of them when i get a text message or an email, anyone that has a k-jam will know what i mean. if you are on a busy street and you get a text message you can't hear it. Any help or directions would be appreciated.

Richie Rich

PS this is my second post on this forum
Reply With Quote
  #20  
Old 01-24-2007, 07:39 PM
Jane Lee's Avatar
Jane Lee Jane Lee is offline
Honorary Addict!
Extraordinary Addict!
 
Join Date: Jan 2006
Device: Dell Axim x50v
Posts: 614
Downloads: 3
Uploads: 0

Quote:
Originally Posted by Richie Rich
Hi Jane,

Do you now or anyone know how i can change the Sounds & Noticifation on my K-jam. at the moment i only have a few sounds and i can't hear any of them when i get a text message or an email, anyone that has a k-jam will know what i mean. if you are on a busy street and you get a text message you can't hear it. Any help or directions would be appreciated.

Richie Rich

PS this is my second post on this forum
Hi Richie Rich,

1. Go to Start > Settings > Sounds & Notifications > Notifications

2. Then, you can choose which "Event" to change.
  • For example, "Messaging: New e-mail message"
    • Check the box next to "Play Sound" or for vibrate, check "Vibrate"
    • Choose notification sound/option from the drop down box
That's it... hope this helps!
__________________
Jane Lee
Reply With Quote
  #21  
Old 03-14-2007, 06:00 PM
bigpimper4lif's Avatar
bigpimper4lif bigpimper4lif is offline
Junior Member
Pre-Addict
 
Join Date: Sep 2006
Device: Cingular 8125
Posts: 5
Downloads: 31
Uploads: 0

ok my 8125 is givin me the biggest headache ever, im not so good with the registry stuff.. my phone doesnt vibrate or play any sound when i recieve a text... im not sure about emails since i dont use it to email or mms... i do the settings thing everythang is clicked it doesnt even preview the sound from the scroll box for the sounds... any idea why?
__________________

Cingular 8125 + 2 GB MINI SD = FCUK YESSSS
Reply With Quote
  #22  
Old 03-23-2007, 02:46 PM
martyrs29's Avatar
martyrs29 martyrs29 is offline
Junior Member
Pre-Addict
 
Join Date: Mar 2007
Device: T-Mobile Dash
Posts: 1
Downloads: 0
Uploads: 0

Special Thanks to Jane Lee for her insight on the ringtone hacks, however, I've run into a challenge. I'm trying to find a way to set up my email notifications to repeat until I acknowledge the message. I modified the HKCU\ControlPanel\SoundCategories\Notification\Scr ipt value to av3pw60r, which I thought would alert me every minute until I check my email. This worked! Except that even after checking my email, it kept alerting me every minute until I changed the registry entry and rebooted my phone. So then I thought that maybe I would just alert myself five times, by using v3pw60v3pw60v3pw60v3pw60v3p. With each email I received, I received 5 notifications, and it just became annoying. So now I'm back to square one, trying to figure out why the notifications will not stop after checking my mail. Anyone have any thoughts on this?
Reply With Quote
  #23  
Old 03-28-2007, 06:03 PM
KyleMan's Avatar
KyleMan KyleMan is offline
Junior Member
Pre-Addict
 
Join Date: Mar 2007
Device: T-Mobile MDA
Posts: 1
Downloads: 0
Uploads: 0

I have a tmobile mda and I have put .wav files into my windows folder and can select them for incomming sms notification but if it is not a system file it will not play. Is there a way to show that as a system file so I can select my own tone for notification? This used to work just fine until i did my most recent update from tmobile and now they don't work.
Reply With Quote
  #24  
Old 04-06-2007, 11:16 PM
tack9204's Avatar
tack9204 tack9204 is offline
Senior Member
Serious Addict!
 
Join Date: Apr 2007
Location: Qld, Ozzie
Device: K-Jam 4 now
Posts: 100
Downloads: 5
Uploads: 0

Do you now or anyone know how i can change the Sounds & Noticifation on my K-jam. ... Richie Rich

Richie,

Hopefully you have been able to solve your problem since your post, however if you haven't, as the owner of a K-Jam I was frustrated too until I stumbled across the following discovery. Simple process to save extras sounds as follows. Any .wav file that you want to use can be added by the following method:

Copy the file from wherever you have it stored into the directory: File Explorer/My Device/Windows. This is where all the .wav files that you use for alarms, message tones etc are stored. Now any program you install which uses .wav files will be able to use the same sounds, which can be set by using Jane Lee's directions above. You can also copy mp3's to this location as well for the same reason, instead of the designated "Rings" folder in the Windows directory.

Just to add to the previous comments Jane Lee - awesome post mate and I hope to come across some more of your greats.
__________________
Tack
My time is coming... one day I will get it right first time... hopefully.
Reply With Quote
  #25  
Old 04-09-2007, 06:09 PM
Captain Pooka's Avatar