Disabling Incoming call Phone notification

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I want to disable the Incoming Phone Call notification that comes at the
bottom of an windows mobile 5.0 device.

Can some one tell me how i can disable that notification?

Thanks in Advance,
Murthy
 
Hi Murthy,

I havent tried this for windows mobile....
But in WinCE, the header file Notify.h, there are some additional OEM
notifications ...I think the incoming phone call notification will be defined
here
and there should be a OEM app that has registered the event of incoming
phone call, WinCE will start / signal the app if the event that caused the
notificaiton is triggered.
Try use "CeRunAppAtEvent" API.....
Prototype as CeRunAppAtEvent (TCHAR *pwszAppName, LONG lWhichEvent);
use it to clear out all the system notifications for this OEM app. Try pass
your app name along with the flag NOTIFICATION_EVENT_NONE in the lWhichEvent
parameter........

However, of course, firstly you have to find out which app is responsible
for serving the incoming call notification....

I hope this is helpful for you, good luck.
 
Thanks Chang,
But i wanted to know which application or windows service actually triggers
this notification.

Can some one Please let me know which application or windows service
triggers the incoming call notification.

Thanks,
Murthy
 
Just a guess, but I'd say that the RIL does that. How does knowing that
help you, even if I happen to be right?

Paul T.
 
I am able to receive phone call on my custom application....
But the only problem is that i am not able to suppress the incoming phone
call notification....

Is there anyway i can suppress this incoming call notification...

Regards,
Murthy
 
Back
Top