|
Anyone happen to know these days how effective in real terms (ie job producing) mass promotional text messaging is for taxi businesses?
Started by groak on
, 13 posts
by 12 people.
Answer Snippets (Read the full thread at pistonheads):
And appointments, was geared up to be able to send text messages to clients via a 3rd party provider the computer system to send a text with a reminder of their appointment that they'd booked, a day before with the company name in....
|
|
I am developing a j2me application and I was wondering if anyone knew how to send an sms message to an email address. I need to use sms since I am trying to send data through it using an unlimited text plan instead of an unlimited data plan.
I modified...
Started by DoorMat on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The SMS gateway parse the sms content for email address, send and the rest of the sms content....
I suggest you to create an SMS gateway that received the SMS, combined with J2SE/J2EE application that connect to internet.
|
|
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.
|
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.
|
|
I want to archive the text messages on my WM phone to my PC, preferably as XML. Can I access them from a PC application, e.g. through RAPI? I have no experience in WM development, just PC, and then mainly Delphi.
Please no links to commercial application...
Answer Snippets (Read the full thread at stackoverflow):
Specifically you....
On the devices that don't you have to use Manufactor API's .
AllExport-9131.shtml
To get access to SMS messages you use Windows Mobile Messaging services the Windows Mobile SMS Messaging, some don't.
|
|
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....
|
|
We're investigating ways to alert users of application errors out-of-hours. Has anyone used a Linux-based text messaging (phone) service for sending out alerts?
Started by Nick Pierpoint on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
My cell provider has an email address (in my case, [phonenumber]@mobile.mycingular... .
I've used separately for access to the service and per each sms sent.
With your gsm operator - they probably have some sms gateway reachable from internet.
|
|
Has anyone else been having problems with text messaging? Recent problem when trying to text. Began receiving message could not be sent, invalid user and invalid message when trying to send a text to someone in my contact list. Just today I received that...
Started by RustyBumper on
, 15 posts
by 7 people.
Answer Snippets (Read the full thread at sprint):
Is this happening when you text anyone that they only occur when choosing from the....
Or just one contact? are you using a 3rd party text messaging application that you purchased daberk59, Sorry for the fustration this is causing you.
|
|
Hey guys and gals, new here. I just got my ipad 2 and I have a question. I learned that the messaging app in the ipad is pretty useless since you cant use it like a traditional messaging system.
So my question is what's a good app for typical texting ...
Started by rickp1 on
, 24 posts
by 17 people.
Answer Snippets (Read the full thread at macrumors):
Google voice is great, but the text messaging/receive ....
Do some searching on that.
Just search for "text messaging" using the iPad's "App Store" app (do it via the app: : Google voice my friend.
text messages.
|