PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-01-2009, 03:32 PM
dannyzen's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Sprint
 
Join Date: Jan 2008
Posts: 52
Reputation: 30
dannyzen is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Registry Question

Where in the registry can you set how notifications work for: Missed calls, SMS, Appointments and Email?
I lose the notification pop-ups at random points and I have to go back and set the options manually for each. I'd be happy to just make a .reg file to do it automatically, but I'm unsure where these keys need to be set

Thanks!
Reply With Quote
  #2 (permalink)  
Old 02-01-2009, 03:54 PM
dannyzen's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Sprint
Threadstarter
 
Join Date: Jan 2008
Posts: 52
Reputation: 30
dannyzen is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Registry Question

http://www.electro-tech-online.com/c...ff-itself.html
might help anyone with this problem
Reply With Quote
  #3 (permalink)  
Old 02-01-2009, 03:56 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Registry Question

Quote:
Originally Posted by dannyzen View Post
Where in the registry can you set how notifications work for: Missed calls, SMS, Appointments and Email?
I lose the notification pop-ups at random points and I have to go back and set the options manually for each. I'd be happy to just make a .reg file to do it automatically, but I'm unsure where these keys need to be set

Thanks!
Check out my rom tutorials. The following should cover everything you need. And a .reg file has the same structure as the RGU file...


Customizing Rom Sounds - Sound Themes Tutorial
Have you ever wanted to customize the Sound Theme in your ROM? This tutorial will show you how to customize the Sounds in your Custom Rom!
PPCKitchen.org BuildOS Friendly!
__________________
If this post was helpfull, let me know by clicking Thanks!

Reply With Quote
This post has been thanked 1 times.
  #4 (permalink)  
Old 02-01-2009, 04:10 PM
smotrs's Avatar
Regular 'Geeker
Offline
Pocket PC: Touch Pro
Carrier: Sprint
 
Join Date: Nov 2008
Posts: 323
Reputation: 695
smotrs knows their stuffsmotrs knows their stuffsmotrs knows their stuffsmotrs knows their stuffsmotrs knows their stuffsmotrs knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to smotrs
Re: Registry Question

Take a look at the post by FredJones over on XDA, this will allow you to customize the way the Start>Settings>Sounds & Notifications work for each option.

Quote:
Originally Posted by FredJones
How to edit registry so the notification options you want available are available and selected. I posted this on another thread but thought it could also be of use here.

