Discussion Board

Results 1 to 8 of 8
  1. #1
    Registered User sdiputs's Avatar
    Join Date
    Mar 2003
    Posts
    5
    How to make colour operator logo downloadable via wap?

    I tried use a grapic editor to make a logo 100x50 pixels and save it under .gif. Renamed to .nol and added a mime type in my ftp image/vnd.nok-oplogo-colour extension .nol but when i try to access the file on my handset, I always get a "File format unknown" error.

    I tried renaming to .ota and added a mime type in my ftp image/vnd.nok-oplogo-colour extension .ota and still gets the "File format unknown" error... What did I do wrong? can someone enlighten me please? Thanks alot.

  2. #2
    Nokia Developer Moderator enstedt's Avatar
    Join Date
    Mar 2003
    Location
    Tampere, Finland
    Posts
    1,113
    Hi,

    You should use CoD for downloading color operator logos from wap. More info about CoD from http://www.forum.nokia.com/main/1,35452,1_41_1,00.html -> Documents. You can use Nokia Content Publishing Toolkit 2.0 to create CoD-files.

    Best regards,
    V / Forum Nokia

  3. #3
    Registered User rexomaniak's Avatar
    Join Date
    Mar 2003
    Posts
    16
    I manages to do it withoud a .cod file. Just pointing my wap-browser to the .nol file (wich was a .gif of wich a I changed the extension to .nol) worked fine.
    I noticed in you post you talk about image/vnd.nok-oplogo-colour , hmmmmmm, I guess your problem is just a spelling mistake, it must be image/vnd.nok-oplogo-color ... ;o)
    I added the mime type through use of a .htaccess file.

  4. #4
    Nokia Developer Moderator enstedt's Avatar
    Join Date
    Mar 2003
    Location
    Tampere, Finland
    Posts
    1,113
    Hi,

    You can use a direct download also, but since there's a more sophisticated way to do it, why don't use it.

    Best regards,
    V / Forum Nokia

  5. #5
    Registered User dvda's Avatar
    Join Date
    Nov 2003
    Posts
    5
    and....

    ...how to make it downloadable on the 6230 via wap?

  6. #6
    Registered User danielsbv's Avatar
    Join Date
    Nov 2004
    Posts
    2
    I resolved it in PHP:

    <?
    header("Content-type: image/vnd.nok-oplogo-color");
    include("logo1.nol");
    ?>

    Works even on Nokia 6230!

  7. #7
    Registered User kesslerdesign's Avatar
    Join Date
    Mar 2003
    Location
    Germany
    Posts
    18
    Maybe better use readfile() instead of include(), actually this should not work at all if you use include() ;-)

    The mentioned 6230 behaves indeed very strange with logos, I found out that this is something with 4.x software in 6230 and certain SIM-Cards. Same software and other (older) SIM-Cards work fine.

    See also my (not answered by Nokia) posting here:

    http://discussion.forum.nokia.com/fo...threadid=52067

  8. #8
    Registered User mohamedjassim's Avatar
    Join Date
    Dec 2011
    Posts
    1
    Quote Originally Posted by danielsbv View Post
    I resolved it in PHP:

    <?
    header("Content-type: image/vnd.nok-oplogo-color");
    include("logo1.nol");
    ?>

    Works even on Nokia 6230!
    Hi danielsbv,
    i need complete php source code for nokia operator logo download for mobiles. I was tried more for download .nol logo in mobile from my own created web page but not set as a logo in my mobile it ask select "memory to store" then saved as a normal file not set in a operator logo area. please give the solution. i am also php programmer

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved