mms Questions
4
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 wa...
4
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 th...
2
Solved
Now that 3rd party apps cannot read APN information, it seems that there's no way to send MMS programmatically (unless you ask the user to manually enter APN info -AND- you have a working APN defin...
Sulphathiazole asked 8/7, 2013 at 18:20
1
Solved
I am trying to download the MMS picture content through the MMS url, but it returns with a 403 (Forbidden) server response with an invalid MSISDN number. I have pasted my code below for reference. ...
1
can anyone help me out to find MMS id, i using this code to get MMS text but i don't know the MMS id (mmsId) so i stopped !!
I'll be thankful for your help
Samila
Metalinguistic asked 8/4, 2012 at 18:26
3
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 ...
1
Solved
I want to add some MMS messages into my device database.
I've the following code but it doesn't work at all. No entry are added into the native app...
public static Uri insert(Context context, St...
6
I have figured out how to send and receive SMS messages. To send SMS messages I had to call the sendTextMessage() and sendMultipartTextMessage() methods of the SmsManager class. To receive SMS mess...
Thurston asked 22/1, 2013 at 6:29
2
We run into the following crash when we attempt to query "content://mms-sms/conversations/" on a Samsung Galaxy S3 (Android 4.0.4) running on the Sprint network. Our calling code:
Uri uri = Uri.p...
Frumentaceous asked 30/9, 2012 at 19:1
3
Solved
So I have come across three categories of MMS message types:
Plain Text - "text/plain"
Image - "image/jpeg", "image/bmp", "image/gif", "image/jpg", "image/png"
SMIL (Synchronized Multimedia Int...
Susannsusanna asked 19/7, 2012 at 8:15
1
I am using code similar to another SO post. But my MIME type for every MMS is "application/smil". How do I determine if the MMS contains a picture, audio, text, etc?
Here is the code I am using a...
1
Solved
In my new iOS Project I'd like the end user to be able to MMS text and/or images(from TextField) in a UIButton Action . I've seen similar apps that has this functionality (with text, haven't seen o...
Erme asked 5/10, 2012 at 4:31
2
When I bring up a "New Message" manually I will see a camera icon to the left of the text edit area. When I use the MFMessageComposeViewController it will not display this icon which means you cann...
Eskisehir asked 19/3, 2012 at 22:21
2
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 ...
Coordination asked 1/8, 2011 at 20:9
3
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 emailInten...
Plumage asked 2/6, 2010 at 9:40
2
Solved
I am not sure whether audio units can work as codecs in a streaming audio scenario on the iPhone.
I've read in various places that it can be done, but I haven't seen any examples or proper docume...
Dillondillow asked 15/3, 2010 at 8:55
1
Solved
Is there any ways to differentiate MMS and SMS messages by using a MMS/SMS listener before they hit the inbox?
1
Solved
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
Solved
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...
3
Solved
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:
Content...
1
Possible Duplicate:
Is it possible to send a picture message using iPhone SDK?
Hi all ,
does MMS way of sending images/text is possible in iPhone ?/
i have used SMS and mail for sendi...
Bismuth asked 17/5, 2011 at 9:2
2
Solved
Is it possible to send an MMS message with a picture using the iPhone SDK? After looking at MFMessageComposeViewController, it doesn't appear to be possible.
1
Solved
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 = cr.query(Uri.parse("content://...
Mimosa asked 1/1, 2010 at 1:51
1
Solved
I have used the libraries (libavformat and libavcodec) to decode some MMS streaming urls. But some of them are protected by DRM. When I try to decode them, the library will warn about it
In libav...
Grisons asked 16/11, 2010 at 6:10
1
Solved
Searched the whole web for this with no solution...
I want to take a picture with the iphone camera and then be able to send it out via MMS/E-Mail.
This doesn't have to happen in my app, but at le...
© 2022 - 2024 — McMap. All rights reserved.