Questions tagged [dual-sim]

A Dual SIM mobile phone is one which holds two SIM cards. Initially, dual-SIM adapters were made available to use in regular mobile phones to allow them to contain two SIMs, and to switch from one to the other as required. This combination is called a standby dual-SIM phone.

Dual-SIM operation allows the use of two services without the need to carry two phones at the same time.

Types

  • Pseudo-Dual - for convenience to use second SIM (as rule, it has «no major» slot for this) without both SIMs connected with owner's mobile service providers (MSP).
  • Dual Sim Shift
  • Dual Sim Stand-by (DSS) - allows the device to switch from one network to the other when required
  • Dual Sim Active (DSA) - allows the device to be connected to both networks at the same time (it's using transceiver). You can switch between the calls without dropping one (select Samsung models)
  • Dual talk - possibility to talk with 2 callers from different MSPs at same time (LG GX500)

    A Dual SIM Phone,

enter image description here

141 questions
2
votes
0 answers

How to configure a virtual Genymotion or AVD capable of supporting dual sim card?

I need to test an application that requires dual sims, that is, two sim cards. However, the default AVD that comes with Android Studio is not capable, as far as I know, of supporting this type of device. Does anyone have any idea on how to go about…
2
votes
0 answers

Android - Check for active network on Dual SIMs

I want to send sms using Dual Sim Mobile, make sim selection option, while sending sms. I have vefiried this link fully: Android : Check whether the phone is dual SIM this question is based on this question only. thats why could not type the same…
harikrishnan
  • 1,985
  • 4
  • 32
  • 63
2
votes
1 answer

Samsung android 6.0 how to get dual sim call logs with sim slot id?

Samsung(dual sim) before offical android 6.0(not cm) device, I could get call logs with sim slot id, but Samsung(dual sim) android 6.0+ device I get an issue: String slotId =…
shuabing
  • 679
  • 11
  • 28
2
votes
1 answer

Dealing with a dual sim card on android, using the CALL intent

I'm making an app that dials a specific number on the click of a button, however, if the person has dual sim, I want to be able to let him choose which sim to use, since it works on only one service provider, here is the code that I have so far, is…
2
votes
1 answer

How to find target sim for an incoming call in dual sim android phone?

I am creating an android application in which I need to detect the target sim for an incoming call in dual sim phone. The Android API provides the access of only one SIM. I did googling about this but couldn't find the solution, All I found is that…
2
votes
0 answers

Dual sim api (like Dual Sim Control)

I need to develop an application to enable data of a dual-sim android phone. For example, sometimes I need to enable data on the first sim, and other times for the second sim. I discovered an api called mediatek It is an api that allows us to…
2
votes
2 answers

Android signal strength

Is there any method to get signal strength on both sim cards. I search a lot but I couldn't find any solution. Maybe is there any method to register receiver on second sim card ? I'm working on Android 5.0 and I know that on this version Android…
Jacob Sokol
  • 87
  • 1
  • 9
2
votes
0 answers

Get IMSI Number of Android Dual SIM device

I am currently using the android API public static String get_IMSI_Number(Context context) { TelephonyManager tel = (TelephonyManager) context .getSystemService(Context.TELEPHONY_SERVICE); return tel.getSubscriberId(); } to get…
Sharath
  • 315
  • 1
  • 3
  • 13
2
votes
1 answer

How to send sms directly using SmsManager in dual sim android phones?

I had problems to get data about Dual Sim android phones, but it was possible through reflection of specific implementations of Telephonymanager class by each manufacturer. Now that I have the Dual Sim data I want to send a message through a…
luizlouro
  • 61
  • 1
  • 6
2
votes
0 answers

How to enable mobile data in specific sim

I am working on enabling mobile data programmatically and I got the solution from here How to enable/disable gps and mobile data in android programmatically?. But now I want to enable data in particular sim if it is an dual sim mobile.
2
votes
2 answers

Call logs for dual sim android device

I am using the below code to get the call log details which is working very fine for single SIM device, but the problem arises when it comes to the DUAL sim. I am trying to find work around for getting logs from dual sim device. /** * Get All…
Scorpion
  • 6,831
  • 16
  • 75
  • 123
2
votes
1 answer

Possibility to ping test dual sim 3G networks simultaneously?

I have built an app to schedule ping service continuously for the connected network using parameters like timeout and timeintervals between pings from the user. The app works fine. I had a doubt about dual sim phones. How do I do the ping operations…
gfernandes
  • 1,156
  • 3
  • 12
  • 29
2
votes
2 answers

Detect the current/ primary SIM in Dual SIM mobile

I have a dual SIM mobile on which my app displays the details of the SIM and operator. But (obviously) it detects and shows details of only SIM1 and not SIM2. Is there a way in which SIM2 details can be accessed? I know that Android does not support…
Ramanathan
  • 1,663
  • 4
  • 17
  • 24
2
votes
1 answer

how to make submissions sms with SIM2 or dual SIM

I created sms application android I've been able to sms application smoothly but send by SIM 1 if i send with 2 SIM application it will error and there were no reports sent how if i want to do sms sending with 2 SIM smoothly please help what should…
Arrul
  • 21
  • 3
1
vote
2 answers

Sim chooser functionality not working in my Android App for different users from past week

If the user has dual sim and has not selected any one as default sim, the sim chooser is coming disabled in my android app. It's happening on different OS versions (11,12,13). Occuring in other android apps as well. Call functionality is working…
Muskan
  • 11
  • 1