lulufei / seek-for-android

Automatically exported from code.google.com/p/seek-for-android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No response data from channel.transmit

GoogleCodeExporter opened this issue · comments

What's the problem?
I get no reponse data from applet, only status word 0x9000. Seems to be similar 
to Issue 39, but:

- it happens on Sony Xperia S
- I use Le byte (which helped at Issue 39), but there is no data input (SW3 = 
Le) in my case.

My APDU:

80 04 01 00 00

My RPDU:

90 00 (although I expect much more data)

What is the expected output? What do you see instead?
I expect to get some data (quite a lot, around 200 bytes), but I get only two 
bytes with the status word.

But:

APDU

80 05 00 00 00

works fine, RPDU is:

00 90 00 (I expect 1 byte only).

What version of the product are you using? On what operating system?
Open Mobile API 19 Rev. 1
Sony Xperia S, Android 4.4.2

Please provide any additional information below.
The same applet works fine, if the SIM card is inserted directly in a reader.

Original issue reported on code.google.com by 815vo...@gmail.com on 22 Sep 2014 at 11:57