I hated that my brand new Sprint Touch Pro was beeping at me because of an appointment reminder and I needed to dismiss the reminder before it would quite beeping (the Repeat check box is grayed out, but selected for Reminders by default, so it couldn't be unselected). Not anymore

My phone uses MW6.1, so I have only tested these values on this.


First a list of the reminders in the Registry found in HKEY_CURRENT_USER\ControlPanel\Notifications

15F11F90… - Reminder
695F6B37… - RSS-Hub:New Item
85ee47b2… - QuickGPS
8ddf46e7… - Connection established
8ddf46e8… - Connection disconnected
A877D658… - Begin Sync
A877D658… - Beam:Autoretrieve
A877D659… - End Sysnc
A877D65A… - Messaging: New Email
A877D65B… - Messaging: New Text
A877D660… - Missed Call
A877D661… - Voice Mail
DDBD3B44… - Wireless Network Detect

There are two important keys:
AvailableOptions
Options
The values in these keys will determine what options are available (AvailableOptions) and which options are selected (Options).

The values relate to the following (in the order on the Notifications tab):
1 = Play Sound
16 = Repeat
8 = Display message on screen
4 = Flash light for ...
2 = Vibrate
Add the numbers of the notifications you desire. So if you wanted all of them selected you would put 31 in the Options key. If you only wanted a message and vibrate you would put 10.


Next step.
AvailableOptions determine which boxes are available and which are grayed out. (we will leave out Repeat until later). Options determines which are selected, and yes you can select something in Options that is not selected in AvailableOptions, it will appear as a grayed out check box that is selected.

So if AvailableOptions is set to 10 only the Display message on screen and Vibrate check boxes will be available, the rest will be grayed out. If the Options value is 14, the Play Sound will be grayed out, unselected; the Display message will be available and selected; the Flash light will be grayed out, but selected and 5 min (Duration key = 5); Vibrate will be available and selected.

So set the options you want to select and unselect using the Available Options key and use the Options key to specify which are selected. Changing the selection in the Notifications tab will change the value of the Options key, but will not change the AvailableOpions key.

The only values accepted for either are 1-15, 17, 19, 21, 23, 25, 27, 29, 31
Is is because you can't have Repeat (16) without Play sound (1), that's why there are numbers missing. I tested putting 16 in AvailableOptions and 31 in Options and all boxes were selected, but grayed out.


Now for the Repeat checkbox
Things get slightly more complicated when the Repeat box gets involved. The way the AvailableOptions values function do not change. Setting it to 15 will make each box, except the repeat box, available, with the Repeat box grayed out.

It seems that the Repeat box is governed by the Options value first and the AvailableOptions second. So setting AvailableOptions to 31 and Options to 15 would result in Repeat being unselected and grayed out.

The only way to un-gray the Repeat check box is to set AvailableOptions to 31 (it still matters) and set Options value to 1073741824 + (what you want selected).
So 1073741825 (1073741824 + 1) is only Play Sound,
while 1073741855 (1073741824 + 31) will select all of them.
The only thing I can figure is that 1073741824 is 40000000 in HEX and that is needed to turn on access to the Repeat check box. The values added to that affect what happens to after that.

If you set AvailableOptions to 11 and Options to 107374185, all of the boxes will be checked, but Repeat and Flash light will be grayed out.

I have seen different values listed on the web, but the values I list here are what windows assigned when certain boxes were checked and unchecked. I did us one of the values I found on the web to determine 1073741824 was needed to open access to the Repeat check box.


Have fun setting your Notifications.


--Fred

It's nice to give back after gaining so much from the gifts of others.
Reply With Quote
This post has been thanked 3 times.
  #5 (permalink)  
Old 02-01-2009, 04:11 PM
dannyzen's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Sprint
Threadstarter
 
Join Date: Jan 2008
Posts: 52
Reputation: 30
dannyzen is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Registry Question

I should read your page in full before asking- but I will ask just in case - Does this allow you to modify the popup notification as well as sound?
Reply With Quote
  #6 (permalink)  
Old 02-01-2009, 04:15 PM
dannyzen's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Sprint
Threadstarter
 
Join Date: Jan 2008
Posts: 52
Reputation: 30
dannyzen is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Registry Question

Quote:
Originally Posted by smotrs View Post
Take a look at the post by FredJones over on XDA, this will allow you to customize the way the Start>Settings>Sounds & Notifications work for each option.

-- This is amazing! Thank you
Reply With Quote
  #7 (permalink)  
Old 02-01-2009, 04:19 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Registry Question

Easiest way to do it, is set it up how you want it, then use CeRegEditor
to export the .reg file...
Reply With Quote
  #8 (permalink)  
Old 02-01-2009, 04:20 PM
smotrs's Avatar
Regular 'Geeker
Offline
Pocket PC: Touch Pro
Carrier: Sprint
 
Join Date: Nov 2008
Posts: 323
Reputation: 695
smotrs knows their stuffsmotrs knows their stuffsmotrs knows their stuffsmotrs knows their stuffsmotrs knows their stuffsmotrs knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to smotrs
Re: Registry Question

Quote:
Originally Posted by dannyzen View Post
-- This is amazing! Thank you
No prob, also, if your looking for more of a global location, take a look at this one that I posted in another thread.
Reply With Quote
This post has been thanked 1 times.
  #9 (permalink)  
Old 02-01-2009, 04:23 PM
dannyzen's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Sprint
Threadstarter
 
Join Date: Jan 2008
Posts: 52
Reputation: 30
dannyzen is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Registry Question

Is there anyway to modify the length the popup stays active for?
Reply With Quote
  #10 (permalink)  
Old 02-01-2009, 04:27 PM
bestjudge's Avatar
Halfway to VIP Status
Offline
Pocket PC: Touch
Carrier: Sprint
 
Join Date: Apr 2008
Posts: 743
Reputation: 1130
bestjudge is halfway to VIP status based on repbestjudge is halfway to VIP status based on repbestjudge is halfway to VIP status based on repbestjudge is halfway to VIP status based on repbestjudge is halfway to VIP status based on repbestjudge is halfway to VIP status based on repbestjudge is halfway to VIP status based on repbestjudge is halfway to VIP status based on repbestjudge is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Registry Question

Looks like the box for display message on screen unchecks itself after some time even after this. Anybody else?
__________________
tp2.
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 09:59 AM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com