Sending Picture in Nokia

Sending Picture in Nokia SearchSearch
Author Message
nguyen cat
New member
Username: Nguyenzoro

Post Number: 1
Registered: 02-2004
Posted on Tuesday, February 10, 2004 - 08:24 am:   

Dear,

In message data of picture, we include all data of that picture (header(FileType,FileSize..), infoheader(Size,Width..), data) or just data?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 1808
Registered: 10-2002
Posted on Tuesday, February 10, 2004 - 07:48 pm:   

Hi,

If you're referring to the NowSMS web forms, anywhere that we specify "OTA Bitmap String", this wants to see the header present. That includes the "infofield" which includes the width and header. (Refer to Section 3.7.1 of the Nokia Smart Messaging Specification.)

In most cases, this is a four byte header ...

00 (Infofield)
xx (Width)
xx (Height)
01 (Depth)

... and the data follows.

-bn
pietjan
Unregistered guest
Posted on Wednesday, March 10, 2004 - 07:56 pm:   

Hi.... i am a newbie... and i want to know how i can send pictures, midis, java games to my siemens s55... could anyone please help me out...?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2066
Registered: 10-2002
Posted on Wednesday, March 10, 2004 - 08:15 pm:   


quote:

Hi.... i am a newbie... and i want to know how i can send pictures, midis, java games to my siemens s55... could anyone please help me out...?




The quick answer ... but them on a web server, making sure that the web server is configured to return the correct MIME content types ... and then request the URLs from the browser on your phone.

If you want to push the URLs out to a phone, then you would do this by sending WAP push messages out pointing to your URL. WAP Push messages are sent over SMS, and they are one of the types of messages that can easily be generated by our Now SMS/MMS Gateway product. (Note that NowSMS is not a bulk SMS provider, and is not a replacement for an SMS provider. In order to actually send messages out from the NowSMS software, you must configure NowSMS to send messages through an account with an SMS provider, or via a GSM modem.)

-bn