Hi Enrico, On 10/28/2014 06:50 AM, Enrico Sau wrote: > Hi all, > I have a problem with SimManager interface. > When I start ofono with pin locked it starts to read the sim file > manager but the first message fails: > > ofonod[29427]: Aux: > AT+CRSM=192,12258\r > ofonod[29427]: Aux: < \r\n+CME ERROR: 4\r\n > > The callback of this message contains the following call which would > success but it is never called because of the error. This is a modem firmware problem. The ICCID request should always succeed, even if the PIN is locked. > > This results in the problem that ICCID is never retried even if I enter > the pin. > > How can I solve this problem? > You can disable the PIN, or power-cycle the modem. You can also add code to try re-reading the ICCID when PIN is entered. Patches are always welcome. Regards, -Denis