Questions tagged as 'sms'

1
answer

Why 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 the application I have sent some "commands...
asked by 17.03.2014 / 18:56
2
answers

How to send SMS for free using PHP? [closed]

I wonder if there is any way to send SMS for free to Brazilians cell phones. I have already seen some PHP systems with this function, and I would like to have this function on my system as well.     
asked by 11.12.2013 / 17:13
1
answer

Run another application as soon as it receives an SMS

I need to call an application already installed on my phone once I receive an SMS from a certain number. All the code in this application is ready, but I do not know how to call it from that message. Should I use Intent or something...
asked by 19.05.2014 / 18:05
1
answer

Send sms 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" sending sms. Would that be possible?     
asked by 25.11.2016 / 13:53
1
answer

Send SMS via Php

I was using a gateway to send sms ( nowsms ) but the evaluation period ended and I went to buy the license, $ 995 to send 12 sms per minute, I did not find it viable. Searching I found a Php-Serial class ( link ) but I can not send anything to...
asked by 11.06.2015 / 19:52
1
answer

Problem in showing SMS received

Talk about it! I'm trying to show a SMS received in a text box on a Form that I have, but instead of showing me the message I receive in my SIM, it shows something such as + CMTI: "ME", 33 . I'll leave the code below: Imports System Im...
asked by 14.06.2016 / 13:58
2
answers

Read an SMS received

An App receives an SMS and from the text performs a function. For this it is necessary to read the SMS and to make the comparison in the APP, but for this it is due read, word by word, line by line or make a comparison if it contains such a word...
asked by 07.01.2015 / 22:14
2
answers

Store SMS message in variable

I'm having trouble saving an SMS message to 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 not save the SMS message. Whenever I try to save it, it assume...
asked by 22.08.2014 / 20:17
0
answers

Gammu CMS Error 500: "unknown error"

When sending SMS using Gammu , for some numbers that are active and working I get the following error: / p> Array ( [0] => 4 / 0 [1] => Sending SMS 1/3....waiting for network answer..error 500, message reference=-1 [2] =>...
asked by 10.12.2014 / 15:12
2
answers

SmsManager on Dual Sim Phones

I've been researching the subject, but 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 when running in a Dual Sim application, simply because...
asked by 14.06.2016 / 04:19