| Author |
Send MMS from PC
|
Nitesh Agarwal
Greenhorn
Joined: Apr 10, 2011
Posts: 2
|
|
Hello sir/mam,
I'm in bit trouble now a days as I have to send MMS from PC to some cell phone using JAVA or something like JNI.
I need to have some knowledge about it as it is my major project. Kindly throw your light of knowledge in it and tell me an appropriate solution..
Thankss
Nitesh
|
 |
Wouter Oet
Saloon Keeper
Joined: Oct 25, 2008
Posts: 2700
|
|
Hi and welcome to the JavaRanch.
Could you tell us what you have tried so far? What went wrong? What do you think that a solution could be? Etc. Etc. Basically ShowSomeEffort.
|
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
|
 |
Nitesh Agarwal
Greenhorn
Joined: Apr 10, 2011
Posts: 2
|
|
Actually sir, so far I've been able to send text messages using JNI and C# .dlls since there are default methods to read/write on serial port in c#. I am using AT commands to communicate between PC and mobile. I feel there should be a solution to send MMS also based on the same concept i.e, first convert multimedia format into byte array and then send it. But I feel how this conversion be understood by cell phone??? Also I'm not sure whether this will work properly.
Thanks, any help would be appreciated.
|
 |
 |
|
|
subject: Send MMS from PC
|
|
|