posted 14 years ago
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.