Questions tagged [mms]

Multimedia Message Service(MMS) is an extension of the Short Message Service(SMS) protocol which allows for multimedia to be passed in messages. Microsoft Media Server(MMS) is Microsoft's proprietary network streaming protocol for Windows Media.

585 questions
0
votes
1 answer

sending image or video or audio with sms data

I am trying to make an application where I can get videos from my webserver download it to a users phone, and they have the option to mms it to someone. I have found that you can do this via the native mms app on your phone but I want to know if it…
Dnaso
  • 1,335
  • 4
  • 22
  • 48
0
votes
1 answer

Play mms:// streams on my site

I'm building a "channel chooser" for a set of mms:// streams (Microsoft Media Server): a simple web GUI that lets the user chose which channel to listen to. For reference, here is the list of streams I'd like to use. I would like users to be able to…
Emil Stenström
  • 13,329
  • 8
  • 53
  • 75
0
votes
2 answers

How to send MMS from Android App?

I am working on a project where I need to send MMS from my android app. Below is the code which I tried but it is not working. Please advise. Intent mmsIntent = new Intent(Intent.ACTION_SENDTO); …
Sanchit Paurush
  • 6,114
  • 17
  • 68
  • 107
0
votes
1 answer

Java pattern on hex code

I've the following hexadecimal code that I want to parse. For curious people, this is a MMS…
Manitoba
  • 8,522
  • 11
  • 60
  • 122
0
votes
1 answer

To send MMS with Image

I have my images in drawable folder and I am getting that images in gridview.Also I am showing the perticular image on selection fullscreen.Now I want to send MMS with image attachment. Here is my code to show the image. And to send MMS.how to get…
user1758835
  • 215
  • 4
  • 17
0
votes
1 answer

Detect that MMS has been deleted

Is there a way to detect that an MMS message has been deleted from the native messaging client? Right now I have an observer registered for Mms.CONTENT_URI but onChange is not being called.
Asahi
  • 13,378
  • 12
  • 67
  • 87
0
votes
0 answers

Parse MMS content

I have GSM modem which gets SMS/MMS messages from users. It works good when I receive SMS. But if I receive MMS the PDU message(only user data without UDH etc.) becomes like…
Nolesh
  • 6,848
  • 12
  • 75
  • 112
0
votes
1 answer

MMS issue in samsung device through code

I had used below code to do MMS Intent sendIntent = new Intent(Intent.ACTION_SEND); sendIntent.putExtra("sms_body", "some text"); sendIntent.putExtra(Intent.EXTRA_STREAM, Uri.parse(url)); sendIntent.setType("image/png") I want to sent :- Text,URL…
ios developer
  • 3,363
  • 3
  • 51
  • 111
0
votes
1 answer

How to Delete a MMS message from a particular number in Android?

I want to delete a MMS message of a particular phone number in android. How can i do it? I am using content://mms-sms/conversations to get list of MMS messaged and tried with the following query: this.getContentResolver().delete( …
Aamirkhan
  • 5,746
  • 10
  • 47
  • 74
0
votes
1 answer

Why the mms url download is not accessible via normal browsers

I am new in Android development, I wrote an app that lists cell content (I am interest in mms), where I came cross with a "ct_l" field containing a url like this: http://nfh.tim.br/021000838383839374972 (fake number). I wonder why this address do…
Sergio Abreu
  • 2,686
  • 25
  • 20
0
votes
2 answers

Attaching video to mms intent fails on specific devices

I had problems attaching a video file (it's always smaller than 100KB) via mms intent. Though this works perfectly well on karbonn A21 (ICS 4.0.4), the attachment fails on HTC one V (ICS 4.0.3) and lg-p920 (2.2.2). I get a toast like "unable to…
Pawan Kumar
  • 273
  • 1
  • 10
0
votes
2 answers

how to send a message to multiple contact in one thread

how to send a message to multiple contact in one thread? eg: sendto:NO1,NO2,NO3 The results in threads table like below: recipient_ids:1 2 3 type:1 solution renew(20121213): Build the android system by myself ,and use the libary in…
log1000
  • 587
  • 5
  • 17
0
votes
1 answer

"Sorry you cannot add this picture to your message" when attempting to send an MMS

Im trying to send an MMS with a picture that I have saved to the SDcard and while opening the messaging service I get the statement "Sorry you cannot add this picture to your message" and it doesn't attach the file. I've tried parsing the file into…
user1409172
  • 97
  • 1
  • 11
0
votes
1 answer

Streaming audio in windows phone 7 browser

I need some help streaming audio inside the browser, on a Nokia Lumia 800, running Windows Mobile 7.5. I currently am using JW Player (flash version) on the desktop browser, to stream an rtmp:// audio provided to me, and that works great. I also…
shauno
  • 121
  • 2
  • 10
0
votes
1 answer

Attach a photo to SMS/MMS message

How can the Apple Photo App attach photos to MMS messages? While everybody assumes that there is no way to do it, is there any work around for this? Some fellows recommend using copy and paste. Has anyone tried that before? If so can you please help…
4slices
  • 241
  • 6
  • 15