开发者

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

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 e开发者_开发问答rricson 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


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

Also read this wiki article.


For Nokia use app called 'cellspotting'.

Nan

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