Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

22
votes
3answers
2k views

Save/Create MMS in inbox Android

I am working on an Application which needs to be able to Save/Create a new MMS in inbox or Sent folders but I cant figure out the way. I tried the following code but it gave me exception: ...
22
votes
3answers
1k views

Android: Is there a universal way to send the MMS on any android devices?

This code works on the plain google devices with native android system. But there is no MMS app in the list on htc sense devices and I don't know about Motorola Blur etc.: final Intent ...
15
votes
4answers
10k views

How to send image via MMS in Android?

I am working on a multimedia application. I am capturing one image through the camera and want to send that image with a text to some other number. But I am not getting how to send the image via the ...
11
votes
2answers
602 views

Special characters in Android sms

I've observed this issue for years now, not knowing where it came from. I am concerned that this bug is still observable in the new versions of Android, in 2011, and I hope you can finally help me to ...
8
votes
3answers
8k views

How to Read MMS Data in Android?

I want to read MMS data I have seen the part table in the mmssms.db where the mms entries are stored; I am using a cursor and I want to know the appropriate URI; I am using ...
7
votes
3answers
5k views

Streaming Audio MMS:// to the iPhone

I'd like to stream a mms:// url to my iPhone app, but so far information on the topic is hard to come by. I know there are a couple apps out there that can do it already (FStream, WunderRadio, ...
6
votes
2answers
5k views

Is it possible to use MMS to stream Internet radio in Android?

Is possible to play an Internet radio stream in Android? And since most of the Internet radios use MMS to stream their content is that possible using Android?
5
votes
1answer
188 views

Differentiate MMS and SMS via MMS/SMS listeners in Android

Is there any ways to differentiate MMS and SMS messages by using a MMS/SMS listener before they hit the inbox?
5
votes
5answers
1k views

MMS Gateway Provider with PHP API, URL Callbacks, etc

Similar questions have been asked a few times, but I was unable to find the answer I needed in those other questions, so here goes. I am looking into integrating MMS messaging into a website and I ...
5
votes
1answer
3k views

How to query the MMS Log in Android

In my app I need to query both the SMS and the MMS log to get the history of all incoming and outgoing messages. This code has worked wonderfully for SMS: Cursor c = ...
5
votes
3answers
1k views

How to send MMS in J2ME?

How to send MMS in J2ME?
4
votes
0answers
444 views

How to restore MMS in Android-2.2? [closed]

Possible Duplicate: Save/Create MMS in inbox Android What I want: I want to restore MMS. What I have: I have restored SMS successfully, that was quiet easy. I am trying to restore MMS ...
4
votes
2answers
1k views

Sending MMS programatically on Android

I am having an issue with a task I'm supposed to do, I'm supposed to send MMS using our own interface on android 2.1 so as you can guess calling the default Activity is out of the question. So my ...
4
votes
3answers
8k views

Android SDK MMS

Does anyone know how to programmatically send a MMS via the Android SDK? Any version of the SDK will do, just need to know where to get started. I know how to send / receive SMS, I now need to add a ...
3
votes
1answer
100 views

sending audio throught MMS using intent android

I m new in Android. I am trying to send an MMS with audio file, with m4a format (or other, like AMR, or 3GP). To do this I use an intent but it never sends my MMS. Here isfolowing code I am using: ...
3
votes
2answers
3k views

Detecting MMS messages on Android

I was searching through the internet for this topic and couldn't find any satisfying answer... I'm trying to detect MMS messages (incoming at least for start). And I've decided to go through the way ...
3
votes
2answers
245 views

How do i upload photos from my mobile to computer(Web Site) using MMS and PHP?

Here the main thing is MMS a Pic to our wbsite, user can't access or browse the internet. Just he need to send a MMS to is www.domain-name.com, i need to receive that and process in my website. ...
2
votes
2answers
485 views

android: can not send out mms when wifi is on

I want to send mms in my project in background, I write my code like this: i want send image through using mms in Android But if the wifi is on, i can not send out my mms. if the wifi is off, i can ...
2
votes
0answers
144 views

Force close while attaching the video in android MMS

I am trying to attach a video in my mms application. But the application went force close. I am not able find the reason. i can provide the log. Please have a look on this and give me suggestions. ...
2
votes
2answers
251 views

HttpServletRequest InputStream corrupted?

I'm receiving a SOAPMessage over a java servlet with an attachmentpart containing a multipart mime. Doing this: InputStream inputStream = request.getInputStream(); byte[] data = ...
2
votes
1answer
546 views

I want to send a file attachment programmatically using MMS in Android

I am working on an app to programmatically send an encrypted image file using MMS. I am using the code in this link, ...
2
votes
2answers
507 views

MMS protocol [Android Application]

