B4A Question PhoneSms - lemonisdead (first post)    Jan 12, 2015   (1 reaction) Hello,
PhoneSms allows you to send the SMS but if required and by using Send2, you can request the ReceiveSentNotification event. Then you could increase a variable to count the number of Sms sent. B4A Question event: a sms is sent - how to trap the event? - OliverA (first post)    Jan 10, 2024   (2 reactions) Looking at the documentation of PhoneSMS.Send2
https://www.b4x..png Send2 (PhoneNumber As String, Text As String, ReceiveSentNotification As Boolean, ReceiveDeliveredNotification As Boolean)
Sends an Sms message. Note that this method actually sends the message (unlike most other methods that
crea B4A Question FLAG_IMMUTABLE or FLAG_MUTABLE - agraham (first post)    Sep 14, 2022 Looks like Phone.PhoneSMS.Send2 (which is called by Send) uses a PendingIntent and will need the Phone library updated to fix this. B4A Question Sending SMS by PhoneSMS incl. capturing of 'Message Sent' and 'SMS Received' events etc. - DonManfred (first post)    Apr 19, 2021   (4 reactions) Only the default SMS App on your Device is allowed to Send SMS.
I earlier Androids it was possible B4A Question MessageComposer for Android Phone libray - eurojam (first post)    Sep 22, 2015   (1 reaction) you can use phonesms (https://www.b4x.com/android/help/phone.html#phonesms). you need to make an edittextfield, where the user enters the text and you can use contacts (https://www.b4x.com/android/help/phone.html#contacts) to geht the phone number from the stored contacts. What do you need more? I t B4A Question Need example of PhoneSms.Send2 using SmsDelivered and SmsSentStatus - Roy Raymundo    Apr 20, 2015 I'm new to b4a. I need some working example for PhoneSms.Send2 using SmsDelivered and SmsSentStatus and also for bluetooth AsyncStreams_Terminated and Error events. Links referring to the example codes will do. Thanks a lot. B4A Question PhoneSMS + Nexus 7 - Beja    Mar 11, 2015 Hi,
PhoneSMS is no longer working on Nexus 7. . anyone had same experience and solved it?
Thanks in advance B4A Question PhoneSMS does not work - hatzisn    Jun 30, 2016 I am not able to send an sms with PhoneSMS library. My android version is 4.2.2.
My code runs from a service module. This is my code:
Sub SendSMS()
Dim pSMS As PhoneSms
Dim cur As Cursor = Main.conn.ExecQuery("SELECT * FROM ")
cur.Position = 0
Dim sSMS As String
ts.SetLanguag B4A Question Hide Phonenumber in PhoneSms.Send - Alex Guerrero    Aug 02, 2019 Hello, It is possible to hide the Phonenumber or change to a code when using the library to send SMS: PhoneSms.Send(Phonenumber, Text). B4A Question Critical Permissions - android.permission.RECEIVE_SMS - Erel (first post)    Feb 03, 2019   (1 reaction) Yes.
1. The Phone library will not add the SMS permission. Only when you dim a PhoneSms object will the permission added. Search your code for PhoneSms.
2. Use RemovePermission to remove a permission. Page: 1   2   3   4   5   6   7   Powered by ColBERT |