Issue while send the text message along with picture (1D Barcode)...

Issue while send the text message along with picture (1D Barcode)... SearchSearch
Author Message
srinivasarao
New member
Username: Srinivasarao

Post Number: 4
Registered: 11-2008
Posted on Saturday, December 06, 2008 - 07:36 am:   

Using the bellow code I am able to deliver the picture (1D Barcode) to all the handsets


“String finalURL = SMS_NOW_SERVER_URL+"?PhoneNumber=xxxxxxx&PictureMessageDataText=HEXSTRING&Pictur eMessageOut=Nokia";;
URL url = new URL(finalURL);
HttpURLConnection connection =( HttpURLConnection)url.openConnection();”

Now I want send the text message along with picture it should be to of the image or bottom of the image or in tiop and bottom
Code to send Picture message + text

“String finalURL = SMS_NOW_SERVER_URL+"?PhoneNumber=xxxxxx&PictureMessageDataText=HEXSTRING&Picture MessageOut=Nokia&Data/Text=samplestring";
URL url = new URL(finalURL);
HttpURLConnection connection =( HttpURLConnection)url.openConnection();”


If I pass the value to the parameters Data and PictureMessageDataText.
On the handset I am able to receive only Picture no text on top or at bottom of Picture.

If pass the value to Data parameter and no data to PictureMessageDataText parameter. That time I am able to receive the text message.

My process is correct to receive image + text on handset or any other way/approach is available.

All the advices and guidance is welcome

Thanks,
SrinivasaRao
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 298
Registered: 08-2008
Posted on Saturday, December 06, 2008 - 12:17 pm:   

Please refer to the other thread:

Duplicate posting. See follow-up reply at http://support.nowsms.com/discus/messages/1/24582.html

Support for including the "&Text=" parameter to include text when using the "&PictureMessageDataText=" parameter was only just added in v2008.12.04 (which is mentioned in the other thread referenced above).