I wish to create an application that would play online radio stations. There are some radio online stations which runs on mms protocol. For example, the url (mms://119.2.60.76:8080 ) when clicked ...
2
votes
2answers
340 views

How to go about implementing Texting / SMS / MMS into C# application

I am looking to integrate texting SMS/MMS into my current application. I have been looking around but I cannot find anything that seems to meet my needs. Any advice would be excellent. Here are my ...
2
votes
0answers
876 views

Sending an MMS with a vCard attachment on Android devices

I'm trying to find a way to send a MMS message containing a vCard attachment. I thought this would be a fairly easy task, but I still haven't managed to come up with something that just works over a ...
2
votes
1answer
481 views

MMS developer tools

I am developing the MMS application and I looking for some tools for developers. It will be very useful to have MMS binary format decoder, which I can run on the desktop to analyze MMS body, which I ...
2
votes
0answers
481 views

Android - Sending audio-file with MMS

Im using the following code to send audio-files through email, dropbox +++.. This is not giving me the option to send the same file through MMS.. Anyone know how to attach it to a MMS and let the user ...
2
votes
0answers
762 views

how to send an MMS programmatically?

I'm trying to write an app that send an MMS without user interaction (i.e. not using the ACTION_SEND intent), following what suggested here. The statement HttpUtils.httpConnection(context, ...
2
votes
0answers
266 views

I want mms number,sent/received, body and attachment details from MMS db in android… How to do that?

I am using "content://mms" Content resolver and getting mms database. How to get number,sent/received, body and attachment details from that?
2
votes
2answers
446 views

Sending MMS From PHP

I'm looking into sending MMS Messages (not just SMS) from a server. Is it absolutely necessary to use an MMS Gateway? If so, why? Is the "roll your own" concept ridiculous in this case? If so, ...
2
votes
1answer
2k views

Query Android SMS Log

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.
2
votes
1answer
1k views

how to stream through mms://

There are some posts about this, but so far, i haven't seen any good answer. Is there a way i can stream audio from mms:// uris with Android?. MediaPlayer seems not to like these streams. Also ...
2
votes
2answers
3k views

Android Programming - Send mail

I'm using the following piece of code in Android to send a mail: Intent emailIntent = new Intent(Intent.ACTION_SEND); emailIntent.setType("text/html"); ...
2
votes
4answers
1k views

What web-service can I use to send MMS from my web app?

I am looking for a web service API that I can use to send MMS messages. Most web services like Twilio and TextMarks only support SMS. I am looking for a similar service that supports MMS. Are there ...
2
votes
2answers
244 views

any open source libraries to extract photo/video attachments from email and/or MMS which take care of “hundreds” of test cases

I want to allow users to upload photos and videos with their mobile phone by sending the photo/video to an email address. Cal Henderson in "Building Scalable Web Sites" mentions that Flickr has ...
1
vote
0answers
50 views

Android sending image via mms programatically(Operation timed out)

For sending image via mms programatically in android i am following the below links http://androidbridge.blogspot.com/2011/03/how-to-send-mms-programmatically-in.html How to send image via MMS in ...
1
vote
0answers
32 views

Sending MMS from Ruby

I'm building an app that needs to send MMS messages in Ruby on Rails. I really don't want to have the user enter his carrier or anything like that - just gather his phone number and send accordingly. ...
1
vote
1answer
57 views

How Can I Download Videos Which Are Streaming from mms Protocol?

There is a website which provides a Local TV's Shows Archive. I Can watch them with Windows Media Player, it buffers there. i can see that it's using for ex. mms://abc.com/video.wmv address. How Can ...
1
vote
0answers
327 views

Unable to send MMS using Android 2.3.4, but 2.2.2 is fine. Issue with MOBILE_MMS and MOBILE data active together?

I have created an Android app that sends an MMS in response to receiving SMS. The application works well - on an LG Optimus ME running Android 2.2.2. However, the application fails to send the MMS ...
1
vote
1answer
96 views

Android: ActivityNotFoundException occasionally encountered when trying to send MMS on specific devices

I am using the wonderful ACRA library to report any errors that users experience with the beta version of my app. What it has shown so far is that some users experience problems sending MMS messages, ...
1
vote
1answer
335 views

Get attachment from unread MMS messages

I would like to get attachment from unread MMS messages, but the codes I have doesn't allow me to do so. How do I go about doing that? Codes modified from here: private void checkMMSMessages(){ ...
1
vote
1answer
1k views

Android video stream mms and m3u8

I am trying to play some video streams from mms and m3u8 inside my Android application. It seems that the MediaPlayer doesn't have support on this and from what I have read on FFMPEG it seems there ...
1
vote
2answers
397 views

How to play raw audio in Iphone? (using ffmpeg)

I am a student who is trying to make mms stream audio app. I got mms stream using libmms, and decoded wma audio using ffmpeg. But however I don't know What to do next. I recently saw similar ...
1
vote
2answers
250 views

Mark MMS as read programmatically

Is there anyway to update the MMS/SMS database to mark the message from read to unread and vice versa? I've tried using URI but they don't work for me.
1
vote
1answer
129 views

Run an activity in background

I'm using an activity to get MMS attachment once a MMS is received. I have completed the MMS listener for this and it will call the activity, which will use getContentResolver() to grab the ...
1
vote
0answers
185 views

How to sending MMS with MM7 using java?

Please let me know is there any way to send MMS using MM7 protocol in java? If there is a free API to generate the appropriate SOAP message please let me know it too. I'm in a dead end situation and I ...
1
vote
2answers
406 views

Android MMS Example

I tried to follow this answer about sending MMS through code. However, I stopped when he start talking about BroadCastRecivers and Android git and not providing the code. I really get lost with this. ...
1
vote
1answer
126 views

Android Email vs MMS Raw Attachment?

I have this code to send an emai with an audio attachment that is coming from the raw folder: Intent i = new Intent(Intent.ACTION_SEND); i.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); ...
1
vote
0answers
276 views

MMS sender address problem

I am trying to get the address of the sender but I run into a little problem. If the person that sends the message is the first person in any of the conversations to send one, the query of the ...
1
vote
2answers
594 views

How can my app send MMS with a photo?

I would like to compose a message from my app which I can include a photo, for example: I entered my album in the IPhone and open a photo I can click on option and then on MMS tab and the photo will ...
1
vote
1answer
802 views

Android MMS Broadcast receiver

I am working on a MMS broadcast receiver. It already starts when receiving a MMS but I dont know how to capture / parse the contents of the mms like it is done with sms in this example: import ...

1 2 3 4 5