Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
1.1.1
-
None
-
Symbian wk 09 SDK
Description
I have tried retrieving the IMEI number using the follwoing code.
QtMobility::QSystemDeviceInfo deviceInfo;
QString imeiString;
imeiString = deviceInfo.imei();
I get zero as the response.The same is reproduced on device also.
The issue is reprocude on symbian wk 09 SDK and the same is working fine on WK 06 SDK.