本文介绍了如何在桌面应用程序中从C#读取android设备的IMEI号?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个桌面应用程序,用于读取手机的IMEI。框架:4.0;语言:C#
基本上它检索手机的IMEI和服务器上的同步。
目前能够检索非Android手机的IMEI(MTK,Symbian,BADA),但是不是用Android智能手机。
使用串口和ATC来检索IMEI。
如何与android设备调制解调器通信?
I have a desktop app which is used to read IMEI of cell phone. Framework : 4.0; Language : C#
Basically it retrieve IMEI of cell phone & sync on server.
Currently able to retrieve IMEI of non-android phones(MTK, Symbian, BADA), but not with android smart phones.
Used serial port & ATC to retrieve IMEI.
How to communicate with android device modem?
推荐答案
这篇关于如何在桌面应用程序中从C#读取android设备的IMEI号?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!