sms

MessageInterceptor is not called on HTC HD2

I've written a small windows mobile application, which intercepts incoming SMS and does some processing on them. After selling about 30 of these apps on windows marketplace I noticed a problem. The problem does (so far) only occur on one device: the HTC HD2. The problem is quite simple: I attach my program to a system service called Me...

SMS Gateway that support PHP

Is there any free SMS gateways that i can use to integrate with a website developed in PHP? Thanks in advance... ...

Send/Receive sms using AT command from fedora in python Application

hai guys Can any one help me to send and receive sms using AT command in python application Os: fedora 8 which phone will be better with linux(nokia,sony ericson,samsung,.....)? In that which all phone will support send /receive sms using AT command? ...

Send AT-command through bluetooth from python application

hai guyz, how can i send AT-command through bluetooth from a python application? OS:fedora 8 Any one please healp me with the code? which package i need to import? from where can i download it? ...

how do i launch the iphone sms text application in objective-c via the sms: url scheme?

I have a button in my obj-c application that I would like to launch the iphone text application when a button is pressed. i've looked at the solution here http://stackoverflow.com/questions/2011139/how-to-use-iphone-custom-url-schemes and have attached an action to my button (via the 'touch up inside' event), but the text app doesn't l...

Send text message to email using sms from j2me phone

I am developing a j2me application and I was wondering if anyone knew how to send an sms message to an email address. I need to use sms since I am trying to send data through it using an unlimited text plan instead of an unlimited data plan. I modified a code sample from http://freecode-freecode.blogspot.com/2008/06/how-to-send-sms-in...

Sending an SMS myself

Hi, I'm taking shots in the dark here. I'd like to create a web service where eventually I send an SMS by using my own hardware. I'm not sure what I need in order to send an SMS myself. I don't want to use any of the existing SMS send services out there, I need to be able to send these SMS myself. It looks like there's one opensource p...

Delete SMS in Android 1.5

There are many questions about it, no answers are working in my application :( I need to remove SMS from a receiver, even if the user can see it, but it must be removed programmatically. How can I do it? The most suitable I have used was the following, but it doesn't work :( context.getContentResolver().delete( delet...

Replying to an SMS sent from a modem of SMS service?

Hi, I am trying to implement my own theoretical SMS web service (just to understand how this stuff works, I have posted a few other related questions, I think this is it). Set up a PC. It takes requests from a website I make to send out SMS messages: a user-entered destination phone number, and a user-entered text message I get a GSM ...

J2ME SMS IOException

I am trying to send a text message to a phone and I get an error Fail to send because of unknown reason. -java.io.IOException import javax.microedition.io.Connector; import javax.microedition.lcdui.Display; import javax.microedition.lcdui.Form; import javax.microedition.midlet.*; import javax.wireless.messaging.MessageConnection; impor...

Select first SMS on Android database inbox

Hi, I am desesperate to find the solution so I ask for help! I am a new french programmer. My objective is to create a widget able to show SMS. My problem is that I don't no how create a cursor which select The first SMS in content://sms/inbox Excuse my bad English, I hope you will able to understand my wich. thank you for your answer. t...

iphone messages app. How can I build something similar ?

I want to build some thing very similar to the iphone messages app that comes by default on the iphone. I am not sure of what UI elements that i should be using to build the conversation view of the messages app. How are the balloons created and how are they placed in positions. What UI elements are used to create the balloons ? I am ...

Two-Way Messaging and Matching a Response to an Outbound Message

Hi Group, now that I've resolved my previous issue with clickatell: http://stackoverflow.com/questions/2195200/impementing-clickatell-callback-in-asp-net-using-c-net I have signed up for clickatell Two-way Messaging and I'm waiting for clickatell to assign a Virtual Mobile Number (VMN). Unfortunately, I have just read on a clickatell...

How to send SMS using Java

I want to send SMS to a mobile phone from a web application, is it possible? How do I do it? ...

Is it possible to send a "free" (not charged to recipient) text message with a service provider?

We've been asked by a customer whether it is possible to send a free text message to a subscriber. They would like to know if there is a way to not charge the recipient for an inbound text message? We work with a couple text messaging services and I don't see that as an option. My assumption is that you would need to partner with each c...

Web Application that receives images, videos, and text via Text Message

I've seen many examples of this (clickatell.com among them) that only support text in the USA. I need my application to receive images/videos from text messages (MMS?) from users. The web app needs to receive a way to identify the user (phone number) and the actual files (in the same fashion facebook has implemented for sharing photos vi...

How to Create SMS application in iPhone

I am new to iphone development, i want to create SMS application in my application.I have created mail application using "messageUI.framework".Is there any framework for creating SMS application.I have no idea of it, so tell me the way of approaching this task. Please guide me to achieve my task.Please help me out.Thanks. ...

The remote server returned an error: (401) Unauthorized

I m trying to embed Bulk SMS API in my website ...But the code is giving 401 ASPX : <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html xmlns="http://www.w3...

Subscription web/desktop app [PYTHON]

Hi, Firstly pardon me if i've yet again failed to title my question correctly. I am required to build an app to manage magazine subscriptions. The client wants to enter subscriber data and then receive alerts at pre-set intervals such as when the subscription of a subscriber is about to expire and also the option to view all subscriber ...

Providing context for SMS

Hi, I'm trying to figure out how to set up an SMS service where users can communicate with people on phones that are not participating in my service. "TextFree" on iPhone does something like what I want to do. They let you sign up, then you can send messages for "free" to other friends that aren't part of the service. It looks like wh...