Choose a sim card

scorpie

New member
I own a dual sim smartphone and my contacts are in different groups. Is there a way to choose a specific sim card depending what contact I'm calling.

Like
"Contact A - group private" outgoing call on sim 1
"Contact B - group work" outgoing call on sim 2

Thanks
 

MacroDroidDev

Administrator
Staff member
I'm afraid there is no universal way in Android to specify which SIM to use. Dual sim support is very limited within the OS so most manufacturers have their own non-standard custom implementations and parameters.
 

Nasgot

New member
I own a dual sim smartphone and my contacts are in different groups. Is there a way to choose a specific sim card depending what contact I'm calling.

Like
"Contact A - group private" outgoing call on sim 1
"Contact B - group work" outgoing call on sim 2

Thanks
To do that you can try this app >>> Dual Sim Selector
It's not always easy to set up, but it's pretty effective for what you want to do.

As for macrodroid and dual sim, I use it to automatically deactivate my work sim card outside of my working hours. But for that, there is no direct action (As said before, dual sim support is very different from phone to phone.), and I have been looking for a very, very long time... the only way is through UI interaction actions.
 

delta

New member
To do that you can try this app >>> Dual Sim Selector
It's not always easy to set up, but it's pretty effective for what you want to do.

As for macrodroid and dual sim, I use it to automatically deactivate my work sim card outside of my working hours. But for that, there is no direct action (As said before, dual sim support is very different from phone to phone.), and I have been looking for a very, very long time... the only way is through UI interaction actions.
Is it possible to simply monitor which SIM is calling and have a notification for it?

For example, if I call a contact via SIM-1 the app issues a notification that says "calling with SIM-1".

I can then use Macrodroid to initiate a set of actions based on this notification.

The phone app used to do this, unfortunately it has been updated and no longer does.
 

baamber

New member
Aby to zrobić, możesz wypróbować tę aplikację >>> Dual Sim Selector
Konfiguracja nie zawsze jest łatwa, ale jest całkiem skuteczna w przypadku tego, co chcesz zrobić.

Jeśli chodzi o macrodroida i dual sim, używam go do automatycznej dezaktywacji mojej służbowej karty SIM poza godzinami pracy. Ale w tym celu nie ma bezpośredniej akcji (jak wspomniano wcześniej, obsługa dwóch kart SIM bardzo różni się w zależności od telefonu.) I szukałem bardzo, bardzo długo ... jedynym sposobem jest interakcja z interfejsem użytkownika .
Czy możesz pokazać makro?
 
To do that you can try this app >>> Dual Sim Selector
It's not always easy to set up, but it's pretty effective for what you want to do.

As for macrodroid and dual sim, I use it to automatically deactivate my work sim card outside of my working hours. But for that, there is no direct action (As said before, dual sim support is very different from phone to phone.), and I have been looking for a very, very long time... the only way is through UI interaction actions.
It is possible to deactivate via adb she'll command if you are rooted. Search terms like "i32 187". I posted a message not long ago for deactivating sim card with MD.
 
Top