I am working with Android phones that have 2 SIM card slots. I want to know if there is a way to use one of these slots to read another type of card, like JavaCards?
Asked
Active
Viewed 2,192 times
8
-
I want put a sam security card into phone . my phone have nfc reader and i want use phone as payment terminal for our mifare gift cards – saber safavi Dec 01 '13 at 08:59
-
Dear Saber, did you do it? Did you find any solution? – Ebrahim Ghasemi Mar 13 '15 at 18:03
1 Answers
3
If your phone implements SEEK for Android open source stack, try enumerating the readers (you could have SIM1, SIM2). If you see 2 SIM readers, you're good to go. Honestly I think this is unlikely though, because Android's RIL interface is not designed to work with 2 SIMs.

Toluene
- 751
- 3
- 9