When I receive a new SMS, the notfication only stays for 30 min to 1 hour or so (I haven't been able to determine that exactly), but for missed call it stays there indefinitely. Is this another WM idiotic default behaviour? Is there a way to change that to "normal", so the SMS icon stays until I open Messaging?
I am aware of the [HKEY_CURRENT_USER\ControlPanel\Notifications\{A877D65B-239C-47a7-9304-0D347F580408}] key and DWORD values "options" and "duration", but changing those does not seem to have any effect of the described behaviour.
Thanks in advance.
Related
History:
I have the Telstra version of WM6 running on my Treo 750 (Australia)
I dont think much of the WM6 vanilla way of handling new SMSs and missed calls. At first you get a notification balloon and beep and vibrate if you set it. Fine, this happens at the initial point and then nothing - there is no follow up, no repeating and no flashing LED. The phone could be sitting in front of you and you would have no idea anyone rang at all. The settings in WM6 for missed call notifications has a 'repeat' option which is greyed out. Useful! whats the story there Palm/Microsoft ?
The next step for me was to get an add-on to give repeating alerts and tried SPB phone suite which works nice. (I wish it would incorporate the flashing LED as a selectable option). The problem then comes with double notification - with a missed call there you have to do multiple presses to acknowledge the standard windows notification and then do the phone suite thing so that the ongoing alerts stop. All in all it was a pain - albeit useful.
After digging up a number of write-ups on registry hacks here's what I worked out for WM6 on my treo;
There are two items to play with; both are in HKEY_CURRENT_USER\ControlPanel\Notifications
The two items are the long strings that start with a bracket;
{283E0018-..... for the new message, and
{A877D660-...... for the missed calls
you can rifle through all the items and look at the default entry which will give you a description of what that item is for.
not sure if these are the same for all WM6 machines.
The string to work with is 'Options' which you will find in each of these two. (You will need a registry editor, by the way, plenty of entries on how to find one)
Previous info I found suggested the options worked in a base 2 summation using;
1 - sound notifiaction
2 - vibrate
4 - LED flash
8 - Message notification
e.g if you wanted sound, vibrate & message then options would be 11 (i.e. 1+2+8)
I tried this on my Treo but it didn't work properly. The solution I was after was to turn off the windows notification so that phone suite would look after it. Whatever I used, I could not stop the windows notification coming up.
Anyway here's what I found worked:
for the missed calls I set the options to Dec 536870919 (Hex 20000007)
this gives the sound and vibrate and NO windows notification for a missed call.
For the New SMS I set options to Dec 15 (Hex F)
This gives me sound, vibrate, message but also flashing LED! I dont no why the LED part wont kick in for missed calls - maybe someone can solve that part for us.
Anyway, I'm no real wizz on different phones so dont start peppering me with why doesn't it work on my xxxxxx phone. Just passing on what I worked out.
Nice tip.
Thanks!
great tip!
it works
thank!
i suggest to download Spb Phone Suite and you will never missed a call, voicemail, Sms, ever again
How to change all the setting for all Notifications
donr said:
Previous info I found suggested the options worked in a base 2 summation using;
1 - sound notifiaction
2 - vibrate
4 - LED flash
8 - Message notification
e.g if you wanted sound, vibrate & message then options would be 11 (i.e. 1+2+8)
Click to expand...
Click to collapse
Thanks for getting me started. I mapped out all the options in the notification area.
I hatted 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:
AvailableOptionsOptions
The values in these keys will determine what options are avaliable (AvailableOptions) and which options are selected (Options).
The values relate to the following (in the order on the Notifications tab):
1 = Play Sound16 = Repeat8 = Display message on screen4 = Flash light for ...2 = Vibrate
Just like donr said, you 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.
I have doen a search, but so far I haven't found a thread that covers this particular problem. When I get a new sms, I get the lights, the noise, the vibration and the on screen message, but that dissapears after a few seconds.
Is there any way of keeping that message on screen until I dissmis it? I have checked Adavnced config and there isn't a setting in there, and I don't really want to use another app as I like the way TF3D does it, I just wish the message could stay up for an indetermainate amount of time
does anyone has an answer?I'm having the same problem...
I don't believe thats possible....
I don't use TF3D and I see a "Notification" left softkey on todayscreen. It's enough for me. I tap the sofybutton and the message appears again. I don't know,what TF3D is doing.
there is no reg edit for this?? maybe this can be implemented in a rom upgrade...however i do like the bubble notification
I'm having the same problem. I suspect it is the way that TF3D takes over the soft-keys. So when the notification comes on, TF3D recaptures it after a few seconds.
I looked in Advanced Config and also TF3D Config and couldn't find any settings that would restore the original behavior.
Wonder if there are ways to show incoming sms messages right on screen when they arrive... Currently I need to hit multiple buttons before I can read the sms message. Thanks!
Hi
There is an opption in the setting some where for this, sorry not sure where
Steve
hi,
install this and you have option wake up device on SMS (or something like this)
http://forum.xda-developers.com/showthread.php?t=405749
Whenever I got an SMS it automatically displayed the contents on the screen, I don't remember where the setting was but I liked that more. There's a common tweak for wake up on SMS, just search "Raphael Tweaks" and you'll come up with it.
turn it on in the sounds and notifications settings (where you change ringtone, message tone etc).
tick 'display message on screen'
Thanks much everybody!
for some reason my phone doesn't vibrate even though its set to vibrate as i recieve messages.
anyone have a clue ? and is there any notification software i can default to ?
No real answers here i'm afraid.... but you can try this:
1) i assume the vibrate works? when you get a call/txt etc?
2) Turn off the vibrate for e-mails, soft reset, then re-enable vibrate, then send yourself an e-mail and see.
3) If that doesnt work, try editing the registry for the notification (again, set it to not vibrate, reset, then change to vibrate and test)
finally, as i have disabled all notifications for e-mail (i manually check mine when required & dont need to to prompt me as i'd be looking at it!), i dont know if it will vibrate when you get a new e-mail if you already have unread e-mails.
Good luck!
try this, it worked for me
"With a registry editor go to
HKCU/ControlPanel/Notifications
Go through the keys till you find the one for the new email notifications, (look at each key and check the "Default" REG_SZ). You will see an Options DWORD with a number like 5362464 or something. Change the it to anything under 13 (mine is 5). Save and close then go to Sounds & Notifications to set how you want to be notified and it should work.
You can also delete the AvailableOptions dword to enable all options in the Sound & notification screen.
Please use at your own risk, this worked for me but may fail for you."
thanks for the feed back , im about to flash nrg's 52209 build and then try the registry because the first suggestion didn't work :[ thanks anyway !:]
Hey everyone, I browsed through most of the threads related to the HTC HD2 and could not find anything on this. What I was thinking was since the HD2 has a real nice dual LED flash why not use it to give us a notification when we receive a text message or a missed call.
Basically the function would be the same as the LED notification cab that flashes the 5 hard buttons on the HD2 but instead route it so that the dual LEDs on the back flash.
I know many of you will say that will use a lot of battery life but I think it might be very useful especially at night in a bar or club where you cant hear crap but a flashing light might get your attention. Perhaps have a way to toggle it on only in certain situations for example off in the day at work and on at night. That might save some battery.
Let me know what everyone thinks and maybe we could find a nice dev to help us out if enough people are interested in this.
When u r in a club, ur device is in your pants. You wont hear a ringing as well as u wont get attention by a flashlight, that shines within ur pants. Just take a look at the screen as often as u need or keep ur hand in the pocket by the device 2 feel it vibrate.
Sry, but that would b an useless app.
I think this would be useless too, which is why i would download it an use it straight away
Sounds a bit different and fun.
RReckless
1. Enable LED Notification Setting in Sound and Notifications
If you want your LED to flash when you have a new message, missed call or voicemail.. well you can't as it is greyed out. However the following registry entries can be modified to enable them or use the cab at end of post. Reset after changes. Notifcation for Email sadly does not work
New Message:
HKEY_CURRENT_USER\ControlPanel\Notifications\{A877 D65B-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword: change to 15
Missed Call:
HKEY_CURRENT_USER\ControlPanel\Notifications\{A877 D660-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword: change to 15
Voice Mail:
HKEY_CURRENT_USER\ControlPanel\Notifications\{A877 D661-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword: change to 15
anhphe076 said:
1. Enable LED Notification Setting in Sound and Notifications
If you want your LED to flash when you have a new message, missed call or voicemail.. well you can't as it is greyed out. However the following registry entries can be modified to enable them or use the cab at end of post. Reset after changes. Notifcation for Email sadly does not work
New Message:
HKEY_CURRENT_USER\ControlPanel\Notifications\{A877 D65B-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword: change to 15
Missed Call:
HKEY_CURRENT_USER\ControlPanel\Notifications\{A877 D660-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword: change to 15
Voice Mail:
HKEY_CURRENT_USER\ControlPanel\Notifications\{A877 D661-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword: change to 15
Click to expand...
Click to collapse
Hi anhphe076. For new email, you may wish to try changing "AvailableOptions"=dword: change to 0. It works for me.
anhphe076 said:
1. Enable LED Notification Setting in Sound and Notifications
If you want your LED to flash when you have a new message, missed call or voicemail.. well you can't as it is greyed out. However the following registry entries can be modified to enable them or use the cab at end of post. Reset after changes. Notifcation for Email sadly does not work
New Message:
HKEY_CURRENT_USER\ControlPanel\Notifications\{A877 D65B-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword: change to 15
Missed Call:
HKEY_CURRENT_USER\ControlPanel\Notifications\{A877 D660-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword: change to 15
Voice Mail:
HKEY_CURRENT_USER\ControlPanel\Notifications\{A877 D661-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword: change to 15
Click to expand...
Click to collapse
Thanks a lot for the quick response and the extremely detail reg keys, thats why I love xda !!
And to "stefannemo" that wouldnt be that useless because I usually get a table in both a bar and a club and when I am sitting the phone in on the table right in front of me so I would definitely see the HD2 very bright LED flashing at me !
anhphe076 said:
1. Enable LED Notification Setting in Sound and Notifications
If you want your LED to flash when you have a new message, missed call or voicemail.. well you can't as it is greyed out. However the following registry entries can be modified to enable them or use the cab at end of post. Reset after changes. Notifcation for Email sadly does not work
New Message:
HKEY_CURRENT_USER\ControlPanel\Notifications\{A877 D65B-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword: change to 15
Missed Call:
HKEY_CURRENT_USER\ControlPanel\Notifications\{A877 D660-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword: change to 15
Voice Mail:
HKEY_CURRENT_USER\ControlPanel\Notifications\{A877 D661-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword: change to 15
Click to expand...
Click to collapse
where's the cab?
reg keys seems to be useless
the reg keys are already exactly the same on my phone there is no change needed but the LED doesn't light up. I think that I was misunderstood in my request, when I said LED I meant the Dual LEDs of the camera flash and I believe the reg keys and mentioned cab are for the 5 hard keys of the phone (call button, home, windows, back, and end call button) but this is not what I am looking for.
I have included a picture so that all confusion is cleared up.
malsehn said:
where's the cab?
Click to expand...
Click to collapse
Here U need! Thank U!
What if you wanted to disable the LED?
kayslay21 said:
What if you wanted to disable the LED?
Click to expand...
Click to collapse
Tried
1. Enable LED Notification Setting in Sound and Notifications
If you want your LED to flash when you have a new message, missed call or voicemail.. well you can't as it is greyed out. However the following registry entries can be modified to enable them or use the cab at end of post. Reset after changes. Notifcation for Email sadly does not work
New Message:
HKEY_CURRENT_USER\ControlPanel\Notifications\{A877 D65B-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword: change to 11
Missed Call:
HKEY_CURRENT_USER\ControlPanel\Notifications\{A877 D660-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword: change to 11
Voice Mail:
HKEY_CURRENT_USER\ControlPanel\Notifications\{A877 D661-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword: change to 11
anhphe076 said:
Tried
1. Enable LED Notification Setting in Sound and Notifications
If you want your LED to flash when you have a new message, missed call or voicemail.. well you can't as it is greyed out. However the following registry entries can be modified to enable them or use the cab at end of post. Reset after changes. Notifcation for Email sadly does not work
New Message:
HKEY_CURRENT_USER\ControlPanel\Notifications\{A877 D65B-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword: change to 11
Missed Call:
HKEY_CURRENT_USER\ControlPanel\Notifications\{A877 D660-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword: change to 11
Voice Mail:
HKEY_CURRENT_USER\ControlPanel\Notifications\{A877 D661-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword: change to 11
Click to expand...
Click to collapse
Although your request in my opinion seems a bit pointless, it also seems that people are offering solutions for something you didnt ask about.
You want the Dual LED flash on the back of the phone dont you?
I also wanted to post same question, can anybody do soft for this (to set up camera flash light as notoficators)??? Would be useful when you are in the meeting and faced town your device and turn to silent mode!
Nobody knows??? I can't believe!!!
i need this, thanks a lot...
Hi
Is there any solution?
I like the sound of this idea too!
If possible could the 2 flash LEDs light / flash / alternate when a set alarm goes off too?
Another thought, since the last ROM update I did, the flash LED's do not light up on camera mode until I press the shutter button. It used to light up constantly if I set the flash to ON. Is there a way to put it back to how it was?
Ken
For me doesn't work Help please
Well changing "AvailableOptions" to 15 didn't work for me.
I changed "Duration" to dword value = 15 and Options to dword value to 4.
Then the red light that lights up for missed call, lights up for sms notification also.
I have green for network, red for miss call, blue for bluetooth, violet for gps, red for charging.
kank_fraud said:
Well changing "AvailableOptions" to 15 didn't work for me.
I changed "Duration" to dword value = 15 and Options to dword value to 4.
Then the red light that lights up for missed call, lights up for sms notification also.
I have green for network, red for miss call, blue for bluetooth, violet for gps, red for charging.
Click to expand...
Click to collapse
erh... does the hd2 actually have more colours than only the green and the red orange like led? because as far as i know it only has those two colours