Hi Eric, > ok, i will add this, but if i understand well, this is for +CPIN request > AFTER sending a PIN. (but i mean my modem need this too.) > > my problem is when modem is added throught dbus/ofono, ofono send somes > init commands and finaly i mean sim-manager send an +CPIN request to > know if SIM is locked or not... THIS request fail with CME error 14 > because of too fast query. > Ah, its one of those modems that doesn't have a sim ready notification. In that case you probably need to run CPIN queries as part of the modem power-up procedure. See examples in plugins/zte.c and plugins/speedup.c (cfun_enable & sim_state_cb) Regards, -Denis