sms

iPhone generalPasteboard loses contents if application is closed by an -openURL: call

I have a method, that puts something on the pasteboard. This method is called one of two ways, one, as an IBAction from a button, the other from another method which afterwards closes the application by doing: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"sms:"]]; The problem arises only when the application is not...

tracing Outgoing SMS

Dear, Currently i am using ContentObserver on the Uri ContentResolver contentResolver = context.getContentResolver(); SMSObserver m_SMSObserver = new SMSObserver(context); contentResolver.registerContentObserver(Uri.parse("content://sms"), true, m_SMSObserver); in this manner onChange method call in both the cases i.e incoming and ou...

add new gateway to PlaySMS

Hi does anyone know how to impliment a new gateway to playSMS? and also how it sends the messages, time periods etc? ...

iPhone OS 4.0 SMS and MMS functionality

Will iPhone OS 4.0 will give developers to send SMS and MMS inside the application..! Or is it already been in SDK? All the time while sending SMS, native window is popping up.! Do any one has any idea about this? ...

Please recommend PDU SMS format code or library for .NET or C++

I have been searching a lot for a chunk of code, or a library to format SMS messages in PDU format and had little luck. They were either huge monsters with terrific dependencies on everything way above my requirements and a very obscure interface, totally not justifying the straight-forward, although rather complex encoding. Being on t...

Outlook Mobile Service Configuration Issue

I am working on writing a OMS implementation. I have verified that service is compliant with the service and schema definitions. When trying to set up the account in Outlook 2007 to test the service, it allows me to use an https address, but not an http address. According to the documentation (http://msdn.microsoft.com/en-us/library/...

make desktop sms application using blackberry

hey all, I have to make a SMS sending application in .NET, which uses the attached Blackberry handset(blackberry tour 9630 to be precise) to send SMS. I have never worked on smartphone application development, so want help in doing this. I searched SO for an answer and found one question, but its in java and i think that code would run o...

make desktop sms application using windows mobile 6.1

hey all, I have to make a SMS sending application in .NET which uses a connected CDMA based Windows mobile 6.1 device to send sms. The problem is I have never worked on smartphone app development so don't have any idea about how should i go about it. Couldn't find anything useful on SO or elsewhere, so please guide me in the right direct...

SMS war continues, ideas welcome

I am trying to make U9 telit modem send SMS messages. I think I handle protocol correctly, at least, I manage to send them, but only under these circumstances: the native application was executed beforehand, and killed by task manager (without giving it a chance to initialize things). It looks like the supplied application is good at do...

possible to make text messaging with php have a constant "telephone number" value?

hello, i have an iphone 3g and can successfully send text messages using the PHP mail() function. My issue is that for each message i receive, the "telephone number" associated with the incoming text message changes each time. If possible, I would like to somehow make this number constant so that I can take advantage of iphone's abilit...

Is SMS the only way to register with Google App Engine?

I don't have a cell phone, but Google App Engine needs an SMS message to verify the account. Is there another way to complete the registration? I'm surprised they don't use a Gmail account to do this. Edit : Google created one for me, problem solved. ...

Unlimited SMS API/Gateway (Sending and Receiving)

I am creating a chat application which requires that users be able to send and receive sms messages through a web interface. It would be somewhat similar to the text messaging service available in yahoo mail or in aol instant messenger. The situation is this: Given the high quantity of messages that would be sent and received, paying on ...

Encoding SMS messages in Android

Hi All! My problem is that I want to send an SMS message of a certain Class and with a certain encoding. (Class 0 and 7-bit encoding). When checking the Android.Telephony.SmsManager and SmsMessage there is not so much you can do. The SmsManager offers the two functions SendTextMessage and SendDataMessage. The first one works fine if yo...

Pagination For SMS in Android specifically

Hi. I had a pagination related question posted earlier. Here I went through the posted answers and suggested choices and I realized that to implement pagination in an application I could still write db level queries and ensure that I could implement pagination, even if in a crude form. However I have few follow up questions now: I am ...

Can you intercept a MMS SMS message and extract the image on Android?

I want to basically intercept a text message that has an image attached, and save that somewhere automatically. Can this work on Android? ...

Detecting SMS incoming and outgoing

Hi, I'd like to detect sms incoming and outgoing automatically from my application at background whenever this app is opening or not. how to code? ...

content://sms/inbox query

Hi, I use Android 1.6. I'd like to query "content://sms/inbox". How to implement it? ...

Is it possible to receive SMS message on appWidget?

Is it possible to receive SMS message on appWidget? I saw android sample source(API Demos). In API Demos, ExampleAppWidgetProvider class extends AppWidgetProvider, not Activity. So, I guess it is impossible to regist SMS Receiver like this, rcvIncoming = new BroadcastReceiver() { @Override public void onReceive(Context conte...

Data Structure Used For SMS Messages In Android

Does anybody know what data structures are used to the store messages in an SMS client app, and whether there is an existing API for this. I was perhaps looking at implementing a link list for the purpose but if the work has already been done in an API then perhaps it would be unnecessary to commit time to the task that could be spent p...

send sms through programming in iPhone?

is it possible to send sms through programming in iPhone/iPod applications. ...