PDA

View Full Version : How to identify sim card without PIN


augur
11-08-2006, 06:09 PM
Hi,
Is there a way in c++ or c# to identify my currently inserted sim card without knowing the Pin?
Perhaps with TAPI?
I have got many simcards and I need to know which one I just inserted, so that I can choose the right PIN from a Database.

Thanks for your help!

HJ

kevino
11-08-2006, 06:35 PM
Erm, aren't you over complicating things. Is there a reason that you cannot set all your SIMS to have the same PIN.

augur
16-08-2006, 10:30 AM
I'm a developer for a company and it's a security issue. You know one PIN you know all PINs and that we can't accept.

Is there no other solution?
HJ

vijay555
16-08-2006, 12:11 PM
Sure, read the records off the SIM. There's unique information there.

V

augur
16-08-2006, 05:45 PM
Thank you for your help.

Can I read the records of the sim without the PIN?
Can you give me a detailed code example?

Thanks a lot!

HJ