get cellid in j2me
- by tavallaie
I am using this code to get cell id from my sony erricson p990 cellphone but it set cellID value to "no property".
Blockquote
String cellID = System.getProperty("com.sonyericsson.net.cellid");
if(cellID == null)
cellID = System.getProperty("CellID");
if(cellID == null)
cellID = "no property";
Blockquote
How can I solve this problem? Is signing the program solve the problem?