Hey All,
Before I get too far down this rabbit hole I figured I'd ask the community. I have a B4J project and have been able, with great help from everyone, to get outgoing SMS texting set up and working. I wasn't planning on having two way communication, but since I've got extra time...
Hey All,
I'm in the same boat as Colin Evans was in question https://www.b4x.com/android/forum/threads/how-to-enter-a-curl-command-as-an-https-request.116932/, but my curl is structured differently. Is there some tutorial where we can find the breakdowns of the different flags in a curl...
I am looking for any working library for sending SMS directly from B4A code without user intervention .
By using "Intet" , it need user action to click "Send" Button in messaging app.
Dim In As Intent
In.Initialize(In.ACTION_VIEW, "sms:" & number)
In.PutExtra("sms_body", "this is...
Hi, I have an app written in B4A that sends out SMS messages and processes responses. Will this app be affected by Google's new RCS messaging or do the two standards work indpendently?
I use PhoneSms.Send and sendMultipartTextMessage for outgoing messages and I intercept incoming messages...
Hello, it is possible to send an "anonymous SMS" as does SMS Gateway or SIM Modem, I want to hide or change the number from where the SMS is sent by a short code or Short Sender [for example: +57 32043287## by 34512], the plan is to change the SMS to prepaid users for data (kbps) for internet...
Is it possible to send small SMS messages in the background without the application having focus, and the phone, not being switched on (i.e. running, but in standby)
Thanks, Colin
My final result for SMS sending under Android8.
'Manifest editor
AddPermission(android.permission.SEND_SMS)
AddPermission(android.permission.READ_PHONE_STATE)
'Starter service
Sub Process_Globals
Dim rp As RuntimePermissions
End Sub
'Main Activity
Sub Process_Globals
Dim Permissions As...
Hi Everyone,
I would like to know if this can be done with B4A.
I would like to be able to view all of my phone contacts in a list view and allow the user to select 1 or more contacts, get their phone number and ring them and play a sound file to them. If that can't be done can I send a SMS...
The incoming SMS was complete received, i can see the senders numbers and the body (text).
But then the App crashes with following error ( i am using V6.8)
MessageReceived: From = +491234567890, Body = This is a test
java.lang.RuntimeException: Error receiving broadcast Intent {...
I'm looking for a very technically skilled B4A / Java developer to create a B4A library capable of *reliably* sending and displaying both normal text messages (SMS) and text messages with images or other files attached (MMS).
Inspiration can be drawn from...
G-Gateway is an Ethiopian based free SMS messaging platform for software developers worldwide. It can be used to simulate SMS based software projects before they're integrated to third party gateway systems. Basically, G-Gateway has its own smartphone app that is built with B4A and will make one...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.