sms

How is the iPhone SMS compose view implemented?

Regarding the SMS compose view as show in the picture below: I have two questions: 1) How is the text entry box implemented? There are no standard control from the API and the box is smart enough to resize when you press enter OR when the text is too long. Also the bar resizes with it. How is this done with the least coding? 2) How t...

Custom action after ABPeoplePickerNavigationController is dismissed

Hey, I am presenting an ABPeoplePickerNavigationController to the user and asking them to select a contact. Once they select a user, I want to have them sent to either the Messages app or the Email app depending on what property they selected. However, I can't figure out how to customize the action that occurs after the modal picker is ...

How to design an SMS SENDER using VB .NET

I'm new to VB .NET. I would like to design a sms sender application which could use internet connectivity to send messages to any mobile number. Should I use any messaging APIs? Where should I start? ...

Flash SMS in Windows Mobile

How can i write code for send Flash SMS (Sms Class 0) in Windows Mobile? please guide me with .NET or C++ code also .Net is better. ...

mobile software that inserts and sends text message to database

Hello, I'm looking for a mobile software that will send/receive text messages from mobile phone to a database(if not directly I can build a service or something to receive it) so that the program will insert new messages into specific table and polls another table for outgoing messages. I found a program called Ultrasms that does someth...

Sending SMS with delivery message

How can i write code for send SMS with delivery message in Windows Mobile? please guide me with C# or C++ code. I want to use SmsSendMessage API in this code because this API have more features. ...

loopback detection

I have a Master File table on a server(A). Data is first replicated to a central server(B) and then to all of our locations(C). Then from C->B->A A = Sql 2005 B = SQL 2005 C = Sql 2000 My issue is that data gets all the way to C but replication is set for updates yet I get a Primary Constraint error from C -> B. I set loopback detect...

Sending Automated SMS Messages

First, we use .net & sql server. I have a client that is interested in a system that will send SMS messages at scheduled times. I have never done anything like this except for sending an sms through an email gateway, like [email protected]. But, I don't think that is an option for this as, our database will store the phone number an...

Free SMS Gateway Engine

Hello everyone, Recently I was looking for SMS (mainly) gateway, free, and preferably, open source. I ran into Kannel which fits my needs so far, and more. However, I was hoping for something that is Windows-based (Kannel is Linux-based)... well, I know Kannel can be compiled and run using Cygwin, but it won't be as reliable as on Linux...

Are there any free services for sending SMS programmatically?

I have a Rails app that needs to send SMS messages to users but does not need to receive messages. Is there a free way to do this programmatically? If so, how free is it - do they charge if you go over a certain number of messages? I know Gmail allows you to send SMS messages now. But I'm not sure if this means you could also send an S...

Sms via a nokia phone over a serial port

Hi, I'm trying to send a sms via a Nokia phone over serial which is easy enough via putty. The commands from the nokia documentation works fine. However, trying to send the same commands from a c# application fails miserably. I've run Sysinternals PortMon and can see the commands come through OK, the only difference I can see is in the...

Android Broadcast Receiver for Sent SMS messages?

I created a BroadcastReceiver and configured it with an android.provider.Telephony.SMS_RECEIVED action filter so it is called everytime the phone receives a text. Is there some event/action or other way for my application to be notified whenever the phone sends a text (preferably independent of the application that sends it)? So far th...

Where to get UK Mobile phone to email gateway

What I need is: - 3-5 phone numbers in the UK, possibly on different networks - charge phones by Credit card - text messages received by these numbers get emailed to me (one by one) - Needs to work with premium text messages, i.e. the one where you pay as a recipient. ...

want to build the SMS equivalent of a web server

I want an SMS service that maps incoming SMS-es to an http request to my server and maps my HTTP response to an SMS reply. Can someone recommend an SMS gateway that provides reasonable service to North America? ...

How to use PennySMS in c#.net?

Has anyone used PennySMS's web services? (https://www.pennysms.com/docs) I'm having some difficulty doing a successful HttpPost request. Update: I'm a n00b to Web Services. I don't even know if I can complete this type of request server-side. I've replaced the actual info in the params with example info. protected void bText_Click(o...

any good php tutorial on how to send sms to phones?

did some google searching on the topic and most of the api's that existed required a dedicated server. ill be trying this on the local machine and am using wamp, would i need to go through a type of merchant (of some type) to be able to send sms's? and if you know of any tutorials list them. thanks ...

What do I need to send text messages with Kannel?

I want to be able to send text messages from Linux with PHP. I've read about and installed Kannel, a free SMS gateway. When I try to use the HTTP interface, it won't send a message. Do I need something else to send text messages via kannel, like a modem? ...

alternatives to textmarks.com

textmarks.com lets you treat a web server like an SMS server. However I do not like their terms of service. Does anyone know of any alternatives? ...

How to send text messages to mobile devices programmatically and on-the-cheap?

I think have too little experience in this area to even word this question properly. (Which is probably why I can't seem to Google a decent answer.) What I want know is if it is possible to send a text message to a mobile user for free and relatively easily? I understand that one can register with third-party sms gateway provider or...

How does one receive and post text messages on a website, a la Twitter?

I've looked around at pretty much all the SMS posts here on SO and the best answer I've come up with so far is ZeepMobile. The only problem is, they're "in beta" and aren't readily accepting users. Is there a workaround for this, maybe receiving an email via text (kind of like how TwitPic does it?) somehow and parsing it? Basically all ...