How do I get mobile Service ProviderID /mobile carrier ID in Pocke

  • Thread starter Thread starter sohail
  • Start date Start date
S

sohail

Hi,

I want to get the mobile Service ProviderID /mobile carrier ID in Pocket PC
[CDMA/GPRS] .

Can anyone let me know How do I get this information?
Please help me in this regard

Thanks
 
Note that you've not given us any of the standard information that we'd need
to know what might be possible for you (what version of the Compact
Framework, for example? what version of Windows Mobile?). For future
reference, asking a poor question reduces the quality of the answers, as
well as the volume of answers...

How about Microsoft.WindowsMobile.Status.SystemState.PhoneOperatorName?

Paul T.
 
Using TAPI should give you what you need. But it's no easy task as this is
not supported under the CF. Although the SDF has written a managed wrapper
you could look at.
 
Actually i'm working on windows mobile 5 with compact framework 1.0 SP3.

when I test the 'PhoneOperatorName", in some service provider it returns
name of actual phone operator and in some service provider it gives number.

Is it possible to recieve only networkID/Service ProviderID /mobile carrier
ID ?

Thanks
sohail

Paul G. Tobey said:
Note that you've not given us any of the standard information that we'd need
to know what might be possible for you (what version of the Compact
Framework, for example? what version of Windows Mobile?). For future
reference, asking a poor question reduces the quality of the answers, as
well as the volume of answers...

How about Microsoft.WindowsMobile.Status.SystemState.PhoneOperatorName?

Paul T.

sohail said:
Hi,

I want to get the mobile Service ProviderID /mobile carrier ID in Pocket
PC
[CDMA/GPRS] .

Can anyone let me know How do I get this information?
Please help me in this regard

Thanks
 
Can you please provide me the link of SDF managed wrapper?

Thanks
sohail

Simon Hart said:
Using TAPI should give you what you need. But it's no easy task as this is
not supported under the CF. Although the SDF has written a managed wrapper
you could look at.
--
Simon Hart
Visual Developer - Device Application Development MVP
http://simonrhart.blogspot.com


sohail said:
Hi,

I want to get the mobile Service ProviderID /mobile carrier ID in Pocket PC
[CDMA/GPRS] .

Can anyone let me know How do I get this information?
Please help me in this regard

Thanks
 
You can find it via www.opennetcf.com. It's the Smart Device Framework from
that group...

Paul T.

sohail said:
Can you please provide me the link of SDF managed wrapper?

Thanks
sohail

Simon Hart said:
Using TAPI should give you what you need. But it's no easy task as this
is
not supported under the CF. Although the SDF has written a managed
wrapper
you could look at.
--
Simon Hart
Visual Developer - Device Application Development MVP
http://simonrhart.blogspot.com


sohail said:
Hi,

I want to get the mobile Service ProviderID /mobile carrier ID in
Pocket PC
[CDMA/GPRS] .

Can anyone let me know How do I get this information?
Please help me in this regard

Thanks
 
I'm not aware of any easy way. If all you need is something unique that
distinguishes one operator from another, PhoneOperatorName should do it, I
think. Otherwise, time to read the TAPI documentation in the Windows Mobile
SDK...

Paul T.

sohail said:
Actually i'm working on windows mobile 5 with compact framework 1.0 SP3.

when I test the 'PhoneOperatorName", in some service provider it returns
name of actual phone operator and in some service provider it gives
number.

Is it possible to recieve only networkID/Service ProviderID /mobile
carrier
ID ?

Thanks
sohail

Paul G. Tobey said:
Note that you've not given us any of the standard information that we'd
need
to know what might be possible for you (what version of the Compact
Framework, for example? what version of Windows Mobile?). For future
reference, asking a poor question reduces the quality of the answers, as
well as the volume of answers...

How about Microsoft.WindowsMobile.Status.SystemState.PhoneOperatorName?

Paul T.

sohail said:
Hi,

I want to get the mobile Service ProviderID /mobile carrier ID in
Pocket
PC
[CDMA/GPRS] .

Can anyone let me know How do I get this information?
Please help me in this regard

Thanks
 
Thanks a lot, I'll check it

Regards
Sohail

Paul G. Tobey said:
You can find it via www.opennetcf.com. It's the Smart Device Framework from
that group...

Paul T.

sohail said:
Can you please provide me the link of SDF managed wrapper?

Thanks
sohail

Simon Hart said:
Using TAPI should give you what you need. But it's no easy task as this
is
not supported under the CF. Although the SDF has written a managed
wrapper
you could look at.
--
Simon Hart
Visual Developer - Device Application Development MVP
http://simonrhart.blogspot.com


:

Hi,

I want to get the mobile Service ProviderID /mobile carrier ID in
Pocket PC
[CDMA/GPRS] .

Can anyone let me know How do I get this information?
Please help me in this regard

Thanks
 
Back
Top