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....
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.
...
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 ...
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.
...
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...
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.
...
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...
Hi guys,
Is there any way to send an SMS through SQL Server 2008?
...
Hi,
I wanna know what is the best, cheapest SMS Gateway software I can use to handle "2-way" messaging?
Thanks in advance
...
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
...
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?
...
Is it possible to query the native inbox (port 0 I suppose) of mobile from J2ME and then pull up the SMS for processing?
...
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
...
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 ...
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
...
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...
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...
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
...
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.
...
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!! :)
...