I am trying to gain access to the MEID/ESN using C/C++ on Samsung's Bada OS. I would appreciate if someone could point me in the right direction (websites, documentation, etc).
Thanks much! -Kamran
I am trying to gain access to the MEID/ESN using C/C++ on Samsung's Bada OS. I would appreciate if someone could point me in the right direction (websites, documentation, etc).
Thanks much! -Kamran
Copyright © 2021 Jogjafile Inc.
Is MEID same as IMEI? The latter can be retrieved via
SystemInfo:This is not documented, and possibly will stop working at some point.
Also there's
Osp::Telephony::SimInfoclass which returns a whole bunch of three letter acronyms. See if one of them is what you need.