sms

  1. H

    Android Question SMS not showed in Message App

    I send some message by my app using Dim sms1 As PhoneSms sms1.Send(phone.Number,"Text") I also add SEND_SMS Permission in manifest and runtime. On Oreo it work fine, SMS are sended and in the default message app I found them. On Android 10 not; They are sended but not showed in the default...
  2. B

    Android Question Information about SMS sending limits from Android

    Good evening I must make an application that sends x amount of SMS I would like to know if there is currently a limit for sending SMS from Android and if there is, how much is it and what options do you recommend for the development of this app
  3. NachoImperium

    Android Question Broadcast listener isn't working on real phone

    Hey, my app should inform the user as soon as you receive an SMS. The permissions etc. I have already assigned everything, in my emulator everything works perfectly but unfortunately not with my real phone (Xiaomi). The Android version is the same, what is the reason...
  4. D

    Share My Creation Free Automatic pick & choose SMS Blocker or Automatic and immediately respond to sms..

    The app Is designed to run in background.. You enter a phone number for a SMS, and it will send a message immediately back to that sms when a text is received... NOW it does not actually block the sms.. but in my case it sends a text saying it did.. This was done so ex girlfriend would THINK...
  5. J

    Share My Creation Power monitor with SMS notification (free w/ source)

    Hi everyone! Here's the power monitor I built for my lab in B4A. Its fairly simple: if the device gets unplugged (power goes off), it waits for a moment and sends an SMS notification to the specified number. If the power comes back, it also sends a new SMS notification. We use it in an old phone...
  6. A

    Italian B4A - Copiare l'applicazione su un altro cellulare...ma dov'è?

    Ciao a tutti, finalmente dopo un po' che avevo parcheggiato la mia app per l'invio di sms, sono riuscito a chiuderla. Certamente ho ancora da lavorarci....ma per il momento mi soddisfa in pieno (diciamo). Dunque compilo in modalità release la mia app me la ritrovo sul desktop del mio cellulare...
  7. AKJammer

    B4J Question MQTT for SMS return Messages?

    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...
  8. AKJammer

    B4J Question Entering Curl Command as HTTP in B4x

    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...
  9. N

    Android Question Send SMS from B4A code

    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...
  10. InfiniteImp

    Android Question RCS messaging question

    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...
  11. Alex Guerrero

    Android Question How to send an anonymous SMS or use a short number

    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...
  12. Multiverse app

    Wish SMS Retriever API

    Google is removing apps with SMS and CALL_LOG permissions In a recent email, they said: Can this be wrapped for B4A?
  13. C

    Android Question Sending SMS in the background

    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
  14. peacemaker

    Android Code Snippet Sending SMS with _SmsSentStatus and _SmsDelivered events

    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...
  15. rleiman

    Android Question Calling to texting someone from my contacts

    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...
  16. GMan

    Android Question Problems with SMS Interceptor

    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 {...
  17. BobsYourUncle

    SMS and MMS Text Messaging library

    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...
  18. DaniDPX

    Share My Creation G-Gateway [beta] (Currently for SMS)

    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...
Top