frc1983 / seek-for-android

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

getSelectResponse() not found on channel #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Function getSelectResponse()on channel always throws an exception:

01-23 17:09:40.399: ERROR/AndroidRuntime(1868): java.lang.NoSuchMethodError: 
org.simalliance.openmobileapi.Channel.getSelectResponse

What steps will reproduce the problem?
1.Start the application with UICC
2.do openLogicalChannel
3.Then do getSelectResponse() in Channel.

What is the expected output? What do you see instead?
It should work properly.

What version of the product are you using? On what operating system?
2.3.2 for smart-card-api.

Please provide any additional information below.

Original issue reported on code.google.com by contactp...@gmail.com on 23 Jan 2013 at 11:40

GoogleCodeExporter commented 9 years ago
see comment in [DeviceDetails] about the missing getSelectResponse() method. 
Update in Sony devices required

Original comment by Daniel.A...@gi-de.com on 15 Apr 2013 at 3:30