Hello,
i used the following code to retrieve the imei code of my work's phone ( a N3230 ). Suddenly, the code no longer return the imei but a serie of ?
I thought i changed something in my code and added a bug but FExplorer also return ?????????? when you ask info on the phone.
Is there any reason ?
My code :
Code:char _code [ 40 ] ; TPlpVariantMachineId imei; PlpVariant::GetMachineIdL(imei); usint i ; for ( i = 0 ; i < imei.Length () ; i ++ ) _code_imei [ i ] = imei [ i ] ; _code_imei[i] = 0 ;

Reply With Quote

