sms

SMS API Suggestions

I am looking for several SMS api. Basically to receive sms messages from mobile phones. Any suggestions? ...

sms in iphone

I want to make use of sms in my iPhone application, i found that its an impossible to integrate whole module of sms in an iphone application, we can just switch over to iPhone's sms application by passing number. I had tried following bt still i am not able to open inbuilt sms application. NSString *no = @"9904143445"; NSString *sms = ...

Reading SMS messages off Windows Mobile phone connected via ActiveSync?

I have a project I'm working on that requires our WPF application read SMS messages off of a user's connected Windows Mobile phone so we can display recent ones, etc. I've had little luck with any of the libraries I've found. Most promising seemed to be OpenNETCF.Desktop.Communications but ultimately it seems like I won't be able to do ...

SMS Library for .NET

Anyone know of a free SMS library or webservice for .NET that will allow me to send text messages to people's cell phones? ...

OMA Email Notification WAP Push trouble...

I'm trying to send an OMA Email Notification(EMN) 1.0 WAP-Push, to a mobile device in order to make it fetch the newest emails for a given mailbox. My problem is that nothing happens when the mobile receives the SMS. I tested with an Nokia E71, which ought to have the specification implemented according to Nokia's own technical specs. ...

International SMS Forwarding

Is it possible to get all the SMS forwarded to a mobile number? Is there any web service provider you know of? ...

I can send an email from my Rails app, but not an SMS text through an email gateway...

I have application that needs to send emails and sms text messages. It sends emails just fine, but when I try to send text messages using email gateways (for verizon, [email protected]) I get nothing. I have texted the phone using though the email gateway using my gmail account, so I know it works. I would just think that from my ap...

Sending an SMS from mobile browser

Is it possible for a mobile browser to send an SMS using the device's built-in capabilities? By that I mean, NOT using some online SMS services provider but actually making the mobile device send the SMS (same you would do using J2ME). ...

How can I read SMS messages from the inbox programmatically in Android?

I want to retrieve the SMS messages from the inbox and display them? ...

Code to send SMS using J2ME

Hello, Can someone help me with code to send SMS using J2ME? Thanks ...

send sms in hebrew with clickatell

how can I send sms in hebrew with clickatell ? it arrives as giberish. ...

Send SMS from a PC using VB.NET?

hai how to send sms with sender name instead of phone number using the AT Command sets in vb.net 2005. is this is possible give idea to me. thanks ...

Android 1.5: Reading SMS messages.

I'm creating a backup utility for Android and I need to read content of inbox, outbox and dratfs. How can I accomplish that on SDK v1.5? ...

Split SMS gateway answer in PHP

Hi I am wondering what other approaches you would take to do some simple string splitting in PHP. I am receiving a response from a SMS gateway where two of the interesting values are the code used and the users text message. The code could be something like: Freetrip (lowercase, uppercase, mixed case) The user message should in the be...

How to receive SMS "from around the world" and save in website database?

From few months ago when i was using twitter, i was able to send twitter a SMS and when i go home and check my twitter page, i see the SMS i sent is on the website as a tweet. "That was great" Now, i want to make the same in my website, so someone will send my website SMS as a command and my website will save this command in the db for ...

What are the advantages of using SMS Gateway for sending/receiving text messages

Hello, I'm using a Rails application and would like to send/receive text messages through my application. Two solutions I looked at is using SMS Gateway and using a cell phone paired with Bluetooth with my Mac and I have ultraSMS program running that sends SMSs through the phone. The second option is definitely a lot cheaper as SMS gate...

How to Send SMS via Windows application

Hello, I want to send SMS by windows application. I ran the code but I got an error. This is AT OK AT+CMGF=1 OK AT+CSCA="+9460921985" OK AT+CMGS="+9660775564" this is new message +CMS ERROR: 500 I am using this code. Public Class Form2 Dim number As String = "+9660775564" ''# Dim message As String = TextBox1.Text Dim...

Advice on a Canadian SMS Gateway provider

Hey everyone, I am curious as how to how much trouble / money it would be for me to be able to accept incoming text messages to a number, which I would then pass to a server side application in PHP. I'd ultimately send SMS messages back out via email addresses. Does anyone know any good Canadian providers to accept incoming SMS message...

sending an SMS text message

How can I send an SMS text message from my cellphone and have it received and processed on my asp.net website? I have no idea where to start. ...

Getting response from bluetooth device

I'm trying to write a simple module that will enable sending SMS. I using bluetooth to connect to the mobile using the below example: file: bt-sendsms.py import bluetooth target = '00:32:AC:32:36:E8' # Mobile address print "Trying to send SMS on %s" % target BTSocket = bluetooth.BluetoothSocket(bluetooth.RFCOMM) BTSocket.connect(...