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

2019-08-13 22:18发布

问题:

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



标签: java-me