tags:

views:

395

answers:

1

Hi all,

I am trying to the get the IMSI using System.getProperty("com.nokia.mid.imsi")); But it keep returning my a null value.

I have tried this on N97 mini and E71 which runs on Symbian OS.

Is it my code error or some settings that i need to do to get the IMSI??

Any help will be greatly appreciated!!!

Kevin

A: 

you could access "com.nokia.mid.imsi" System property on S60 3rd Edition FP2 , but only having manufacturer/operator domain permissions so, there is no practical way to get it.because

If you want to sign your app with an operator/manufacturer certificate it won't be that easy. You'll have to contact them about that.

Vivart