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

2019-08-13 21:57发布

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

标签: java-me
2条回答
beautiful°
2楼-- · 2019-08-13 22:27

For Nokia use app called 'cellspotting'.

Nan

查看更多
登录 后发表回答