Disabling Incoming call Phone notification

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
 
G

Guest

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.
 
G

Guest

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
 
P

Paul G. Tobey [eMVP]

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.
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top