Hello all,
I have a question in how to change PIN2 and PUK2 on a test SIM.
I already know the PIN1, PUK1, PIN2 and PUK2 on my test SIM. My test
requires that I change the PIN2.
Here is how I would change PIN1 for the test SIM:
at+clck="sc",0,"2468"
at+clck="sc",1,"2468"
at+cpwd="sc",2468,1234
Please help.
Thanks
John Henderson - 05 Sep 2007 06:21 GMT
> Hello all,
> I have a question in how to change PIN2 and PUK2 on a test
[quoted text clipped - 9 lines]
>
> Please help.
According to GSM 07.07 and 3GPP 27.007, it's
AT+CPWD="P2",<oldpwd>,<newpwd>
to change PIN2.
John