Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在三星的 Bada OS 上使用 C/C++ 访问 MEID/ESN。如果有人能指出我正确的方向(网站、文档等),我将不胜感激。
非常感谢!-卡姆兰
MEID和IMEI一样吗?后者可以通过以下方式检索SystemInfo:
SystemInfo
String s; Osp::System::SystemInfo::GetValue(L"IMEI", s);
这没有记录,并且可能会在某个时候停止工作。
还有Osp::Telephony::SimInfo一个类返回一大堆三个字母的首字母缩写词。看看其中之一是否是您需要的。
Osp::Telephony::SimInfo