How to disable the default phone dialer

  • Thread starter Thread starter Raghunath
  • Start date Start date
R

Raghunath

Hi

Please can any one tell me how to disable the default phone dialer in
windows mobile 5.0.

Thanks in Advance
Raghunath
 
The "phone dialer"? I think that, since this is really a PocketPC (or at
least WM), question, it is probably best to ask somewhere like
microsoft.public.pocketpc, rather than in the .NET CF group, specifically.
Once you figure out what the answer is, if it's in C/C++, not C#, you can
ask about that here and get some more help, if you need it.

Paul T.
 
Hi Paul

Thank you for your reply. I want to disable the default phone dialer
through my code writen in c#

Thanks in Advance

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:[email protected]...
 
That's not a response to me. What do you mean by "default phone dialer"?
Ask, as I said, in a PPC group...

Paul T.

Raghunath said:
Hi Paul

Thank you for your reply. I want to disable the default phone dialer
through my code writen in c#

Thanks in Advance

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:[email protected]...
The "phone dialer"? I think that, since this is really a PocketPC (or at
least WM), question, it is probably best to ask somewhere like
microsoft.public.pocketpc, rather than in the .NET CF group,
specifically. Once you figure out what the answer is, if it's in C/C++,
not C#, you can ask about that here and get some more help, if you need
it.

Paul T.
 
I ment that "default phone dialer" is the phone application supplied by the
manufacturer of mobile phone. I want to disable/stop the this application
through my code when my application starts and start it back when my
application closes.

Thanks in Advance
Raghunath

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:[email protected]...
That's not a response to me. What do you mean by "default phone dialer"?
Ask, as I said, in a PPC group...

Paul T.

Raghunath said:
Hi Paul

Thank you for your reply. I want to disable the default phone dialer
through my code writen in c#

Thanks in Advance

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam
DOT com> wrote in message news:[email protected]...
The "phone dialer"? I think that, since this is really a PocketPC (or
at least WM), question, it is probably best to ask somewhere like
microsoft.public.pocketpc, rather than in the .NET CF group,
specifically. Once you figure out what the answer is, if it's in C/C++,
not C#, you can ask about that here and get some more help, if you need
it.

Paul T.

Hi

Please can any one tell me how to disable the default phone dialer
in windows mobile 5.0.

Thanks in Advance
Raghunath
 
So you want to prevent the guy from using any phone functions while your
application is running? No incoming calls, no outgoing calls, no indication
of missed calls or voice mail messages? I don't think that there's any
supported way to do that and without breaking the device, probably not any
good way at all. Why do you need this to happen? Maybe your description of
that will point us to another solution.

Paul T.

Raghunath said:
I ment that "default phone dialer" is the phone application supplied by the
manufacturer of mobile phone. I want to disable/stop the this application
through my code when my application starts and start it back when my
application closes.

Thanks in Advance
Raghunath

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:[email protected]...
That's not a response to me. What do you mean by "default phone dialer"?
Ask, as I said, in a PPC group...

Paul T.

Raghunath said:
Hi Paul

Thank you for your reply. I want to disable the default phone dialer
through my code writen in c#

Thanks in Advance

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam
DOT com> wrote in message The "phone dialer"? I think that, since this is really a PocketPC (or
at least WM), question, it is probably best to ask somewhere like
microsoft.public.pocketpc, rather than in the .NET CF group,
specifically. Once you figure out what the answer is, if it's in C/C++,
not C#, you can ask about that here and get some more help, if you need
it.

Paul T.

Hi

Please can any one tell me how to disable the default phone dialer
in windows mobile 5.0.

Thanks in Advance
Raghunath
 
Not to mention I think it's not legal. I believe phone-cabale devices must
always be able to place emergency calls.


--
Chris Tacke - Embedded MVP
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--


"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:[email protected]...
So you want to prevent the guy from using any phone functions while your
application is running? No incoming calls, no outgoing calls, no
indication of missed calls or voice mail messages? I don't think that
there's any supported way to do that and without breaking the device,
probably not any good way at all. Why do you need this to happen? Maybe
your description of that will point us to another solution.

Paul T.

Raghunath said:
I ment that "default phone dialer" is the phone application supplied by
the manufacturer of mobile phone. I want to disable/stop the this
application through my code when my application starts and start it back
when my application closes.

