Hi
I tried to send a picture of bmp(monochrome) format. I have converted the bytes into Hex codes using my java program. I can successfully send the picture using AT commands. But when i receive the picture it is quite differnet with the original one. So, I would like to know that which picture formats are supported. And why a different picture is received on my phone.
Again i would like to know that is there any specific rule for converting bytes of the image to Hex codes. I am using a simple java program for converting the bytes into Hex.
RE: Problem in sending picture !
2002-09-30, 06:12#2
Byte structure of OTA bitmap is specified at Smart Messaging specification. The spec includes one example and our FAQ another one at http://www.forum.nokia.com/main/1,35452,1_2_5_5,00.html.
BMP includes headers and stuff and can't be used without ripping the unwanted information away.