• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Send MMS from PC

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Bartender
Posts: 2700
IntelliJ IDE Opera
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Nitesh Agarwal
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Doe, a deer, a female deer. Ray, a pockeful of sun. Me, a name, I call my tiny ad ...
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic