我想得到手机的手机i,mcc,mnc,如诺基亚,摩托罗拉,三星,我有谷歌它,并能够找到它为sony..But无法找到三星,诺基亚,摩托罗拉的移动数据。
对于sony erricson设备,我使用了以下内容:
String cellid = System.getProperty("com.sonyericsson.net.cellid");
String mcc = System.getProperty("com.sonyericsson.net.cmcc");
String mnc = System.getProperty("com.sonyericsson.net.cmnc");
String lac = System.getProperty("com.sonyericsson.net.lac");请帮帮我
发布于 2011-06-02 18:36:52
请参阅本文How to get CellId and other Imformation from mobile phones via J2ME.
另请阅读此wiki article。
发布于 2013-07-07 01:13:51
对于诺基亚,请使用名为“cellspotting”的应用程序。
非数
https://stackoverflow.com/questions/6211109
复制相似问题