sms

View SMS in Windows Mobile via Managed Code

In the Windows Mobile SDK, there is a MessagingApplication class in Microsoft.WindowsMobile.PocketOutlook that has a method "DisplayComposeForm" that allows you to bring up the default compose dialog for sending an SMS. I need a way to display the default message viewing dialog from managed code. I.e. i've retrieved the message via MAPI...

How do you store cell phone numbers in a database?

With the age of text messages and things like that, what's a good way to store phone numbers in a database? In the USA, text messages are handled by phone numbers but in other countries I hear they use email addresses so I guess there needs to be a way to differentiate between countries that use cell phone numbers as their address. A...

SMS Communication Through The Internet

If I am to send a message to a mobile device from a website and viceversa, how can that be done? What I know: A couple of years ago I developed a simple enrollment system on J2ME platform(just for trying J2ME out). I had a mysql database that I setup in a pc/server, and for the communication I used the static IP of that server. I had a ...

Testing SMS code without access to a texting plan

Is there any way to test SMS messaging without having a texting plan? There isn't any way to setup the equivalent of a mock email server for the purposes of testing an SMS service is there? Are there any other ways to accomplish the task? Perhaps setting up something like a GrandCentral account that can receive text messages? I am loo...

Which XML structure is best suited for an all round API?

Please advise if you can. I am building an SMS web service API that will allow people to send SMS to their desired cellphone numbers. A request will be sent to the interface, we then process that request based on the account details provided and credits available on their account. We have two proposed XML structures for the interface r...

What is required to send messages via USSD?

I'm trying to get started with USSD. I'm familiar with other forms of SMS. Ultimately i want to use USSD as part of a real-time payment platform. Thanks. ...

How do I Send SMS to Active Directory Users

How do I send an SMS to Active Directory Users. I want to design a small application (in C#) for my telecom operator client that will send various SMS based notifications to their (AD) users by using their SMS gateway. ...

iPhone: How to Programmatically Respond to SMS Messages

After a review of the iPhone SDK documentation, I have not yet found a way for an application to be written such that it can programmatically process the content of an incoming SMS message within the iPhone platform. The idea would be for such an application to be running in the background and based on specifically formatted SMS messages...

Receiving a SMS message in a .NET application

I need to write a .NET application that listens to a SMS message , and then react to it. I assume i need a SMS gateway to interface between my application and the sender of the SMS. How could i implement this . Would the listening program need to be a web service or something else ? Please give me your ideas. Thanks, Chak ...

Prepare SMS message from an iPhone app

Is it possible? Developers can use SMS URLs to populate the phone number, but I haven't found a way to populate the message body. ...

WAP Push atop FLASH SMS

Hi, I want to send a WAP Push SI, but I want the message to look like an alert - like FLASH SMS. I've tried to make the SMS carrying the WAP data a FLASH SMS, but the it seems the phone can't handle it. I tried it on a Nokia 6230i. Is there something wrong with what I'm doing, or phones in general won't handle WAP over FLASH SMS as I e...

What books or articles would you recommend about SMS and PHP?

Are there any good comprehensive PHP programming books or articles/tutorials out there that I can learn about how to integrate SMS communications with my PHP application? I've done a Google search and found some information scattered about the web but I need a comprehensive resource. I want to learn everything I can about how a PHP appl...

How to send SMS from ASP.NET application by way of a GSM modem

If GSM modem has to be used to send SMS, then what are the hardware and software requirements to setup the entire thing? ...

Send and receive SMSs to a PHP script?

Can a PHP script (which can be working with a MySQL DB) send and/or receive SMSs using some sort of server-side solution? Any special server-side application, or special hardware required? And compatibility? Windows, Linux? ...

How do I implement an SMS service?

I have a client that wants the application to be able to send SMS text message alerts to people that have subscribed to the service. I have seen this done on a lot of sites but I am not aware of what is involved in setting this up. Does anybody have any experience doing this? What is involved? Thanks, Brent ...

Problem pushing MSI via SMS to hosts that have Windows XP SP3 installed

I've created an MSI that installs our application. It installs fine if you run it locally on a machine with Windows XP SP2 or SP3. If you run it through SMS to a machine that has Windows XP SP2 it installs fine. But, if you try to run it through SMS to a machine that has Windows XP SP3 it seems to stall and take hours. (It only takes a c...

Windows Mobile WAP Wakeup

could anyone please give me directions, or better - a working sample, of using the "WAP Wakeup" feature in Windows Mobile? I'm trying to follow directions from http://msdn.microsoft.com/en-us/library/aa919167.aspx . Unfortunately, they only give the beginning of the solution. Step 1: register your application to listen to SMS messages ...

Screen incoming SMS in Symbian

I'm using sockets to read all incoming SMS: `smsAddr.SetTextMatch(KNullDesC8);` The ones that belong to me I accept: iReadSocket.Ioctl(KIoctlReadMessageSucceeded, iStatus, NULL, KSolSmsProv); The ones that are malicious (like current Silence SMS threat) I would stop and the others I would like to pass into Inbox. Currently my pro...

How to delete SMS from inbox in android programmatically?

Just thought I'd ping this community to see if there's any knowledge on this issue. On android phones SMS messages registered to applications also get sent to the device's inbox. However to prevent clutter, it'd be nice to be able to remove app specific SMS mesg's from the inbox to reduce the potential overflow of those messages. Ques...

Binary SMS in Symbian

I wonder if anyone has managed to create a working code for sending out binary messages (to configure Symbian phones) and have also some binary data sample. So far all the samples I have found fail to leave the Outbox or never return. // Current entry is the Draft folder. iSmsMtm->SwitchCurrentEntryL( KMsvDraftEntryId ); // Crea...