8

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?

maxdev
  • 2,491
  • 1
  • 25
  • 50
saber safavi
  • 452
  • 3
  • 8

1 Answers1

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