You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the problem?
I have created one sample Java card applet.In which on selection I am returning
0X6985 in some failure case. When I try to access this applet through SEEK
library on Android Device it through Exception as "Applet with given AID not
exist on SE"
What steps will reproduce the problem?
1.Create one sample applet and in selection through 0X6985
2. Try to select this applet through SEEK on Android device.
What is the expected output? What do you see instead?
According to me, It should not through exception but give proper response. As
other wise we will not be able to identify scenario when Applet is present and
when Applet is locked
What version of the product are you using? On what operating system?
Android OS version : 4.2.2
Device : Samsung S4
Model Number: GT-I9500
Baseband version : I9500DDUBMF8
Build Number : JDQ39.I9500XwUBMG5
Kernal Version : 3.4.5-1133023
dpi@DELL212#1
Thu Jul 18 09:27:00 KST 2013
My device Smart card API Version : 2.4.0
Please provide any additional information below.
Not any.
Original issue reported on code.google.com by [email protected] on 20 Dec 2013 at 10:21
The text was updated successfully, but these errors were encountered:
I have been encountering a similar issue with certain kernel versions on the S3
and S4 running Android 4.2.2. Looking at the smartcard-api.patch files for
3_1_0 (available in the downloads section), it appears that if the select
response returns anything other than 9000, it flags it as an error. This is
interesting because technically, the select response could be say 61xx which
means there is more data in the response and you would have to issue a GET
RESPONSE command to get the data - something that is not under the control of
the developer as all they can do is openLogicalChannel().
S3/S4 with Android 4.3 works for me so I'm wondering if something is fixed by
Samsung.
Thoughts? This is my understanding. Let me know.
Original issue reported on code.google.com by
[email protected]
on 20 Dec 2013 at 10:21The text was updated successfully, but these errors were encountered: