madhanraj / seek-for-android

Automatically exported from code.google.com/p/seek-for-android
0 stars 0 forks source link

In UiccTerminal.java, mSelectResponse is always NULL #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by Daniel.A...@gi-de.com on 8 May 2012 at 2:08