mobile-country-code

Is there any API to find MCC for iPhone ?

Possible Duplicate: How can I get the MCC and MNC on an iPhone Is there any API to find the Mobile Country Code(MCC) for iPhone ???? If any body have any idea then please let me answer........ ...

How do I change the Mobile Country Code (MCC) in the Android Emulator?

My Android application needs to react differently to different Mobile Country Codes. It seems like it is hardcoded to mcc310 (US). I can read this value from TelephonyManager.getSimCountryIso() or by using a resource folder like res/values-mcc123/, but how do I set this value in the emulator? ...