sms

Custom command line utility. How?

Recently, I've released an open-source class - wrapper of API functions available from one of the leading SMS gateway, which provides an HTTP-API access to send an SMS messages. Now I want to make a custom command line utitity, which can be available for user anywhere in the command line, so he can send SMS just by running console comma...

how to send sms programmatically?

there are sites that offer to send sms for free. How do they do it? how do I send sms programmatically? ...

When deleting SMS, they don't get deleted

Hi there! I connected a GSM/GPRS-modem to my microcontroller and everything works fine. When I want to delete all messages in the ME storage, I should use this command: AT+CMGD=1,4 ->OK The deleteflag '4' indicates that I want to delete all messages and flag '1' is overridden. However, when I check if the storage is empty, I get: A...

BULK SMS, Long Codes (VMN MSIDN), T-mobile?

Does any US wireless carrier offer individuals or companies with a direct connection to the SMSC? The number is 747-772-3101 (repalce 7's with 6's) This number is registered to t-mobile, also verified by t-mobile to be a valid subscriber sending 160,000+ text messages monthly and that all they have is an unlimited text messaging plan o...

How can I query the number of unread SMS in android

Hi, Can you please tell me how can i query the number of unread SMS in android programmically? How can I implement the SMS unread count like this link: http://android.kanokgems.com/sms-unread-count/ ...

Retrieving the SMS Messages from the SIM card on with android

Hi Everyone, I was wondering if anyone knew anything about programmatically getting the sms messages off of your phone's sim card on an android platform. I would like to write a program that allows you to save either individual messages or entire threads to the sd card, but after looking around for a bit, I have discovered that google d...

Hooking up events and what to do with app afterwards

I have a basic SMS interception application on a windows mobile phone, currently this is a console application that hooks up the MessageReceived event of the MessageInterceptor class. Once i've done that my program runs to compleation, my Phone will then display the 'busy circle' untill I do something else but my event handlers still ge...

SMS / Texting solution needed for multiple countries

Hi, I am looking for an SMS solution like the following SMS inbound and outbound. Each country user gets a number in their country to send messages. Each user will get SMS FROM a number in their country. So they can just reply with their message to that number. EG: User in France will get SMS from the site from a French number. The ...

Handling Errors from HttpWebRequest.GetResponse

Hey experts - I'm having a ridiculous time trying to get an SMS API working (ZeepMobile, if you're interested) with .NET... I've been around .NET for a few years, but with all this social networking and API stuff, I need to get into the HttpWebRequest a bit. I'm new at it, but not completely new; I was able to hook up my site to Twitte...

Implement sms scheme function in iPhone apps

hi, is there any code on how to implement the sms scheme in iPhone apps. in addition, implementing this sms scheme will allow my apps interact with the sms apps ma like doing subscription of advertisement or services ? any help, i truly appreciated it. Cheers ...

How can I fill out an online form with Java?

Howdy, My cell phone provider offers a limited number of free text messages on their website. I frequently use the service although I hate constantly having a tab open in my browser. Does anyone know/point me in the right direction of how I could create a jar file/command line utility so I can fill out the appropriate forms on the sit...

How can I create an animated e-mail / SMS notification on an Android phone?

Is there any way to create a notification when a new e-mail arrives in my Android inbox? I would like to show an animation when I receive a new e-mail or SMS - would this be possible without writing my own e-mail client? I'd also like to be able to customize the notifications based on who the sender is, the subject line, etc - basically...

Limitations on SMS messages sent using free email->SMS gateways

Many cell (mobile) phone providers in the USA have an email gateway for SMS that allows anyone to send an email that will in turn send a text message. For example, to send a text-message to a user who has a Verizon phone you can send an email to [email protected]. But... how reliable are these gateways, and what limitations ar...

How to add attachment options in Android's sms/mms default app

My question is, is it at all possible to add to the sms attachments options available by any means without rebuilding the source? I currently am trying to add additional attachment options to the bundled SMS app titled 'messaging' in all current Android builds. When you select 'attach' from the menu, a custom dialog is opened with optio...

Embedding GSM cellids in Short Messages

I'm using the WML function "providelocalinfo" to put location information into Short Messages send via a WIB menu on a GSM handset. I'm using the WIG WML v.4 Spec from SmartTrust. The relevant section is "9.4 providelocalinfo Element" I use the code as in the example, and then transmit the variable via SMS, and use Kannel to retrieve t...

SMS payment option for website access

I see this very often in the UK where websites will let you signup by sending a text to a number, I have never seen an option for this in the USA do you know if there are any company's for the small time guys in the US that can provide this service? ...

SMS Library in C#

I need to develop an application that sends SMS to the users that are interested to get the updates about the website. I am looking for Library in C# which is useful to integrate with my application. The Library can be GSM Modem dependent or free service which i can make use of it. Please can anyone suggest the library or SMS gateway w...

Free SMS API in web application

Does anyone know any sms api i can use in my web application to send sms to users? ...

How can i receive SMS through my web application ?

We are building a web App in PHP that should be able to receive SMS messages and store the information contained in it in database. Which methods have you used? Which service providers are out there that can assist? ...

Retrieve SMS information based on user contact details

How can I make my iPhone application retrieve logs of previous SMSs, calls, etc.. based on a user contact? ...