在j2me中得到cellid

时间:2010-04-23 22:16:00

标签: java-me cellid

我正在使用此代码从我的sony erricson p990手机获取手机信号,但它将cellID值设置为“无属性”。

  

块引用

        String cellID = System.getProperty("com.sonyericsson.net.cellid");
        if(cellID == null)
            cellID = System.getProperty("CellID");

        if(cellID == null)
            cellID = "no property";
  

块引用

我该如何解决这个问题?签署该计划是否解决了这个问题?

1 个答案:

答案 0 :(得分:1)

上面的代码正在运行,顺便说一句,你应该尝试http://www.easywms.com/easywms/?q=en/node/3589