|
Posted by Charlie on October 17, 2006, 12:25 pm
Please log in for more thread options That sounds wonderful, actually. Is this different on CDMA vs. GSM
devices? I just want a way to see which networks my users are on.
CLV
riki wrote:
> Charlie wrote:
>
>> Is there any API I can use to reliably determine which carrier the
>> platform I'm running on is subscribed to? For instance, can I call any
>> API and find out that the user is a T-Mobile or Cingular customer?
>
> use LINEGENERALINFO.dwSubscriberNumberSize which lineGetGeneralInfo()
> will get for you. This will have the IMSI number, the first three digits
> are a county code (MCC) and the next two (europe) or three (america)
> digits in an operator number (MNC).
>
>> And would that be a privledged API?
>
> sadly, yes
>
>> Or do I need to probe around and try to recognize unique info in the
>> firmware images? Registry?
>
> I personally don't know of anywhere - but worth a search
>
> Riki
|