Questions tagged «imei»

1
通过主机名识别Android设备
我们网络中的每个Android设备都具有主机名android_[some-hex-number].domain.local。我确实有一台设备请求10个IP地址(不同的MAC,但始终是相同的主机名)。有没有办法从该主机名获取IMEI或序列号? 我发现了有关主机名的其他信息: http://community.spiceworks.com/topic/269827-identification-androids-and-iphones-in-dhcp: 看来名称方案是Android_<IMEI number>。 /superuser/408539/how-to-set-friendly-network-name-of-android-computer 这是VID(供应商ID码) 但它们似乎都不适合。 PS:MAC地址全部来自“ InPro Comm ”。也许有办法从这一方面缩小范围?
15 imei  dhcp 

4
在哪里可以找到我设备上的ANDROID_ID?
我知道您可以转到来找到IMEI和MAC地址以及其他地址Settings -> About phone -> Status。您也可以通过*#06#在键盘上键入找到IMEI 。有什么方法可以通过手机本身获取ANDROID_ID,而不是通过这段代码来获取? Secure.getString(getApplicationContext().getContentResolver(), Secure.ANDROID_ID);
11 imei  android-id 


4
查找丢失的Android手机的IMEI号码
过去可以从Google信息中心找到设备的IMEI号。但是,我现在找不到它。我在互联网上找到的大多数答案都将我介绍给了这种方法,但是它不起作用。 是否可以使用Google信息中心找到丢失的Android手机的IMEI号?如果是,那怎么办?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.