, stackoverflow.
cellID ( , ) System.getProperty(String arg)
, , , cellID. SonyEricsson, , Symbian, P1 . , , , cellID: s Motorola, Samsung ..
try{
String[] cellIDTags = {"com.sonyericsson.net.cellid", "phone.cid", "Siemens.CID", "CellID"};
for(int i = 0; i < cellIDTags.length; i++){
cellID = System.getProperty(cellIDTags[i]);
if(cellID != null && cellID != ""){
location.setCellId(cellID);
break;
}
}
}catch(Exception e){
cellID = "";
}