Most voted "sms" questions
Short Message Service (SMS) is the standard text communication service component of phone, web or mobile communications systems that allow the exchange of short text messages between fixed line or mobile phone devices.
Learn more…39 questions
Sort by count of
-
16
votes1
answer1089
viewsWhy is the "@" symbol being translated to "¿" when sent via SMS from an Android 2.3 device?
I’m developing an application for Android that sends commands to a remote device via SMS. The commands used are all common text messages, and some of them are started with the prefix A@@. To test…
-
13
votes2
answers32948
viewsHow to send SMS for free using PHP?
I wonder if there is any way to send SMS for free to mobile phones in Brazil. I have seen some PHP systems with this function, and I would like to have this function on my system as well.
-
6
votes1
answer1808
viewsRun another application as soon as you receive an SMS
I need to call an app already installed on my mobile as soon as I receive an SMS from a certain number. All the code of this application is already ready, but I do not know how to call it from this…
-
6
votes1
answer1179
viewsSend SMS via Php
I was using a gateway for texting (nowsms) however the evaluation period ended and I went to buy the license, U$995 to send 12 sms per minute, I did not find viable. Searching found a Php-Serial…
-
6
votes2
answers3179
viewsRead a received SMS
An App receives an SMS and from the text performs a function. For this it is necessary to read the SMS and make the comparison in the APP, but for this must read, word by word, line by line or make…
-
6
votes1
answer1264
viewsSend text via php using my phone number
I would like to send sms via php, but without using third party api, I wanted to put my own mobile number as sender and it consume my credits for each send, ie just "automate" the sending of sms.…
-
6
votes1
answer113
viewsProblem showing received SMS
Fala galera! I’m trying to show a SMS received in a text box in a Form that I have, but instead of showing me the message that I get in my SIM, it shows something like +CMTI: "ME",33. I’ll leave the…
-
4
votes2
answers329
viewsStore SMS message in variable
I’m having trouble saving a text message in a variable. The idea is to send an SMS with a command and later use a conditional operator to activate or deactivate a relay. But I can’t save the SMS…
-
4
votes0
answers1298
viewsGammu CMS Error 500: "Unknown error"
By sending Smses using the Gammu, for some numbers that are active and running I get the following error: Array ( [0] => 4 / 0 [1] => Sending SMS 1/3....waiting for network answer..error 500,…
-
4
votes3
answers165
viewsWhy authenticate your cell phone number via text in the register?
I am developing an android app, early on I come across the following question about security. Why authenticate by SMS? It brings extra security? Why not just check the number present on the cell…
-
3
votes1
answer205
viewsHow do I know if there was a glitch in texting?
I have this method of sending SMS via app: public boolean enviaSMS(String fone, String mensagem) throws Exception { try { smsManager.sendMultipartTextMessage(fone, null,…
-
3
votes1
answer85
viewsSmsmanager on Dual Sim phones
I have been researching the subject, but I have not yet seen any definitive solution to the problem. Well, my application does send SMS from Smsmanager however, it does not ask which chip to use…
-
2
votes1
answer109
viewsIs there a back-end service that responds to SMS messages?
I’m doing research on back-end communication operations that use SMS messages to interact with users. I couldn’t find anything relevant on Google that explains clearly how this service works. Would…
-
2
votes1
answer1333
viewsHow to show the content of a received SMS on Android in a text dialog?
I’m developing an Android app that sends an SMS request to a remote device and receives back a reply, also via SMS, which should be presented to the user. To receive the SMS I used the following…
-
1
votes1
answer497
viewsHow to receive a SMS via Codeigniter?
I have a system that uses the framework PHP Codeigniter and I need to receive SMS from a GPS of these car, which will give me the coordinates of the car in the style of Google Maps and then I keep…
-
1
votes1
answer1988
views -
1
votes0
answers123
viewsHow to send SMS via PHP
Is there any class that is known here that performs SMS sending via PHP? Need some Gateway?
-
1
votes0
answers178
viewsHow to remove SMS after it has been sent?
I’m trying to send the SMS through Smsmanager and then delete it from the items sent. I am running the following code: SmsManager sms = SmsManager.getDefault();…
-
1
votes4
answers559
viewsLoad url on same page
I bought the service from an SMS company. But to send the SMS I have to "run" the link below: https://site.com/apiJSON.php?data={"login":"[email protected]","senha":"SENHA","campanha":"ID…
-
1
votes1
answer70
viewsHow do I know if the device is Smathphone or Tablet and/or is able to send SMS?
I developed an application that is able to send an SMS with some information just at the touch of a button, but one question that worries me is the devices that do not have the ability to send SMS,…
-
1
votes2
answers1298
viewsWhich tool to use for sending SMS in Arabic
Good staff I have a PHP application and I need to send an SMS to some clients but I don’t know how to implement this function , how can I do?
-
0
votes1
answer89
viewsCopy incoming SMS messages from iPhone
I need to know if there is a way to access the SMS messages already received by iPhone. If there is something like having access to contacts. I found nothing talking about whether it is possible or…
-
0
votes0
answers619
viewsHow to send multiple sms via an android app
In my application I am trying to send several Smss, but sometimes it does not send. smsManager.sendMultipartTextMessage (telefones.get(i), null,smsManager.divideMessage("Mensagem"), null, null); try…
-
0
votes0
answers108
viewsSmsmanager class to know if you really sent the text
I use the Smsmanager class to text in my app like this smsManager.sendMultipartTextMessage (telefones.get(i), null, smsManager.divideMessage(men), enviados, entregues); there’s this part of the code…
-
0
votes1
answer139
viewsSmsmanager sending SMS
I’m trying to send a text with the following code: final SmsManager smsManager = SmsManager.getDefault(); smsManager.sendTextMessage("phone", null, "Message", null, null); But nothing happens, it…
-
0
votes1
answer260
viewsSend Google maps address of a messaging app to your mobile?
I am creating an app in Android Studio, and I have a problem. The app contains Google Maps where it shows us our location, but what I’d really like to do is, by pressing a button, our location is…
-
0
votes0
answers99
viewsWeb Service SMS SOAP
I have my own SMS sending code in PHP SOAP Web Service as you see below: <?php try { $webservice = new SoapClient("https://services.tvest.net.br:62003/sys/wsdl", array("trace" => 1, "login"…
-
0
votes1
answer229
viewsIncoming SMS
I’m trying to learn to mess with the twilio applying it to a project, even testing, in ASP.NET MVC 5. Amid my Google dig, I found this tutorial here which explains how to use it. I did everything…
-
0
votes2
answers591
viewsSend SMS by PHP
I have a SMS gateway that receives data from my form in this pattern: <?php include "smsGateway.php"; $smsGateway = new SmsGateway('[email protected]', 'password'); $deviceID = 1; $numbers =…
-
0
votes0
answers746
viewsSending SMS via Website
I am developing a delivery website where I would like when the customer finalizes the order, to send an SMS to his mobile phone. There would be some way (free of charge, but it can be paid for too)…
-
0
votes1
answer1165
viewsSMS API integrated with PHP
I have a form of scheduling visits, when the user makes his scheduling and confirms is triggered an email to the same one with scheduling information. I wonder if anyone has ever integrated an SMS…
-
0
votes1
answer419
viewsPython - API 2.0 Zenvia - urllib.error.Httperror: HTTP Error 400: Bad Request
The software below has the following intention: extract data from an excel file. XLS and send SMS with information extracted through the Zenvia platform. Here follows the API 2.0 link of the Zenvia…
-
0
votes1
answer70
viewsSMS with Googlemaps link is not sent
I work with sending SMS with the Googlemaps link, but in some cases, the phone does not send, I can not know the reason, other links are sent normally. Follow the image of the message: I would like…
-
0
votes1
answer1046
viewsHttprequest php error
I cannot use the script because of the Httprequest class I already downloaded several classes and always error: (https://dev.infobip.com/docs/fully-featured-textual-message) $request = new…
-
-1
votes1
answer588
viewsJava system sending message to mobile
Speaking personally, I am developing a Java web application with Eclipse Maven, to use in a small office, cloud-run system and access by office computers. I was asked at the end of a launch, that a…
-
-1
votes1
answer799
viewsPHP - How to send background request ( HTTP SMS API )
I am making a form which as soon as it is sent, it should send an SMS thanking for the contact to the number in which it was informed in the form. I have the following form: <form…
-
-1
votes2
answers1126
viewsHighlight in SMS excerpt
I would like to know if there is any way to send an SMS, and leave a highlighted part of the text so that the user can copy. For example, the digitable line of a billet.
-
-1
votes1
answer1389
viewsHow to send sms using javascript or angular or Node.js
I need a method or api that send sms for free, it can be my same number from tim(I have text plan), I searched and just found some easy to use paid. I’m preparing for a university Ackathon and I…
-
-2
votes2
answers1933
viewsAuthenticate by SMS
I would like to know how I can authenticate a registration by sending SMS to the user’s mobile number? And which companies provide this service.