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 to start testing the Android app, but i don't know how to select the applet on the card nor how to send the commands on android.
From searching I found this Seek for Android. But I've read that i need to get the Android OS and build it with this api and push it to a device. Doesn't this make my app not able to run on devices without this "custom" Android OS?
Is there any Android or java lib that allows me to communicate with the applet, allowing my app to be available without building a "hacked" Android OS? Or am I wrong on how Seek for Android works?
Thanks for any possible help. I've been cracking my head with this over the last 3 days.