I'm trying to get the sim card number(IMSI?), the one printed on the card (20 digits), in my c# compact framework 2 application under windows ce 5.
I searched around a lot and all the solution I found involved using cellcore.dll but this dll is not part of windows ce 5. Another way involves to invoke some restricted core api who need a signed certificate. So there again no solution...
Is there any other way to get this information by code ?