在 j2me 中获取 cellid

发布于 2024-08-30 05:51:16 字数 419 浏览 6 评论 0原文

我正在使用此代码从我的索尼埃里克森 p990 手机获取手机 ID,但它将 cellID 值设置为“无属性”。

块引用

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

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

块引用

我该如何解决这个问题?签署该计划可以解决问题吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

再可℃爱ぅ一点好了 2024-09-06 05:51:16

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

the above code is working, by the way you should try http://www.easywms.com/easywms/?q=en/node/3589

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文