Baden, AFAIK, only Nokia and a few others use that. In my personal experience, I've never seen any non-Nokia accepting SCKL (Though I've been told they do exist). Most times other brands only support SCKL for Ringtones, not vCards and Op Logos.
For Motorola, try sending the vCard as text, I've been told some of them and some Sony Ericsson also accept that. Same applies to iMelody, send a text-only message containing the eMelody, MAKING SURE IT ENDS WITH A NEWLINE (or it will be received as text). You can get rid of the \r\n and try using just a unix newline \n or even a space, it works like a charm and you'll save a few precious bytes in the process. Same applies to headers, get rid of "VERSION" and "FORMAT" headers, you just need BEGIN, END, MELODY and maybe NAME and TEMPO. You can't concatenate this kind of messages, so you're stuck to 1600 bytes at most. Regarding SCKL the best documentation I know of is this: http://www.csoft.co.uk/sckl/ SCKL can be concatenated. Look the page I've mentioned for more info. Last but not least, for CLI Group icons, when concatenating, set both ports to 1583: //SCKL15831583... not //SCKL15830000... as it it mentioned in many places. And of course: test, test and retest a thousand times :) Hope it helps, On Fri, 28 Jan 2005 10:05:07 -0600, Baden de Bari <[EMAIL PROTECTED]> wrote: > > > Still trying to figure out how to integrate vCards and vCalendars with > various cellular phone manufacturers. Does MMS offer any solution to this? > What about SCKL messaging? According to Motorola: > > The Motorola cellular phones which support SCKL message format are the > following ones: > > * C331 > * C350 > * C353 > * V60 > > > Alright, but still sending a message such as: > > //SCKL1581 024A3A650995D1D195C93D999804144288F511610611624D3083 > 14458418458418938C20C30C5186108186108156 > > Or > > //SCKL23F4 BEGIN:VCARD<CR><LF> > FN:Test<CR><LF> > TEL;PREF:+14061111111<CR><LF> > END:VCARD<CR><LF> > > Still doesn't work on a C350 (or others, for that matter). Issue being, > knowing the right port number to send to. Where can I find a list of these > port numbers for different manufactureres that support SCKL? > > ie: > > > 1581Ring tone > 1582Operator Logo > 1583Group Graphic (CLI Logo) > 23F0Connectionless WAP browser proxy server > 23F2Secure connectionless WAP browser proxy server > 23F3Secure WAP Browser proxy server > 23F4vCard > 23F5vCalendar > 23F6Secure vCard > 23F7Secure vCalendar > > -- Wise men talk because they have something to say; fools, because > they have to say something. web: http://www.geocities.com/badenx email: > [EMAIL PROTECTED] > -- > > ___________________________________________________________ > Sign-up for Ads Free at Mail.com > http://www.mail.com/?sr=signup -- Alejandro Guerrieri Magicom http://www.magicom-bcn.net/
