What's the problem?
I'm using Seek-for-android in order to exchange APDU with UICC.
Currently (Seek 2.3.2), Channel.getSelectResponse() returns NULL. According to
the source code (UiccTerminal.java), the value of mSelectResponse is always
"null". In other Terminal subclasses, this value is set.
For instance :
mSelectResponse = transmit(selectCommand, 2, 0x9000, 0xFFFF, "SELECT");
Question : Why does this different implementation exist ? Is it possible to
have a consistent behaviour ?
Original issue reported on code.google.com by sakh...@gmail.com on 29 Mar 2012 at 9:56
Original issue reported on code.google.com by
sakh...@gmail.com
on 29 Mar 2012 at 9:56