在 j2me 中获取 cellid
我正在使用此代码从我的索尼埃里克森 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
上面的代码正在工作,顺便说一句,你应该尝试 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