Skip to content
Failed

Changes

Summary

  1. OmapiCallbackHandlerVpcd: fetch SELECT response from OMAPI (details)
Commit b7c60c6eea046cc72b4d2d509947f68466336299 by pmaier@sysmocom.de
OmapiCallbackHandlerVpcd: fetch SELECT response from OMAPI

At the moment we get the select response by selecting 7FFF, which
is an alias for the currently selected application. This returns a
select response when an ISIM or USIM application is selected. Other
applications may react differently here.

OMAPI has a getSelectResponse method through which we can get the
actual response that was received from the card when the application
was selected when openLogicalChannel was called. This is far more
accurate, so lets use getSelectResponse instead of selecting 7FFF.

Change-Id: Iacbc907ef157f20bed88325fcf6b58717990005a
The file was modifiedapp/src/main/java/org/osmocom/androidApduProxy/OmapiCallbackHandlerVpcd.java
The file was modifiedapp/src/main/java/org/osmocom/androidApduProxy/Omapi.java