sms

How does SMS Premium Voting works technically?

Hi there We are exploring the SMS Premium Voting similar like American Idol/Big Brother etc etc. How does SMS Premium Voting works technically? We are interested in how the data collected as far as I understand the third party company will collect the billing data from each Telco companies. Then it consolidate into a single data mining....

How to remove SMS messages from the server

If I am the sender for using SMS, is there anyway I can remove the message that I have sent to the receiver? Perhaps programmatically? Thanks. ...

SMSAccount Class on Windows Mobile 6.1

Hello everyone! I'm writing an application for a Windows Mobile phone in VB.Net, and I would like to read SMSs from the phone's memory. According to MSDN, the SMSAccount class is what I need: 'SmsAccount Class 'Provides access to a Outlook Mobile Short Message Service (SMS) account, the account's SMS folders, and the SMS messages they ...

Android 1.6 sms problem (older app code)

Hi. I have HTC Tattoo. Android 1.6. I make Java program for sms sending. Simply. I get source on Internet (more), I think, versions before 1.6. Problem is: sms sent twice. All source. And more app from free Android Market. What is possible problem? If possible, please simply sample code what work OK. Thanks. ...

SMS Gateway advice - USA & Canada

What is the best and most affordable SMS gateway to perform the following: a) send out bulk SMS to USA and Canadian numbers b) have 2 way SMS enabled. I need people to be able to reply, for example "Reply with keyword HELLO" and to be able to specify a URL where the incoming request is directed towards c) use a customised Sender ID d) P...

regarding receiving sms using symbian c++

hi can we recieve the msges tat are comin to the inbox? i want the msges to be transfered to the bluetooth to another device in the automobiles? please tel me any solution. ...

sms gateway with url callback option

I know there are a bunch of SMS gateway related questions on this site but i have a specific requirement that i would like some direction on. For example: Lets say i wanted to create an SMS activated emailing application. A user might send the following message to the SMS gateway: '[email protected] : hey, ill be home late for dinn...

Sending an SMS through SQL Server 2008

Hi guys, Is there any way to send an SMS through SQL Server 2008? ...

2-Way SMS for my Website

Hi, I wanna know what is the best, cheapest SMS Gateway software I can use to handle "2-way" messaging? Thanks in advance ...

mobile services in web service(internet to mobile messaging)

i am creating a web application, one of my project module there is a feature of sending sms(password) to the client for authentication...... is it possible to do it... how con i do it also give some reference code and tutorials.am doin my project in dot net(c# and asp) thank you ...

Can your iphone app interact with the modem and still be accepted by apple?

I don't want my app to probe the nether parts of the iPhone... just use the modem to send a simple SMS message. Is this a deal-breaker with Apple? Why? I'm considering a workaround where outgoing SMS are routed to a URL I set up to bounce the message on to the intended recipient. Do you think this is a feasible route to consider? ...

Possible to query the native inbox of a mobile from J2ME?

Is it possible to query the native inbox (port 0 I suppose) of mobile from J2ME and then pull up the SMS for processing? ...

Sending SMS to a non native port – other than port 0

Follow up to: Possible to query the native inbox of a mobile from J2ME? How do I tell Kannel to send an SMS to specific port other than the native inbox port(port 0 i suppose)? My J2ME app on the mobile side listens to this particular port and will pick up the SMS ...

[WM 6.5 / C#] Send SMS AND copy them into the "sent messages" folder

Hello, I'm developing an application for windows mobile 6.5. Im writing the code in c#.net and want to send sms due to my app. I checked out the POOM and sms sending worked fine. Code: SmsMessage msg = new SmsMessage(); msg.To.Add(receiver); msg.Body = messageText; msg.Send(); But there's one problem. I want ...

SMS body in iphone SDK

Hi all, I need to send an SMS from my iphone app. the body of the SMS is created programatically. so when i tap on a button the SMS application should get opened with my message pre-typed in it. anybody knows how to do it? need help Thanks in advance. Shibin ...

Questions Regarding Handling of Received SMS

Hi, i have managed to successfully write a little test app that can receive and send SMS, but got a couple of questions. (That's 'cos part of the code i copied from elsewhere and i would like to understand better). In my AndroidManifest as well as the sub-class of BroadcastReceiver, there is reference to the string literal "android.pr...

How to send SMS from Mac terminal via GSM modem?

I have Mio A701 communicator that I would like to use as GSM modem for sending SMS from my Mac. What I've found so far is that one just can send an AT commands directly from terminal to special ports like /dev/ttyUSB0 if modem is connected via USB port or /dev/rfcomm0 if connection is handled via bluetooth. My problem is that when I try...

SMS Application

Hi, I just wanted to know is there any free sms gateway for sending SMS. If there is one, how to go on to developing my free sms service/software? Any guidelines please. Thanks ...

Send SMS/MMS, especially MMS using .Net w C#

Does anyone know how to send an MMS message with the .net framework? Theres sample code for SMS but not MMS. I have a GPRS modem already installed on my server. ...

SMS to multiple numbers (iPhone SDK)

Is it possible to copy multiple numbers from a table to the clipboard then paste the same to the SMS.app's To-field, like possible using commas after each number? Thanks in advance!! :) ...