j2me to get cellid,mcc,mnc,lcc for fetching lon lat

随声附和 提交于 2020-01-05 07:35:21

问题


I want to get the cellid,mcc,mnc,lac data of mobile for any device like nokia,motorola,samsung i had google it and able to found it for sony..But cant able to find it for samsung ,nokia,motorola.

For sony erricson device i had used the below:-

    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");

please help me


回答1:


See this article, How to get CellId and other Imformation from mobile phones via J2ME.

Also read this wiki article.




回答2:


For Nokia use app called 'cellspotting'.

Nan



来源:https://stackoverflow.com/questions/6211109/j2me-to-get-cellid-mcc-mnc-lcc-for-fetching-lon-lat

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!