Convert text to image-post?
Friends, I need to know how to convert text to picture-message (.ota) format in JAVA for sending via mobile phones? I am developing software that sends an image-message to another mobile device via a serial port.
Can anyone help create a routine for the conversion process? Do I need this procedure to convert a given text / image to .ota format?
+1
a source to share
1 answer
After reading the article about the file format, I would say it doesn't sound too difficult. The basic steps are pretty much covered and can be implemented within an hour. Guess you've already done this?
(And if that's the case, mind splits the code to solve the question?;) There shouldn't be anything more than a few hundred lines, right?)
0
a source to share