16

How can I emulate an Android device with Dual sim support? It's important that the Android level is 5.1 or higher. This emulator is intended to send/receive SMS

Antonio
  • 11,413
  • 6
  • 34
  • 48
Vibhav
  • 321
  • 2
  • 9
  • Take a look at this project, https://github.com/seek-for-android Sample project https://github.com/seek-for-android/hello-smartcard-app Wiki https://github.com/seek-for-android/pool/wiki – kareem adel Jan 22 '17 at 10:18
  • @Antonio: I do not think that the Android SDK emulator offers support for this. You might take a look at Genymotion or other non-Google emulators, to see if they have options for this. On the whole, though, the closer you get to real hardware (e.g., SIMs), the worse emulators do at emulating reality. – CommonsWare Jan 22 '17 at 15:05
  • Thanks for your comment, @CommonsWare. Yes, I've checked Genymotion and try to find other emulators with no luck. Maybe someone has found a way to emulate dual sim devices, that's why I started this bounty – Antonio Jan 22 '17 at 16:11
  • @kareemadel, but the device should be flashed to use this library, should not it? – Antonio Jan 22 '17 at 16:12
  • @Antonio you need to patch the Android emulator https://github.com/seek-for-android/pool/wiki/EmulatorExtension – kareem adel Jan 23 '17 at 05:58
  • from my experience each dual-sim android device is implemented and behaves differently then other dual-sim devices, even devices from the same manufacturer, like Samsung, may display different behavior. For example the call-log db column used for differentiating between sms on sim 1 or 2 have many possible options depending on the device – marmor Jan 23 '17 at 10:38

1 Answers1

1

May this is help you:

Buddy in Document it is said that Emulators are supported with simulated SimCard.. "A GSM modem, including a simulated SIM Card" More Information

And There are some patches available which allows sim card support in emulator using standard USB PCSC reader...

Here are some links which may guide you through..

thank you...

Vicky Mahale
  • 1,209
  • 11
  • 18