Re: Locking back the phone
Quote:
Originally Posted by mstanescu Hi You wrote this in a posting "Sim Lock -you may look 0x1C80: 0000000000000000 if all 0000000000000000 that blocking sim no . But this facility does not allow to change this area -if you know programming -you may change the program -a principles alike -otherwise use SPV Services for removing Sim Lock." I have a c600 phone sim locked. I would like to load i-mate but i would like to be able to restore CID and sim lock after this in case i want to sell it or in case of mallfunction. Do you think that if i save sector 0 and then restore would my phone be locked again? Thx Mihai |
Save old Sim and CID this is identified the area CID.
pdocread -n 1 0x000000 0x10000 -b 0x4000 old_cid.nb
You simply save the area CID - in this area SIM lock and CID lock.
If you want to return back you it is enough will write back file by command
pdocwrite -n 1 old_cid.nb 0x000000 0x10000 -b 0x4000