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
4
votes
1 answer

Android : How to get SIM ID of both SIM in Dual SIM mobile

I want to get the SIM serial no/ID of both SIM in dual SIM mobile.Is there a way to get them?Thanks in advance.
psms
  • 851
  • 3
  • 18
  • 35
4
votes
1 answer

Get the SIM number used on a call through the call log of Android

I know Android SDK is big mess for dual SIM support, but stock dialer shows this information on call log which SIM card ( 1 or 2) was used in a call. I guess it´s stored on call log default database and just want to know if it is possible to…
Marcus Costa
  • 41
  • 1
  • 4
4
votes
0 answers

Dual sim card send sms android

I have dual sim android phone. I want to detect from which sim card sms has been sent. It doesn't matter If I cannot get mobile number but any significant value through which I can know that which sim card has sent sms?
dev
  • 461
  • 3
  • 6
  • 18
4
votes
2 answers

Broadcast Receiver Dual Sim

I have a dual sim android phone. I am using a custom broadcast receiver which reads incoming messages with no problem. I wonder if there is a way to find out which sim received the message.
Seshu Vinay
  • 13,560
  • 9
  • 60
  • 109
3
votes
4 answers

Get the list of user SIM cards and select it - flutter

For the flutter application, it is necessary to send an SMS with the user's SIM card, and for this purpose, I want it to be possible to select the desired SIM card in dual-SIM phones. i check sms_plugin package but user can't select SIM cart you…
hashem sheikhypour
  • 908
  • 12
  • 30
3
votes
0 answers

How to get SIM info from Calllog.calls in android for dual sim

I am looking to read all incomming calls from the calllog and listing them in my app, but I am unable to get SIM info. I tried using Calllog.calls.PHONE_ACCOUNT_ID, but that seems to work for only single sim devices and not dual-sim. I see theirs a…
user2060431
  • 114
  • 5
3
votes
1 answer

Get SimOperatorName for dual SIM android phone

Get Sim Operator Name for dual SIM android phone. I am working on an app where I need details of user's SIM his operator name . How do I get his number of both the SIM and the name of operator for both the connections. This is my code... private…
3
votes
0 answers

How to check data usage of mobile for specific sim slot in android?

I am trying to find data usage by specific SIM slot. For this I am using TrafficStats.getMobileRxBytes() method but it gives total usage of both the SIM in dual SIM device. Below is my code that return me total usage: long rxBytes =…
Hitesh Matnani
  • 309
  • 1
  • 5
  • 20
3
votes
0 answers

Volley Error on "preferred Data SIM" change in dual sim

I have an application that is using a Volley request. It works well when SIM 1 is my preferred data SIM card. On switching the preferred data sim cards on the dual sim, I get a volley 404 error on requests. My Volley method looks like this (working…
Mushirih
  • 451
  • 5
  • 13
3
votes
0 answers

Detect "Ask Every Time" setting on outgoing calls for Dual Sim Phones

I am working on an app that successfully intercepts NEW_OUTGOING_CALL broadcast on outgoing calls and handles calls accordingly. Everything works perfectly fine on single SIM devices. On Dual SIM devices, I am able to detect which SIM is the…
Marline
  • 269
  • 3
  • 10
3
votes
1 answer

Is there a method to get the carrier names in both slots in a dual SIM phone?

Is there any method to get carrier names in both slots in a dual SIM Android phone? There is a method but it only detects the carrier in slot 1. To do that, I use the following code: TelephonyManager manager =…
3
votes
1 answer

SubscriptionManager to read IMSI for dual SIM devices ruuning Android 5.1+

For API 22+ I am trying to use SubscriptionManager to read dual SIM IMSI. The IMSI is a 14 to 15 characters in the following format: "MCC-MNC-MSIN" MCC = Mobile Country Code (e.g. 310 for USA); MNC = Mobile Network Code (e.g. 410 for AT&T), MSIN =…
Beshoy Fayez
  • 300
  • 5
  • 10
3
votes
1 answer

Spreadtrm Chipset. Dual Sim Application to send sms from specified sim slot. (< 22)

I am tryting to develop an android application for Spreadtrum chipset smartphones. This app needs to specify which sim card (sim1 or sim2) to send sms or execute a phone call. I was able to find an API for Mediatek API here, which works as an addon…
Ritesh Shakya
  • 575
  • 5
  • 17
3
votes
1 answer

Android (Lollipop) cannot detect ongoing phone call from second SIM

I have a piece of code that makes phone calls and hangs up after a certain amount of time. I've managed to make calls from both SIMs (using different tricks for the 2nd SIM), however, Android does not seem to be able to detect whether the 2nd SIM is…
3
votes
1 answer

Android Dual-SIM API support

I was looking for Android Dual-SIM API for Android, but more or less I found nothing. As far as I understand, there is no public API from Google/Android, only specific implementation of each manufacturer. Therefore is very hard to implement…
Michal
  • 2,071
  • 19
  • 30
1 2
3
9 10