2011-04-11 84 views
2

如何获取诺基亚手机的IMEI number?我试过如何获取诺基亚手机的IMEI号码?

StringBulder imei = ........... 
imei.append(System.getProperty("phone.imei")); 
imei.append(System.getProperty("com.nokia.imei")); 
imei.append(System.getProperty("com.nokia.mid.IMEI")); 

全部返回null。

什么是解决方案?

+1

什么手机?这取决于系列40或60是不同的。 – funkybro 2011-04-11 12:39:30

+0

我正在使用S40手机。 – ayyappa 2011-04-11 12:48:02

回答

0

com.nokia.mid.imei是正确的。在Symbian手机上,这在所有安全域上都可用。在40系列手机上,它仅适用于制造商或运营商安全域。这可能会改变,以与未来的Series 40手机上的Symbian保持一致。