Problem Outlook Library ?

HARRY

Active Member
Licensed User
Longtime User
Hi,

I have written a small program to intercept incoming SMS messages, to display the message and to warn the user with an audible alarm, which is repeated at increasing intervals using a timer, untill the user presses a button to indicate that he has seen the message.

The program runs in the background using ShowTodayScreen. At receiving, the message is shown using the form.show method.

The program has run very fine. Recently I installed an updated ROM image for my HTC Touch Diamond 2. Now no messages are intercepted anymore.

The version of the operating system now is: 5.2.21887 (21887.5.0.86)
The Manila version now is: 2.5.20113030.0
The ROM version is: 2.53.404.3 (76952) NLD = Dutch

Does somebody have any idea how to improve the situation?

Harry
 

agraham

Expert
Licensed User
Longtime User

HARRY

Active Member
Licensed User
Longtime User
Hi Andrew,

Thanks for your quick reaction.

The key you are referring to does not exist in the register. The only key available is:

{D4A11236-895F-4115-8E43-08A424851F7F} with value 1.

Changing it to 0 results in the fact that the message is also not displayed in the normal way.

Adding the key:

{1000BC1C-F4A3-4210-B197-4AEBF2CEE6F5} with a value 0 doesn't help either.

Any more suggestions?

Harry
 
Top