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

android, send mms with proper order slideshow via intent

I want to attach to mms multiple images and attach also body to one of slides. This is my saving bitmap to internal storage code: Bitmap b2 = DrawingUtil.buildMyBitmap(); fos = openFileOutput("1.jpg", Context.MODE_WORLD_READABLE); …
0
votes
0 answers

Sending Picture Android Application

To send any picture In this code >> HERE we have to know the file name, How can I make this code able to send any picture without knowing picture name like when the user browse Gallery then choose random picture then press Send Button ?? Thanks in…
Samiah
  • 221
  • 1
  • 6
  • 17
0
votes
2 answers

The "From" tag of a sms sent via tmomail.net

It appears the true "From" tag of a message sent from an email service ex. 7135192435@tmomail.net has a diffrent "From" tag then what the message details reveal once the message is recieved through SMS. I want to be able to recieve SMS message via…
Ccorock
  • 892
  • 12
  • 37
0
votes
1 answer

Retrieving MMS _id [android application]

can anyone inform me how can I retrieve MMS _id for the last MMS coming to inbox, by Cursor ? thanks Samiah
Samiah
  • 221
  • 1
  • 6
  • 17
0
votes
1 answer

How does android send SMS and MMS?

In android sources, I found isms interface, which uses SmsManager. What class implements this interface? How does it work? What happens when this method is called, for example sendText?
RomaTTi
  • 327
  • 2
  • 12
0
votes
1 answer

Capture image from BinaryMessage

I am working on message capture application for blackberry. I use this to capture messages: if(TextMessage.class.isAssignableFrom(msg.getClass())) { TextMessage tmsg = (TextMessage)msg; } else…
Sali
  • 101
  • 1
  • 10
-1
votes
2 answers

sending MMS in android programmatically

Can any one help me with sending MMS programmatically in android, since I am new to developing, I am having trouble understanding this link!. If anyone could give me a working example that would be great. I've spent a couple of weeks at it now and…
antapp
  • 1
  • 2
  • 4
-1
votes
1 answer

Twilio send SMS with Google Maps "Pin"

There's a feature on smartphones where you can send someone a "pin" of where you're at or another location. This can be on Google Maps, Apple Maps, etc.. On the messaging side..this shows up as a 'preview' of the pin that's clickable and will then…
user2402616
  • 1,434
  • 4
  • 22
  • 38
-1
votes
1 answer

DLR for MMS with twilio

When sending MMS to twilio number the carrier that sent the MMS did not get a DLR message Is it something that I need to configure in twilio so it will send such a DLR message? Thanks
Maayan Hope
  • 1,482
  • 17
  • 32
-1
votes
1 answer

Best way for MMS in iphone

I am trying to implement an MMS functionality in my app. Because I need to send text and two images at the same time and I already have an email functionality. Unfortunately, the current SDK does not allow sending MMS yet. What is the easiest and…
irpalo
  • 105
  • 2
  • 3
-1
votes
4 answers

Is there a way to clean up this code to make it more efficient and not look so messy?

I have 2 .jpg pictures that I am sending. They both are called as follows: 'wow1', 'wow2'. The code below works when I send it, but it doesn't look very pretty. How can I clean this up? for n in range (1,3): address =…
arekenny3
  • 43
  • 4
-1
votes
2 answers

Cricket Wireless - mms - Android - Samsung - S5

Cricket merged with AT&T. Some time ago they also gave their existing customers to either stay CDMA or change to GSM. What does that mean exactly? I don't know, but it isn't relevant for this question. mms format was:…
ejbytes
  • 183
  • 1
  • 9
-1
votes
1 answer

Cannot get Clickatell-provided HTTP API to send MMS messages

According to my Clickatell Americas 2-Way SMS/MMS service at: https://www.clickatell.com/downloads/http/Clickatell_HTTP.pdf Page: 21 Section: "5.4 MMS Push" One should be able to send a Multimedia Messaging Service message by pasting this URL into a…
-1
votes
1 answer

How to insert data to the database.mdf by using SqlConnection in WPF

private void Save_Button_Click(object sender, RoutedEventArgs e) { string student_name = stunamebox.Text; string student_nrc = stunrcbox.Text; DateTime dob = studobbox.SelectedDate.Value; …
-1
votes
1 answer

Android: SMS and MMS Project

I'm newbie in Android development and I have some questions to afford a new project. The app must send and receive SMS and MMS to store then in a remote database through a WebService. I need structure the project but I'm not sure what kind of…
RoBe
  • 1
  • 1
1 2 3
38
39