如何在J2me中动态获取移动IMEI号码? [英] how to dynamically get mobile IMEI number in J2me?

查看:215
本文介绍了如何在J2me中动态获取移动IMEI号码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我开发了一个j2me移动应用程序。现在客户端想要查看移动IMEI号码。

I has developed one j2me mobile application. Now client side want to see the mobile IMEI number.

所以我不知道如何获得它,我已经尝试过这行系统。 getProperty(com.nokia.IMEI); 但它只会为空。

So I don't know how to get it, I have tried this line System.getProperty("com.nokia.IMEI"); but it will come null only.

推荐答案

诺基亚

System.getProperty("phone.imei");
System.getProperty("com.nokia.imei");
System.getProperty("com.nokia.mid.imei"); //especially for S40  devices

Note: Requires signed MIDlet. S60 3rd edition device does not requires signing to fetch this info.On Series 40 phones this requires that your MIDlet is signed to either operator or manufacturer domain, and this is only available in Series 40 3rd Edition, FP1 






设备和更新。
索尼爱立信


devices and newer. Sony Ericsson

System.getProperty("com.sonyericsson.imei");

三星

System.getProperty("com.samsung.imei");

Motorola

System.getProperty("IMEI");
System.getProperty("com.motorola.IMEI");

西门子

System.getProperty("com.siemens.IMEI");

LG

System.getProperty("com.lge.imei");

这篇关于如何在J2me中动态获取移动IMEI号码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