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
For Nokia use app called 'cellspotting'.
Nan
See this article, How to get CellId and other Imformation from mobile phones via J2ME.
Also read this wiki article.