solracq / seek-for-android

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

INS 0x70 does not work --> 6F00 #91

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What's the problem?

What steps will reproduce the problem?
1. Create a simple applet with a function which can be accessed both with INS = 
0x70 and INS = 0x7E. It does not have to do anything, it can just response 9000 
in both cases.
2. Select your applet through SEEK (openLogicalChannel)
3. Send 807E000000. You will get 9000 as the response.
4. Send 8070000000. You will get 6F00 as the response, although the functions 
are completely equal!

What is the expected output? What do you see instead?

Expected output: 8070000000 -> 9000. I see 8070000000 -> 6F00.

What version of the product are you using? On what operating system?

Android 4.2.2 API 19, Sony Xperia L

Please provide any additional information below.

Original issue reported on code.google.com by 815vo...@gmail.com on 1 Jun 2015 at 12:55