I'm writing an app using sms as communication.
I have chosen to subscribe to an sms-gateway, which provides me with an API for doing so.
The API has functions for sending as well as pulling new messages. It does however not have any kind of push functionality.
In order to do my queries most efficient, I'm seeking data on how long time ...
Hi
Have anyone tried to use the SDK4's SMS composer?
If anyone's got some reference or source code please put in here
Thanks
...
This question is related to sending an SMS from a link in a WAP page?
Historically I have used sms: which has worked on SonyEricsson, Nokia and other such 'legacy' devices. An example of the mark-up would be;
<a href="sms:0123456789?body=test%20message">send</a>
I am aware that i-phone does not allow you to specify the body. If the b...
I intend to develop an SMS gateway in c#, but i am doubtful about it's feasibility, because my initial research had shown that an SMS gateway had to cover for protocol differences.
So what exactly a gateway had to do, further if i use SMPP, so is it possible to send/receive SMS to/from any number in the world by simply using SMPP ?
...
I'm using carrier-specific addresses to send email to SMS, which works fine. In reference to the answer of this question http://stackoverflow.com/questions/1179854/limitations-on-sms-messages-sent-using-free-email-sms-gateways is there any websites or other resources that list the format that is delivered for each carrier. ATT for exampl...
is there any preg or str_replace that can help me remove characters from a string that are not supported on sms in phones.
Now accented characters are shown as yy in sms.
...
Hi,
I'd like to discuss about different SMS Address Formats. In built-in contact of Motorola Milestone, phone no is saved as
914-383-46
I'd like to know that only "-" is included in any phone no format? Other characters possible? like "/", "space", etc...
PS: I've just only used Nokia 6210 and Motorola Milestone. So let me know ...
Hello,
I'm working on a web service that would use an SMS gateway to receive instructions from customers. Since this would be a commercial product I would like to implement a safeguard to protect our system from SMS spoofs. I don't want people impersonating others by spoofing their number.
I've noticed that Twitter allows people to tw...
in php how can i convert normal text + accented characters in utf8 to gsm format for sending via sms.
...
Found this question while trying to do the same:
http://stackoverflow.com/questions/642076/how-to-save-sms-to-inbox-in-android-programmatically.
But this part:
getContentResolver().insert(Uri.parse("content://sms/sent"), values);
throws an SecurityException.
I requestet SMS_WRITE permission in the manifest file.
Thanks in advance!
...
Can anyone give me insights as to how websites like chacha.com / kgb.com are designed.
What could be the components involved when a user sends out an sms and how is that question stored.
Should the question and answers be stored in a relational model or non relational?
...
What are some iPhone or Android applications that use SMS as their primary means of user authentication?
I'm interested to see such apps in action. SMS-auth seems like a natural approach that is well-situated to mobile contexts.
The basic workflow is: to sign up, a user provides a phone number; the app calls a backend webservice which ...
Is there any PHP script to send SMS. I wan to send activation code on user's mobile phone.
...
I'm trying to get Ozeki to recieve SMS messages from my GSM Nokia E63 - it will send messages fine but wont recieve them. I am also trying to get a PHP/HTML form to generate messages, but the example on the Ozeki website won't work!
<?php
if ($submit=="Send")
{
$url='http://localhost:9333/ozeki?';
$url.="action=sendMessage";
$url.="&l...
HI,
How can you enable the emulator sdk 4 to send text message (sms)? I have created the interface, but it says "Text messaging is not enabled on this device"
thanks
...
I've done my research and found plenty of people launching the sms application from an intent, The thing is that people usually tend to do this only for outgoing messages.
I'm currently displaying a Unread Sms Count on my app, but it seams I cant get the proper intent to work.
On every try I get the same result, It launches the app but...
Can I intercept SMS messages on the iPhone? I would like to intercept messages and NOT have them display on the phone and then send out an auto reply. Is this possible in 3.x? Is it something they may alow in the future?
...
hi guys,
i would like to develop an utility to send sms, sms moniter - inbox and sent
i could send sms message, but it will NOT pop an new row @ content://sms/sent
how to do this, plz help me?
...
I hope this gets a response.
Say Person A sends an SMS to a shortcode in a certain syntax. How could a confirmation SMS be sent to Person A's mobile phone automatically ("Your message has been received successfully!"), after determining that the SMS received from Person A is in the correct syntax? I'm a total newbie when it comes to SMS...
I am wondering if you can officially receive SMS messages in your app (and remove the default SMS app). I believe it can be done on Android, I just wonder if this is possible on iPhone OS.
...