Page 1 of 1

IMEI

PostPosted: Jan 17, 2008 @ 1:50pm
by yucani
Hello,
1.
Using ecd.device->GetIMEI seems to work very nice on all symbian based phones we tested our apps. But tests on HTC Wizzard and FS with WM5 did result in a blank string. We compiled with the EdgeBuilder for PPC2002 and PPC 2005. The Model, System and Owner has been shown corectly.
2.
To include system dependent code we wanted to use folowing define statement:
#if defined(DEVICE_WIN32)
estrcpy(puffer,"111111-00-222222-3");
#else
ecd.device->GetIMEI(puffer,true);
#endif

but encountered, that the WM5 powered devices also acted as WIN32. Or, did we used a wrong symbol?

with kind regards,

PostPosted: Jan 17, 2008 @ 3:45pm
by edge