I am about to start building an SMS alerting function in my web application. The aim is to provide two services:
Host pays - e.g. to send an SMS alerting users to the cancellation of an event
User pays - e.g. to alert that an Email has been sent with, say, details of a new event (apparently a requirement from users when they are away f...
I am developing on BlackBerry 4.7 Storm device.
Reminder:
My application will allow user to enter data and set Date&Time to remind the notes. Can someone please suggest me how do i handle "reminder with some small description" at that particular Date&Time? What API or code should i use to handle reminder alarm?
I also want to add recur...
Hi all,
I am developing an application for iPhone which needs to send sms message to some users.Is
there any third party SMS web service which is trust able.Is there any one who have experience in doing this.Please help me to find a solution.
Thanks in advance
...
Hi,
Can anyone recommended a 2-way SMS gateway that would allow me to run on a script on every incoming SMS?
I'm interested in getting an american VMN (virtual number).
The obvious choice (I think) would be clickatell, but I don't think they offer american VMN's.
Thanks.
...
I need to deploy some software through SMS/SCCM and the software requires that an ODBC connection be created in Windows. The connection information I was given requires a user name and password. I have a batch script to import the connection information into the registry, however I don't know how to go about putting the user name and pas...
I'd like to include user validation in my web app, to prevent the user from creating many accounts.
For example, when a new user signs up, they must enter a mobile phone number, receive an SMS, then enter a confirmation code.
Is there a service or API out there that automates/simplifies this process?
Thanks!
...
This code fails, sending a text message to a mobile number. It throws an exception with message: "blocking operation not permitted on event dispatch thread".
So I created a separate thread to execute the SMS code, but I am still observing the same exception.
What am I doing wrong?
class DummyFirst extends MainScreen {
private Bi...
Hi there,
Is it possible to have a j2me app on a mobile to act as a "SMS gateway" that will handle incommming messages, do a query on a database via GPRS and reply the user back?
thanks in advance.
...
Is there a way to use the SMS URL to open the SMS app with multiple recipients? I've tried similar approaches to the mailto: protocol but it's not playing nice.
Thanks in advance.
...
Nokia N70;
PC Suite 7.1.40.1
I'm able to send sms with pc suite and connected phone via bluetooth. But i want to be able to automate this and write some wraper (my own app) which will trigger send sms command in PC Suite... maybe somebody has some simple sample for start?
thanks
...
Hi,
I Am new PHP.How to send a SMS using PHP?
...
I'm trying to write a simple application that attempts to receive SMS messages and handle them. I've followed several tutorials but I'm getting nowhere, when I send a SMS to the emulator, the Intent never seems to get fired.
Here is my intent:
package com.neocodenetworks.smsfwd;
import android.content.*;
import android.os.Bundle;
impo...
I'm developing an application for the Windows Mobile 6 in which it is supposed to capture the SMS with the sender's number and process it. The application also needs to send out SMS to specific numbers as well. What libraries do I utilize to accomplish? Links to tutorials are also needed please.
Update:
Sending SMS: http://msdn.microso...
Hi.
Is any opensource SMS (Short Message Service) gateway written in C# or VB.Net.
Gateway must support AT command mode.
I don't need SMS service, I need library to communicate with mobile phone or GSM modem (AT command mode)
...
Can any one help me to write application to send and recieve sms in blackberry.If u can provide me some code snippet .
...
Hello,
I'm looking for a library (win32) to be used in a Delphi project that will enable me to send and receive SMS (text messages) via GSM modem devices connected via Ethernet (listening on an IP address).
All the libraries I found until now support devices connected via COM/USB/bluetooth/InfraRed, but non of them support a direct co...
Is it possible to invoke an application on reception of an sms. I have created a sample application and it need to be launched when the iphone recieves a particular message. Is it possible to implement this in iphone. If possible, which way shall i do that... pls help...
...
Hi,
I'd like to be able to read the system's SMS content provider. Basically I wanted to make an SMS messaging app, but it would only be useful if I could see past threads etc.
It seems like there's a content provider for this, but I can't find documentation for it - anyone know where that is?
Thanks
-------- edit -----------
Ok I f...
In my app I need to query both the SMS and the MMS log to get the history of all incoming and outgoing messages. This code has worked wonderfully for SMS:
Cursor c = cr.query(Uri.parse("content://sms"), null, null, null, null);
But when I try the following I get completely different results:
Cursor c = cr.query(Uri.parse("content://...
Is it possible to add a option to the sms and email app of android?
I want to add a option who call my activity and send me the sms text or email text.
Is it possible?
...