Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

Is there a way to force a message to be sent as an MMS?

share|improve this question
May I ask why you want to do this? I am just curious. – Flow Aug 16 '12 at 19:11
@Flow In my tariff mms sending through the country is free whereas sms is not free – krvladislav Aug 17 '12 at 12:50
2  
If you add a Subject to the message you're making, it gets converted to MMS format. Even if the Subject is empty, at least, that's what I know. – Propeller Sep 16 '12 at 16:14
Promote that comment to an answer - a subject forces MMS. It's a silly workaround, but it could be done automatically with a replacement messaging application. – Broam Oct 16 '12 at 19:26

2 Answers

As per Broam's suggestion above, I'm posting my comment as an answer. Hopefully some people finds it useful.

If you add a Subject to the message you're making, it gets converted to MMS format. Even if the Subject is empty, at least, that's what I know

share|improve this answer

Force the MMS

I've saw this comment you provided on your question:

@Flow In my tariff mms sending through the country is free whereas sms is not free

If this is the case, you can have a .jpg as a signature file, and attach it to every SMS you send. Since the image is a media component, your SMS will become an MMS, thus saving you some $$.


Original Answer

As far as I know, you can't.

An MMS message is a plain old text message with contents attached.

If you attach a media file, it will be send as a MMS message. Otherwise it will follow as an SMS.


What is MMS? Wikipedia

Multimedia Messaging Service, or MMS, is a standard way to send messages that include multimedia content to and from mobile phones. It extends the core SMS (Short Message Service) capability that allowed exchange of text messages only up to 160 characters in length.

share|improve this answer
I think there is no restriction in MMS protocol which forbids using it for text only even for less than 160 chars – krvladislav Jul 18 '12 at 12:08
@krvladislav The issue here is that if it is < 160 chars, it will be recognized by your phone and the network as an SMS, and will be sent as such. – Zuul Jul 18 '12 at 12:19
@krvladislav The essence of an MMS is the multimedia component, that is, a file (picture, video, etc...). Without it, is just an SMS (text message). – Zuul Jul 18 '12 at 12:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.