Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Dual Sim Emulator

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

like image 219
Vibhav Avatar asked Dec 24 '15 09:12

Vibhav


People also ask

Can I run two emulators Android?

You can run multiple emulators at the same time simply by running your app again. When the AVD manager pops up, instead of selecting your already running emulator, click 'Launch Emulator' and select another emulator to launch.

Can you emulate a SIM card?

Yes, but not in the way you want. Something must still physically connect with the SIM slot and communicate with the cellular baseband modem via the SIM interface.

How much RAM do I need for Android Emulator?

However, the heap size should not be less than 12 MB. o Depending on your computer specs, the recommended ram size is in the range between 512 MB – 1024 MB. Although you can give more ram to the emulator but an actual android device would normally have 512 MB – 1024 MB for ram only.


1 Answers

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..

  • http://simhacks.github.io/android-emulator/
  • http://blog.codepainters.com/2010/11/20/android-emulator-patch-for-configurable-imei-imsi-and-sim-card-serial-number/

thank you...

like image 71
Vicky Mahale Avatar answered Sep 21 '22 14:09

Vicky Mahale