I'm interested in creating a service that will receive a text message and based on it's content send a text message back to the original number. I've looked around a little bit but haven't found any good resources for information on how to do this.
Can anyone point me to any good links to find some info on this or recommend what .NET l...
Hi Guys, I'm using sms1.cardboardfish.com to sens smses through the web. I have these datacoding schemes to work with:
0: Flash
1: Normal
2: Binary
4: UCS2
5: Flash UCS2
6: Flash GSM
7: Normal GSM
and I want to send it in hebrew. right now I'm sending it in 7: Normal GSM and it comes out scrambled.. Ideas anyone?
...
Can anyone kindly explain how to send a concatenated WAP PUSH SMS? I can send an SI that spans just one message, but I haven't figured out how to send one that spans multiple messages
...
Hi,
I want to prevent "sms sending"/texting on android.
There are some applications doing that but i don't know how?
eg.:
Textecution
Stop Drunk Text 2.0
...
I would like to know what are the options for intercepting an SMS.
I want to be able to launch some code to handle the SMS when it is received.
Any advise on whether this is technically possible and what options I have if there is more than one way, would be greatly appreciated.
Thanks
Paul
...
Possible Duplicate:
iOS 4 has an In-App SMS SDK for sending messages, but is there a way to have your App receive incoming SMS messages?
I want to be able to use incoming texts in my app. Is there a way to get the info from a new text programmatically?
...
I am developing an Android application for 1.6 and above that sends and receives SMS messages through a port.
To send the SMS I am using the method:
SmsManager.sendDataMessage(String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent)
but have discovered tha...
How to copresss ECG data to fit into an sms.
...
how to receive sms from nokia n70 or upper to pc with c#?
i have on ListView and to cloum 1.cloum is sms number and 2.cloum is text messege.
plz sampel code
...
Hello, when I send an SMS on my Android emulator, it goes to the content provider:
content://sms/sent
right?
So I wanted to get the last sent SMS from the content provider. So I used this Uri as you can see above, and, I used the method query, with the Content Resolver Object. And I got the cursor, and used the movetofirst() method, ...
What are some good international SMS Gateways with high uptime (and competitive rates, if possible)?
...
Is there away to automatically determine the SMS carrier email domain from a mobile number?
(Similar to how you can look up a hostname from an IP address?)
...
I'm working on a simple app that receives, but not handles sms messages. It checks each incoming sms for a specific keyphrase. If the sms contains that keyphrase then it responds accordingly. If the keyphrase doesn't exist, then my app does nothing. I have this much working.
I was wondering if there was a way to prevent the default s...
Look what Im doing. Im getting a SMS message and breaking word by word using the StringTokenizer class.I've done this, but when I try to insert the word in the content provider, the application stops, and the emulator says the application stoped unexpectadly.
I don't know what to do anymore, I've tryied everything you can think about, b...
I want to reboot targeted phone by SMS. Is it possible? How can we implement this?
...
I need to send a public key created by RSA by SMS to another phone.
I am converting the 148 byte public key to base64 to be sent by SMS. But it increases the 148 bytes to 200 bytes when converted.
As byte[] cannot be directly sent by SMS, what are the other possible methods of converting them successfully to strings or equivalent which ...
I want to make a simple program to send SMS from osX. I know there's already something available on the web, but I want to code it by myself. I need to know if there's any useful API to write this with Cocoa or how to send AT commands to any discovered device. Thank you.
...
When I start the SMS application using the following methods -- everything works fine up until the point where the message is sent. When I send the message -- it never navigates back to the original activity unless I press the back button. How can I start the SMS activity and then once the message is sent have the parent activity showed ...
Is there a way to retrieve a cursor to all phone calls, SMS, and email sent in android? To be used to gather the calls, sms, and email sent by a specific person. Also a cursor to all the contacts in the local phone.
...
Is there a way to access and query the android SMS/MMS log? To clarify, the SMS/MMS Log is all the SMS/MMS messages sent by the host phone. It can be aquired by reading a cursor to the message inbox.
...