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.
Samsung の Bada OS で C/C++ を使用して MEID/ESN にアクセスしようとしています。誰かが私を正しい方向に向けることができれば幸いです(ウェブサイト、ドキュメントなど)。
どうもありがとう!-カムラン
MEIDはIMEIと同じですか?後者は、次の方法で取得できますSystemInfo。
SystemInfo
String s; Osp::System::SystemInfo::GetValue(L"IMEI", s);
これは文書化されておらず、ある時点で機能しなくなる可能性があります。
またOsp::Telephony::SimInfo、3文字の頭字語を大量に返すクラスもあります。それらの1つが必要なものであるかどうかを確認してください。
Osp::Telephony::SimInfo