Dear all:
I have search this "isim" in the forum. The possible mehtods are in Symbian C++ . I don't know how can i get ISIM using MIDP.Is this possible:
Code:String imsi = System.getProperty("IMSI"); if (null == imsi) imsi = System.getProperty("phone.IMSI");

Reply With Quote

