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 Send SMS from B4A code - Erel (first post)    May 18, 2020   (4 reactions) If it is not a Google Play app then you can use PhoneSms.Send. Just request the permission at runtime. 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 - Erel (first post)    Apr 21, 2015   (2 reactions) There is an example of using PhoneEvents here: https://www.b4x.-library-update-v1-34.7829/#content
You just need to add the relevant events.
There are many examples based on AsyncStreams: https://www.b4x./?query=asyncstreams&page=1&prefix=0 B4A Question Sending SMS by PhoneSMS incl. capturing of 'Message Sent' and 'SMS Received' events etc. - beelze69    Apr 19, 2021 os.Parcel.createException(Parcel.java:1953)
at android.os.Parcel.readException(Parcel.java:1921)
at android.os.Parcel.readException(Parcel.java:1871)
at com.android.internal.telephony.ISms$Stub$Proxy.sendTextForSubscriber(ISms.java:871)
at android.telephony.SmsManager.sendTextMessage 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 Library PhoneLibrary: Updated PhoneSms.Send - Jeffrey Cameron (first post)    Apr 13, 2017   (1 reaction) Thank you Sorin! +1 for adding this to the Phone library as a PhoneSms method.
In the application I am developing I need to keep track of the messages I've sent (reply to middle-ware server that they were or were not sent out) and most likely I could have multiple messages to the same telephone B4A Question PhoneSMS over WiFi - DonManfred (first post)    Aug 19, 2015   (3 reactions) I think you must use a cellular device as sending an SMS would be done going over your cellular provider. Page: 1   2   3   4   5   6   7   Powered by ColBERT |