【发布时间】:2011-04-11 12:37:45
【问题描述】:
如何获得诺基亚手机的IMEI number?我试过了
StringBulder imei = ...........
imei.append(System.getProperty("phone.imei"));
imei.append(System.getProperty("com.nokia.imei"));
imei.append(System.getProperty("com.nokia.mid.IMEI"));
全部返回null。
有什么解决办法?
【问题讨论】:
-
什么手机?这取决于它是 40 系列还是 60 系列。