Top "Sms" questions

Short Message Service (SMS) is the standardized text communication service component of phone, web or mobile communication systems that allow the exchange of short text messages between fixed line or mobile phone devices.

Android send SMS automatically on button click

I am trying to automatically send SMS message to a certain number when the user presses a button on the …

java android android-intent sms send
How to save SMS to inbox in android?

I have written the below code for sending SMS messages. SmsManager smsManager = SmsManager.getDefault(); smsManager.sendTextMessage(destAddr, null, mMessageText, il, …

android sms
Web based API that can tell me if a number is a landline or cell phone?

My application sends SMS messages to people, but the numbers entered in as their cell phone are sometimes land lines (…

sms phone-number mobile-phones
How to initiate/send SMS from a HTML5 webpage using devices native functions?

I am wondering how can I open the send SMS application by using a web control of a HTML5 page …

iphone android html sms protocols
How to read the message content of a new in coming message in android?

I want to read the message body of a new incoming SMS in android, programmatically. I tried something but that …

android sms
how to send HTTP request by GET method in PHP to another website

I'm developing a web application for sending SMS to mobile from website like 160by2. I can prepare the URL required …

php sms httprequest http-get sms-gateway
How to use SMS content provider? Where are the docs?

I'd like to be able to read the system's SMS content provider. Basically I wanted to make an SMS messaging …

android sms android-contentprovider
Can I send SMS Messages from a C# Application?

I'm looking to build a program that would allow me to send SMS messages directly from the C# Application. I …

c# winforms sms desktop-application sms-gateway
A potentially dangerous Request.Form value was detected from the client (textboxError="<Responses><Response...")

I'm using ozeki ng SMS gateway. I'm unable to send any SMS to any mobile. Please help me to send …

asp.net sms sms-gateway
Can i automatically send SMS (Without the user need to approve)

I'm rather new to Android. Im trying to send SMS from Android application. When using the SMS Intent the SMS …

android android-activity sms