Hi All,
We are coding in Java/J2ME for Nokia S60. The simulator we are using is N97. We are trying to get IMSI for Nokia N97 using this code:
However, when we run this on the simulator, we get the following error:Code:String imeiPro = System.getProperty("com.nokia.mid.imsi");
Error in system properties: Key=com.nokia.mid.imsi, Val =':mobinfo.DynamicPropertyHandler', Msg=Permission = com.nokia.mid.Mobinfo.IMSI
java.lang.SecurityException: Permission = com.nokia.mid.Mobinfo.IMSI
at com.symbian.j2me.midp.runtimeV2.Security.deny(Security.java:295)
...
How can we test this ON the SIMULATOR?
Thanks in advance.

Reply With Quote


