How detect MCC (Country Code) / MNC (Network Code) of SIM Card by J2ME ?
Thank for help
How detect MCC (Country Code) / MNC (Network Code) of SIM Card by J2ME ?
Thank for help
http://library.forum.nokia.com/index...B925CF670.html
com.nokia.mid.countrycode
Supported from S60 3rd Edition FP 2 and onwards. No mention of Series 40 support.
On S40 3rd edition devices onwards you can get System property com.nokia.mid.mnc
using System.getProperty("com.nokia.mid.mnc"); if your application is signed by the Operator and Manufacturer domain.
http://wiki.forum.nokia.com/index.ph...acturer_domain
Last edited by ektasrv; 2010-06-23 at 11:56.
Thanks,
Ekta