lulufei / seek-for-android

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installed SE application is not selected. except SIM, WIM, and GSM SE Application

GoogleCodeExporter opened this issue · comments

What's the problem?

Installed SE applications are not selected except SE Application - Card 
Manager, SIM, WIM, and GSM.
when I tried to select the SE application, 'NoSuchElementException' displays on 
logcat.

Sample AID of SE Application is A0000000031010.

What steps will reproduce the problem?
1. Install SE Application ( AID : A0000000031010 ).
2. Select SE Application ( AID : A0000000031010 )
   using Session.openLogicalChannel Method.


What is the expected output? What do you see instead?
1. expected output : return Channel. 
2. But my output : NoSuchElementException occurred.

What version of the product are you using? On what operating system?
Android 4.0.4, Galaxy S3 SGH-I747, AT&T

Please provide any additional information below.
It's working well on the other phone.
( Android 4.1.1, Galaxy S3 GT-I9300, 
  Android 4.1.1, Galaxy S3 SGH-I747 )

Original issue reported on code.google.com by nug...@gmail.com on 14 Nov 2012 at 8:31

[deleted comment]
[deleted comment]
I am getting the same exception with same OS and Device (i.e., Android 4.0.4, 
Galaxy S3 SGH-I747, AT&T) while opening logical channel.

when i traced i found two APDUs are getting fired with P2=0x00 and P2=0x04 in 
device (Android 2.3.7, Sony Xperia LT26i).

while in Android 4.0.4, Galaxy S3 SGH-I747, AT&T i found only one APDU is 
getting fired with P2=0x04. and i have a check on my applet for P2=0x00 that's 
why my applet was not getting selected and giving me exception in Galaxy S3.

can any body explain this behavior of APDUs. 

Original comment by Sarveshb...@gmail.com on 3 Jan 2013 at 8:52

[deleted comment]