Hi Enrico, On 10/29/2014 03:42 AM, Enrico Sau wrote: > > You can also add code to try re-reading the ICCID when PIN is > entered. Patches are always welcome. > > ​Ok, this is what I would like to do, but code is quite complex in sim > interface, can you give me some hint? > You can always try to read ICCID again after the PIN has been retrieved if the ICCID is missing. e.g. something like: if (sim->iccid == NULL) sim_iccid_changed(SIM_EF_ICCID_FILEID, sim); in sim_initialize_after_pin() Regards, -Denis