MDN, ESN, IMEI device specific ids | developer.brewmp.com MDN, ESN, IMEI device specific ids | developer.brewmp.com

Developer

MDN, ESN, IMEI device specific ids

Forums:

Hi.......

Can anybody give info for getting MDN, IMEI and software version(PRL, ERI) for any 3.x brew phone....
I m using IShell_getdeviceinfoex( ) as follow for getting ESN, MDN and IMEI IDs for RAZR-V3C.

uint32* uinfo = (uint32*)MALLOC(64*sizeof(uint32));
if(ISHELL_GetDeviceInfoEx(pMe->m_pIShell, AEE_DEVICEITEM_ESN, uinfo, pnSize) == SUCCESS)
DBGPRINTF("ESN: %x", uinfo);

but its not giving the correct value.....i used the all system privileges for that....also included dependencies classids (MDN, BREWCREDENTIAL, GSNCREDENTIAL)....
Can you please guide me??

Regards:
Bhupesh :mad: