Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Regular Contributor
manoj96067
Posts: 57
Registered: ‎09-21-2010

Finding MNC and MCC programatically

Hi All,

 

How can we find the Mobile Network code and Mobile Country Code programmatically in Blackberry app.

 

Your help is greatly appriciated,

Thanks in advance.

 

Manoj Kumar

Please use plain text.
Developer
simon_hain
Posts: 13,817
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: Finding MNC and MCC programatically

http://www.blackberry.com/developers/docs/6.0.0api/net/rim/device/api/system/RadioInfo.html#getMCC(i...
http://www.blackberry.com/developers/docs/6.0.0api/net/rim/device/api/system/RadioInfo.html#getMNC(i...
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
Developer
amrishodiq
Posts: 112
Registered: ‎09-23-2009

Re: Finding MNC and MCC programatically

I guess what you're needed is HomeMNC and HomeMCC. It's there somewhere on the documentation. I forgot the exact place.

Please use plain text.