All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: ICCID not requested when PIN is locked
Date: Sat, 01 Nov 2014 22:09:34 -0500	[thread overview]
Message-ID: <5455A06E.1020209@gmail.com> (raw)
In-Reply-To: <CAH4ZQws3o=KqPhXeFiwzQB8Y+XY_AYUFR5sU5XvRZRno_oT8ng@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 547 bytes --]

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

      reply	other threads:[~2014-11-02  3:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-28 11:50 ICCID not requested when PIN is locked Enrico Sau
2014-10-28 16:19 ` Denis Kenzior
2014-10-29  8:42   ` Enrico Sau
2014-11-02  3:09     ` Denis Kenzior [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5455A06E.1020209@gmail.com \
    --to=denkenz@gmail.com \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.