[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Enhancements for the PCSC driver
From: |
Daniele Forsi |
Subject: |
Re: [PATCH] Enhancements for the PCSC driver |
Date: |
Mon, 31 Mar 2008 00:54:08 +0200 |
User-agent: |
KMail/1.9.7 |
On Monday 24 March 2008, 19:32:12, Pavel wrote:
> Hello! I have added some new functions to the PCSC driver:
great news, thank you!
I committed your gnokii-0.6.24-autoconf.diff and gnokii-0.6.24-pcsc.diff with
the only change of adding 0x prefixes to the format string "File chars 0x%02x
CHV1 status 0x%02x\n"
I did not commit your gnokii-0.6.24-cmdline.diff yet because I need to think
more about it:
The actual problem with the SIM is that we turn off the cards after each use,
while we obviously don't turn off phones but since leaving the SIM connected
and unblocked is even less dangerous than leaving the phone in the same state
so we can avoid that (replacing SCARD_UNPOWER_CARD with SCARD_LEAVE_CARD is
enough to change this, I think).
This would allow sending the PIN with gnokii (or an helper) and then using a
GUI program.
However PIN2 is required to use FD memory with model = AT and probaly your
solution is needed since we send ATZ each time.
--
Daniele