如何在 Symbian 中获取 cellid
我是 Symbian 的新手,目前我对 j2me 做了同样的事情,使用以下代码获取 cellid,就像这样。有没有办法获取将在Qt SDK中执行的设备ID?
if(out== null ||out.equals("null")|| out.equals(""))
out = System.getProperty("com.nokia.mid.cellid");
I'm new to Symbian, currently I done the same with j2me with the following code for getting the cellid, like that. Is there any way to get the device id that will excute in Qt SDK?
if(out== null ||out.equals("null")|| out.equals(""))
out = System.getProperty("com.nokia.mid.cellid");
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 QtMobility API 获取单元 ID:
记住将 Qt Mobility 添加到您的 .pro 文件:
希望这有帮助!
此致
You can use the QtMobility APIs to get the cell ID:
Remember to add Qt Mobility to your .pro file:
Hope this helps!
Best regards