|
If one sends an SMS text message from a mobile phone or smart phone, there's no indication that the message was received by the intended device. That always seemed wrong to me.
So, assume the intended recipient of an SMS message is a person with a phone...
Started by Chris W. Rea on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at superuser):
Since you asked for "any light....
The delivery notification happens when the SMS was transmitted to target phone)
So, SMS.
When you turn your phone off, you provider.
The providers try sending the SMS before expiration time passes.
|
|
Hi! I have mad an application for windows mobile which can do different mobile functions with the numbers the application has.
Anyway. I want to start the Text message application and send a phonenumber as an argument. I have only found this:
SmsMessage...
Answer Snippets (Read the full thread at stackoverflow):
SmsMessage sms = new SmsMessage(); sms.Body(sms);
I also have a blog post available with a sample application that in part demonstrates using.
Such as the following to get the built in messaging application to appear.
|
|
I've tried to instal the Nokia app Text to speak for SMS messaging but I got a "corrupted file" message over the install process. Does anyone has tried and succeed w/ the installation yet?
Started by mjds on
, 7 posts
by 3 people.
Answer Snippets (Read the full thread at nokia):
It points the Text to Speech app as compatible with the 668....
I had followed Nokia's apps menu for the 6681.
Portuguese.SIS "Text-to-speech uses the Message Reader application which is built into compatible Series 60 at the moment.
|
Ask your Facebook Friends
|
I have a BlackBerry issued to me by my employer. Recently, in an effort to cut costs, the text messaging was turned off. So there goes my social life :)
Anyway, looking for alternatives that provide text messaging on my BlackBerry. Tried signing up for...
Started by AngryHacker on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
It isn't going to integrate into your phone as nicely as native... .
Read the article Really new in Labs this time: SMS Text Messaging for chat on the OfficialYou can use Google's Gmail/GTalk to send SMS messages.
Computer.
|
|
Hi,
Using two 2.0 emulators and the native messaging application -
if I send a text message which exceeds 160 characters in length, the receiving emulator gets the message, but the text is all scrambled. Does anyone else see this? Is this a bug with the...
Started by Mark on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
There is a standard limit on the number of character a SMS message can of the SMS exceeds....
I believe other messaging apps automatically converts to MMS while someYes, I have seen it too.
Into multiple SMS messages.
|
|
Subject: SMS Text Messaging From: Dennis Lindner Mon, 28 Mar 2011 14:09:51 -0500 Content-Type: text/plain Parts/Attachments: - The Admissions and Financial Aid offices at the University of Northern Iowa are planning to use text messaging for both group...
Started by Dennis Lindner < [log in to unmask] > on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at educause):
|
|
Is there any way to test SMS messaging without having a texting plan?
There isn't any way to setup the equivalent of a mock email server for the purposes of testing an SMS service is there? Are there any other ways to accomplish the task? Perhaps setting...
Started by tgm on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://www.google.com/voice/
SMS text can be done under a fewIt would depend ....
Google now and be able to test multiple phone numbers .
For incoming text messaging (like US Cellular) comes in handy for situations like that.
|
|
Subject: Re: SMS Text Messaging From: Scott Krajewski Mon, 28 Mar 2011 19:25:20 -0500 Content-Type: multipart/alternative Parts/Attachments: - Any LMS integrations? That would get my interest.
-- Scott
Scott Krajewski
Director, IT Services
Augsburg College...
Started by Scott Krajewski < [log in to unmask] > on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at educause):
|
|
I'm having trouble with the logic of taking a paragraph of text and splitting it on words/sentences to send out in multiple text messages. Each text message can only have up to 160 characters. I want to cleanly break a paragraph up.
Here is the solution...
Started by Kirk on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Expression here!?
All that you would have to do is split the string into however many pieces of text) { return str_split($string, $splitLen); } ?>
This is the function I use,
function sms_chunk_split explode('\n', $chunks); }
It splits....
|
|
Many cell (mobile) phone providers in the USA have an email gateway for SMS that allows anyone to send an email that will in turn send a text message. For example, to send a text-message to a user who has a Verizon phone you can send an email to user_...
Started by unintentionally left blank on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
My suspicion is that most providers would frown on anything more than casual to start looking:
http://www.google.com... .
They are also considerably cheaper when you buy sms in bulk.
Your best bet is to find a third party email-to-sms provider.
|