mms

What's the best way to test sending/receiving MMS messages with Android?

I'm writing an app that stores secret (encrypted+hidden using steg) information in MMS messages. Obviously I need a way to test this, in particular, sending and receiving MMS messages. I have one Android phone, a Nexus One. I know that MMS's cannot be sent between emulator instances, but other than using up loads of MMS credit, is there ...

Sending MMS using httpConnection - Add Image to PDU

i was able to send an MMS using DK's code sample from here and here. I'd like to put an image into the MMSPart class. I think the mimetype will be "image/jpeg" (correct me if I'm totally worng on that), but how to I put an image into the Data parameter - do I need to read the image into a fileInputStream or bitmapfactory and set the .Dat...

How to stream MMS:// link on iPhone?

I have been trying to find the solution for this but I haven't found out anything yet. Please help me with this if you have any idea about this problem ...

MMS java library

I want to create a desktop application that can send MMS using attached(USB) mobile device. currently SMSlib is not supporting MMS sending. Is there any java library is available for that. ...

Text messaging on the iPhone - accessible from the SDK?

Is there an API in the iOS SDK that deals with text messaging? ...