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