In S60 5th I use the code as blow. But in S60 3rd get message "System IMEI Service object cannot be found"
Code:try { systemServiceObj = device.getServiceObject("Service.SysInfo", "ISysInfo"); } catch (ex) { alert("System IMEI Service object cannot be found."); return; }

Reply With Quote

