Hello everyone, these days I had an emergency and I couldn't contact people, from here I got an idea that could be interesting. Is it possible to create an application (even a very basic one) that sends a warning to a database via a click which, receiving this warning, makes a sound emit to a...
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 all,
Has anyone come across this issue and found a solution? Context: my mobile isn't dual SIM, so I created an app that 'sends' the SMS to a database (receiving works similarly) from which it is picked up by a spare 'server' mobile, which actually sends and reads the SMS's. This 'server'...
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.