Allow Text and Email repeating alerts (registry fix) - General Topics

I have been using this and it seems to work well... If it is already posted I apologize for posting it again.
Under HKCU/ControlPanel/Notifications find the following keys for Email and Text messages:
A877d65Axxxxxxx
A877d65Bxxxxxxx
Also find Key 15F11F90xxxx for reminders.
Copy the Options value from the Reminders key and overwrite the options value in both email and text message keys with this value
Once you do this, go to start - settings - sounds and notifications - notifications.
UNder events, select new email message OR new text message and you'll notice that th repeat option that was greyed out is now enabled and can be selected.
Cheers!

Related

Missed Calls and New SMS notifications on Treo 750/WM6

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:
AvailableOptions​Options​
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 Sound​16 = Repeat​8 = Display message on screen​4 = 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.

Can I show sms messages on screen when it arrives?

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!

can't get phone to vibrate when i receive email.

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 !:]

Question Popup notification issue with GMAIL

here's the scenario
1. I receive an email from AAA
2. pop up shows with sender AAA and part of the message
3. I receive an email from BBB
4. instead of popup with sender BBB I still ee a pop up with sender AAA
Anyone has noticed the same issue?
I think the notification is compressed to show only 1 notification (within that same app) rather than listing out the emails that you received for that app.
For me I see list of emails I received so I see all the sender names (AAA, BBB, CCC, etc. with one line content detail).
I recall that it's a setting for the notification that you have to change to list outrather than show only one.
Try ... Settings > notification > Advanced Settings > Show notification icons > select All notifications
There a new always on display update out maybe maybe there's a notification fix in there
I can't seem to get it to install keep getting the error
app not installed as package appears to be invalid
Get the latest Samsung Always On Display update – v8.1.44
Samsung Always On Display or AOD is a feature on several Galaxy devices that allows you to check the time, date, notifications, missed calls, and more. when the screen is turned off. With the One UI interface, you can do a lot more with AOD. Follow our socials → Google News, Telegram, Twitter...
www.sammyfans.com
TheNewGuy92 said:
I think the notification is compressed to show only 1 notification (within that same app) rather than listing out the emails that you received for that app.
For me I see list of emails I received so I see all the sender names (AAA, BBB, CCC, etc. with one line content detail).
I recall that it's a setting for the notification that you have to change to list outrather than show only one.
Try ... Settings > notification > Advanced Settings > Show notification icons > select All notifications
Click to expand...
Click to collapse
I'm using the COMPACT style.
Gmail by default does not have popup 3nabled though, so I had to change this into settings.
As I said, what is strange is that whatsapp or other messaging apps work ok: first popup I see A, second popup I see B, while with Gmail it's always A, that is the very first I receive.
I'll try to get a screen recording.
thegios said:
I'm using the COMPACT style.
Gmail by default does not have popup 3nabled though, so I had to change this into settings.
As I said, what is strange is that whatsapp or other messaging apps work ok: first popup I see A, second popup I see B, while with Gmail it's always A, that is the very first I receive.
I'll try to get a screen recording.
Click to expand...
Click to collapse
:/ i see... well, if you haven't yet... reproduce the issue and submit error report to samsung members app > get help > error report for assistance from samsung.

[Annoying] WhatsApp Notifications...

Every time a message is received on WhatsApp, all the previously unread messages too show up in the notification area.
Anyone who uses Notification History would see all these old WhatsApp messages before the other recently received notifications. The notification history becomes a mess because of this.
Is there a way to stop these old messages from showing up again (without reading them)?
TheMystic said:
Every time a message is received on WhatsApp, all the previously unread messages too show up in the notification area.
Anyone who uses Notification History would see all these old WhatsApp messages before the other recently received notifications. The notification history becomes a mess because of this.
Is there a way to stop these old messages from showing up again (without reading them)?
Click to expand...
Click to collapse
When a new message is received on WhatsApp, it is common for the app to group the notification with the previous unread messages. However, if you don't want the old messages to show up in the notification area every time a new message is received, you can try the following:
Open WhatsApp and go to Settings > Notifications.
Scroll down and select "Group notifications".
Under "Notification tone", select "Silent".
Under "Message notifications", select "No sound" and "No vibration".
Under "Light", turn off the toggle for "Use high priority notifications".
Go back to the main Settings menu and select "Apps & notifications".
Select "Notifications" and then "Advanced".
Turn off the toggle for "Allow notification dot".
By following these steps, WhatsApp notifications will no longer make any sound or vibration, and the app won't use high priority notifications or notification dots. This way, when a new message arrives, it won't group with the previous unread messages, and they won't show up in the notification area again. However, you will still receive the notification in the notification shade, and you can read the new message there.
OpenAL said:
When a new message is received on WhatsApp, it is common for the app to group the notification with the previous unread messages. However, if you don't want the old messages to show up in the notification area every time a new message is received, you can try the following:
Open WhatsApp and go to Settings > Notifications.
Scroll down and select "Group notifications".
Under "Notification tone", select "Silent".
Under "Message notifications", select "No sound" and "No vibration".
Under "Light", turn off the toggle for "Use high priority notifications".
Go back to the main Settings menu and select "Apps & notifications".
Select "Notifications" and then "Advanced".
Turn off the toggle for "Allow notification dot".
By following these steps, WhatsApp notifications will no longer make any sound or vibration, and the app won't use high priority notifications or notification dots. This way, when a new message arrives, it won't group with the previous unread messages, and they won't show up in the notification area again. However, you will still receive the notification in the notification shade, and you can read the new message there.
Click to expand...
Click to collapse
Lovely. I think this may work with some tweaks.
I will try and 'mute' or archive individual conversations (since some of these are from individuals too) and see if that helps.
This is indeed something for WhatsApp to sort out in their app so they don't show previous unread conversations repeatedly in the notification area. This gets annoying very quickly.

Categories

Resources