B4A Library SimCard ( also Dual Sim ) - MarcoRome    Sep 5, 2015   (27 reactions) This library reads the sim (both, also dual sim), example Serial Number SIM-1 and SIM-2, Number...:<code>
Note: Utilize sim.IsDualSIM
Dim sim As SimCard
Dim text As String
text = sim.GetLine2Number... B4A Code Snippet Dual SIM call - peacemaker    Jan 13, 2019   (6 reactions) ); 2 working SIM-cards. Inspired by: https://www.b4x.com/android/forum/threads/call-from-dual-sim...Hi, All This my code calls OK by both SIM-cards on Samsung A7 device. Try and reply here, if works... FirstInit = False spSIMnum.Clear spSIMnum.Add("SIM1"..., Null) If PhoneCount >= 2 Then spSIMnum.Add("SIM2") End... Activity_Pause (UserClosed As Boolean) End Sub 'sim = 0 SIM1, = 1 SIM2 Sub Call_SIM(num As String... B4A Question Call from Dual-Sim - hasexxl1988    Nov 27, 2018 Hello,
I have the following problem:
I would like to call away from Sim No.2 away. But no matter what I try, the call always goes away from Sim No.1.
I tested it with the Huawei P20 Pro.
I have tried it with the dual sim function of Humberto: https://www.b4x.com/android/forum/threads/b4a-and-dual-sim-phones.12781/#post-278313
as well as with the following code:
Dim i As Intent
i.Initialize... 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 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.com/android/forum/pages/results/?query=dual+sim... B4A Question B4A and Dual Sim Phones - rocksailor    Nov 23, 2011 Hi,
I am trying to find a way around how I could tell b4a to access the 2nd sim card in the phone to make phone calls and send sms messages.
Has anyone found a way around this?
Tks... B4A Question Intercepting outgoing calls (on dual sim phones) - viljemto (first post)    Nov 14, 2017 I don't know. I have looked in logs and I can not find any errors for missing permissions.... Wish Android 5.1 adds support for using more than one SIM card / Dual SIM at a time. - atulindore (first post)    Mar 10, 2016 Thanks Erel.
Posted with title "B4A libraries / Code for Dual Sim phones for sending SMS / Calls / Data using specific sim ?"... B4A Question Dual Sim Phone - potman100 (first post)    Aug 25, 2015 3.82, just updated the java lib, so got it all running now, but still not working as hoped.
simN = 0
Still just disables the data connection.... B4A Question Change default SIM slot on dual SIM devices - lemonisdead (first post)    Jul 31, 2014 Replied http://www.basic4ppc.com/android/forum/threads/samsung-duos-change-default-sim.43422/... Page: 1   2   3   4   5   6   7   |