Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new to java programming. I have used smsj api to send messages from pc to mobile through a gsm modem. I have succesfully been able to send plain text messages using SmsSender.sendTextSms(msg, reciever, sender) as well as unicode messages using SmsSender.sendUnicodeTextSms("smsj हिन्दी मेसेज", reciever);.

They say it supports EMS messages too. I am trying to send picture messages (black and white), and audio clips through this. But i cannot figure out how to do this.

The documentation shows that there is a class EmsMessage that implements SmsMessage But i couldn't find any details on how to use it. I have also gone through its forum but again cant find any solution.

Hoping someone could guide me on this.
Posted
Comments
Prasad Khandekar 24-Mar-13 11:31am    
Well the code to send EMSMessage is not yet developed. I think the classes are just placeholders. All of them do not have any implementation. Please give a try to (http://www.ozekisms.com/).
Gian rebollido 26-Mar-13 1:33am    
its to hard to find the solution of your problem.. don't torture yourself..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900