Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
1 answer
2k views

Phones that can support Open Mobile API

I understand that to access SIM/eSE from an Android app we need to install Open Mobile API addon on Android Studio. However, is it true that it will not work on all NFC phones? For example, do some ...
Consy's user avatar
  • 316
0 votes
1 answer
1k views

Adding the Open Mobile API library to an Android device to get APDU-based access to the SIM

I have a device without NFC. This device also does not support the Open Mobile API. I need access to the SIM applet on that device. Now I wonder if I could add that functionality...If I have a copy ...
amin bakhtvar's user avatar
1 vote
0 answers
162 views

SEEK for Android from Xamarin

I would like to create an Android app using C# from Visual Studio 2015 with Xamarin extension. This application should communicate with a Java Card applet loaded on SIM card using SEEK for Android ...
vojta's user avatar
  • 5,631
1 vote
1 answer
655 views

App installation fails due to missing Open Mobile API shared library

I'm developing an app that uses Open Mobile API. I added this line to my manifest: <uses-library android:name="org.simalliance.openmobileapi" android:required="true"/> When I remove this line ...
Jujumancer's user avatar
5 votes
3 answers
6k views

How to Access Secure Element without rooting a device which already supports SmartCard API

The SEEK-for-Android documentation says that listed devices support the SmartCard API. I want to access a SIM-based secure element (SE) through my Android application. Can I achieve this without ...
jQueen's user avatar
  • 552
0 votes
0 answers
1k views

UICC command SEND TERMINAL PROFILE returns 6E00 when used via seek-for-android

I am new at SIM cards... I developed a JavaCard applet and I try to run it on UICC. My applet does some non-trivial computation like for example the elliptic curve cryptography, CMAC ... That is why ...
vojta's user avatar
  • 5,631
4 votes
2 answers
847 views

Javacard applet RPDU does not contain any data when accessed from seek-for-android

I have a complex Javacard applet, which is developed and tested for ordinary Smart Card (e. g. NXP J3E145, T=1). Now I have to use it in UICC in a mobile phone and access it from my Android app. The ...
vojta's user avatar
  • 5,631
4 votes
3 answers
3k views

Android interact with SIM javacard 2.x applet

I've started on a project where I have to send commands with APDU interface or OTA interface, from my android project to a JavaCard applet that's on the phone's SIM. I have the AID and a few commandos ...
Hugo Alves's user avatar
  • 1,555