Thanks in Advance
Raghunath

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam
DOT com> wrote in message news:[email protected]...
That's not a response to me. What do you mean by "default phone
dialer"? Ask, as I said, in a PPC group...

Paul T.

Hi Paul

Thank you for your reply. I want to disable the default phone
dialer through my code writen in c#

Thanks in Advance

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam
DOT com> wrote in message The "phone dialer"? I think that, since this is really a PocketPC (or
at least WM), question, it is probably best to ask somewhere like
microsoft.public.pocketpc, rather than in the .NET CF group,
specifically. Once you figure out what the answer is, if it's in
C/C++, not C#, you can ask about that here and get some more help, if
you need it.

Paul T.

Hi

Please can any one tell me how to disable the default phone
dialer in windows mobile 5.0.

Thanks in Advance
Raghunath
 
The incoming/outgoing calls and other phone related issues will be handled
my application. Reason is that we are developing a IP PBX extention in
mobile phone and thats why i want to intercept the incoming/outgoing calls.

Thanks in advance
Raghunath

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:[email protected]...
So you want to prevent the guy from using any phone functions while your
application is running? No incoming calls, no outgoing calls, no
indication of missed calls or voice mail messages? I don't think that
there's any supported way to do that and without breaking the device,
probably not any good way at all. Why do you need this to happen? Maybe
your description of that will point us to another solution.

Paul T.

Raghunath said:
I ment that "default phone dialer" is the phone application supplied by
the manufacturer of mobile phone. I want to disable/stop the this
application through my code when my application starts and start it back
when my application closes.

Thanks in Advance
Raghunath

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam
DOT com> wrote in message news:[email protected]...
That's not a response to me. What do you mean by "default phone
dialer"? Ask, as I said, in a PPC group...

Paul T.

Hi Paul

Thank you for your reply. I want to disable the default phone
dialer through my code writen in c#

Thanks in Advance

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam
DOT com> wrote in message The "phone dialer"? I think that, since this is really a PocketPC (or
at least WM), question, it is probably best to ask somewhere like
microsoft.public.pocketpc, rather than in the .NET CF group,
specifically. Once you figure out what the answer is, if it's in
C/C++, not C#, you can ask about that here and get some more help, if
you need it.

Paul T.

Hi

Please can any one tell me how to disable the default phone
dialer in windows mobile 5.0.

Thanks in Advance
Raghunath
 
If you are the device OEM, you can do it and, in fact, you should already
know how, since you've had to provide the phone application for your device
or the vendor that you're using for the operating system development has
provided it. I don't think that this is practical for a
commercially-available Pocket PC or Smart Phone device.

Paul T.

Raghunath said:
The incoming/outgoing calls and other phone related issues will be handled
my application. Reason is that we are developing a IP PBX extention in
mobile phone and thats why i want to intercept the incoming/outgoing
calls.

Thanks in advance
Raghunath

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:[email protected]...
So you want to prevent the guy from using any phone functions while your
application is running? No incoming calls, no outgoing calls, no
indication of missed calls or voice mail messages? I don't think that
there's any supported way to do that and without breaking the device,
probably not any good way at all. Why do you need this to happen? Maybe
your description of that will point us to another solution.

Paul T.

Raghunath said:
I ment that "default phone dialer" is the phone application supplied by
the manufacturer of mobile phone. I want to disable/stop the this
application through my code when my application starts and start it back
when my application closes.

Thanks in Advance
Raghunath

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam
DOT com> wrote in message That's not a response to me. What do you mean by "default phone
dialer"? Ask, as I said, in a PPC group...

Paul T.

Hi Paul

Thank you for your reply. I want to disable the default phone
dialer through my code writen in c#

Thanks in Advance

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam
DOT com> wrote in message
The "phone dialer"? I think that, since this is really a PocketPC
(or at least WM), question, it is probably best to ask somewhere like
microsoft.public.pocketpc, rather than in the .NET CF group,
specifically. Once you figure out what the answer is, if it's in
C/C++, not C#, you can ask about that here and get some more help, if
you need it.

Paul T.

Hi

Please can any one tell me how to disable the default phone
dialer in windows mobile 5.0.

Thanks in Advance
Raghunath
 
Back
Top