sms

SMS receiver doesn't work on HTC Legend

I have an application where I am listening to all incoming SMS messages and if a message is send through my application, I need to do some task. Now the problem I am facing is with HTC legend running on Android 2.1 Update-1. My code works fine on emulator as well as Motorola Milestone (Android 2.1 Update-1), but same peice of code doesn'...

sms gateway in linux platform

is it possible to develop our own sms gateway... what are the hardware requirements ...

Web application control through text messages

I want to develop an application that works by receiving text messages from users to gather data. I have no clue where to begin and what to begin with. I can code in Python, C++, PHP and can do Java also. I was wondering if there can be a personal development setup or framework on which I can develop such application. Releasing it is a ...

Easiest way to Send/Receive/Respond to IM in a website

I have a website written in C# and when a user does something I want to be able to send an IM message to an admin and allow the admin to respond to approve/deny the request. I would like to use something like MSN Messenger or AIM so that the IM messages can also be sent to phones as sms. ...

Android: Receive a SMS from a defined number in an invisible way.

Hello all In my android application that is now working fine, I am sending custom SMS from a user to other one. Once I detect the SMS come from my application, I do my stuff with the message and everything work fine. But now, I do not want the SMS application to detect this message as it is totally useless for the user. So what I wou...

Skype URI for SMS doesn't seem to work on iPhone/iPod

Hi all, I'm trying to use the Skype SMS URI from an iOS (iPhone/iPod Touch) app, i.e. opening the skype:+33123456789?sms URI. It works great on my Mac, with Skype installed (typing open 'skype:+33153928448?sms' in the terminal or in a URI bar will bring Skype and start composing the text message). However, it fails miserably on the iPh...

Android SMS handling

Hello, I am just wondering about how android handles sms when it receives them. More precisely my question is when the android phone receives a sms message, which application saves the message to the mmssms database? Is this done by the OS or by the native sms application? ...

Binary sms provider

I need a recommendation of any sms gateway that supports binary sms and provides good api for implementation. thanks.. ...

i cannot catch SMS

public class SMSWidget extends AppWidgetProvider { private static final String queryString = "@inpion"; private static final String SMS_RECEIVED = "android.provider.Telephony.SMS_RECEIVED"; @Override public void onReceive(Context context, Intent intent) { //get SMS Message if(intent.getAction().equals(SMS_RECEIVED)){ ...

SystemState.MessagingSmsUnread Not change?

Hi at all, i'm trying to intercept new sms unread in a winMo application (C#) I saw that MessageInterceptor not working in some HTC phone, so i thing that this value is a good chance, but this don't work too :( On my HTC Hd2, when new sms arrived, SystemState.MessagingSmsUnread is set to 1. In the cellular emulator, with WM6.5, when ne...

iphone how to make "To" field like sms applicaiton

How can I can I make a "to" field like sms application? Like, having a "+" button to right, when adding someone the name will be highlighted and clickable like the rounded rect etc. Is there any built in framework? ...

Twilio, Tropo - who else for SMS and Voice apps?

I've found Twilio and Tropo so far as services to aid SMS and Voice apps. Are there others? I am interested mostly in real-time speech recognition (i.e. the user can speak things and the system can respond based on that). Also, if anyone knows what the speech recognition quality is like, it'd help! ...

java library to handle SMS responses

Sometimes during quiz contests, the T.V channels ask you to provide the answers in the following format. Are there any java SMS libraries which provide an abstraction layer to handle such responses SMS ABC F1F7 A/B/C TO 86867 ...

Message controller

can i check that user is sending sms, or cancel composed message , in my application when it is running in background .... help will be appreciated :-) ...

writing cURL like function in a rails app

Hi guys! I'm trying to convert this PHP cURL function to work with my rails app. The piece of code is from an SMS payment gateway that needs to verify the POST paramters. Since I'm a big PHP noob I have no idea how to handle this problem. $verify_url = 'http://smsgatewayadress'; $fields = ''; $d = array( 'merch...

Use SMS Emulator from Android Test Case

I want to automate functional testing of my code which works with SMS. I know, that I can use send sms command and sms will be sent to emulator instance. The question is how can I execute send sms command programmatically from my test case, so I can run test without manual intervention? ...

Is there any development tool for sending sms from my computer to mobile phones?

I want to develop an interface in my computer that will send sms from a text box to the computer attached phone(which has gsm based SIM) and phone will deliver that sms to a particular number(the number will also be given in text field). I want to know what are the tools i may use for this purpose.What programming languages will be bette...

How to send SMS from a batch script?

Is is possible to send an SMS message out of a batch script in Windows? Any SMS gateway, that supports it? etc. ...

SMS RequestDeliveryReport on WM6

hello I'm developing a SMS send and receive app for my phone. Wen i send a SMS with the RequestDeliveryReport prop True i recive a message with the report BUT: From witch SMS is that report. My SMS send code looks like this: SmsMessage smsMessage = new SmsMessage(); //Set the message body and recipient. smsMessage.Body = "Would you ...

Installing activeX controls

I have been tasked with installing a certain control across the network. I have access to wise installMaster, installbuilder, SMS installer, Advanced Installer, python, PSexec, MSIexec. I have tried on WInXP to register this control using regsvr32, i get that has sucedded in registering, however, its not getting listed within internet o...