Share My Creation Bulk SMS in B4A - Abdull Cadre (first post)    Jul 24, 2023   (1 reaction) Update: - dual SIM support B4A Library SimCard ( also Dual Sim ) - MarcoRome    Sep 05, 2015   (27 reactions) GetNetworkCountryIso)
Log("8: - " & sim.GetNetworkOperator)
Log("9: - " & sim.GetPhoneType)
Log("10: - " & sim.GetSimCountryIso)
Log("11: - " & sim.GetSimOperator)
Log("12: - " & sim.GetSimOperatorName)
Log("13: - " & sim.GetSimState)
Log("14: - " & sim.GetSubscriberId)
B4A Question B4A libraries / Code for Dual Sim phones for sending SMS / Calls / Data using specific sim ? - atulindore    Mar 10, 2016 Dear Experts
In my app want to identify different sim operators in case phone is dual sim and want to use specific sim for sending SMS or using data services .
Pls suggest .. B4A Question VirtualApp Library With B4A - AnandGupta (first post)    Dec 07, 2021 MIUI has inbuilt 'dual apps' option and I use it for double Whatsapp with each phone number of my double sim phone. I also have PayTM etc. as duals. So it is OS feature or launcher feature, maybe. B4A Code Snippet Dual SIM call - peacemaker    Jan 13, 2019   (6 reactions) Text.Trim = "" Then Return If spSIMnum.SelectedIndex < 0 Then Return Call_SIM(txtTelNum.Text, spSIMnum.SelectedIndex) End Sub Sub spSIMnum_ItemClick (Position As Int, Value As Object) butCall.Text = "Call by " & spSIMnum.SelectedItem End Sub Requirements: minSdkVersion="23" (Android B4A Question Dual sim phones - turn sim on/off - Erel (first post)    Jan 26, 2020 It looks like it sets an undocumented setting that works on some devices and fails on others (see the discussion).
Most of the dual sim features are not official and therefore don't work on all devices.
There are several threads about dual sims, which you should check: https://www.b4x./?query=dual+s B4A Question [Solved] Intercept incoming SMS and understand the SIM on which the SMS arrived on a Dual SIM Phone - drgottjr (first post)    Feb 16, 2024   (1 reaction) when you say:
by "number", do you mean which sim? you say you already know the sender's mobile phone number.
if you mean which sim, that information should be available in the intent's extras. if you log intent.extrastostring, you can see all the available extras.
as far as the sim is considered B4A Question Sending SMS using dual sim with PhoneSms - Erel (first post)    Sep 18, 2024 FWIW, here are the relevant threads: https://www.b4x./?query=dual+sim B4A Question Phone Number of Device - TILogistic (first post)    Oct 03, 2020   (1 reaction) PhoneId in huawei Y9 android 9
does not show the phone number in dual SIM
100863 B4A Question Get Country - tufanv (first post)    Mar 08, 2017   (1 reaction) Oh I found that but when i saw "dual sim" I thought that it is something to do with dual sim operations and never opened it . Thanks =) Page: 1   2   3   4   5   6   7   Powered by ColBERT |