If you are looking to host some online content for Symbian Phones or others, there is a requirement to work out the right MIME types that the phone / device is going to expect from your webserver. After spending 45 minutes trying to work out what they are, I am posting them here for your viewing and usage pleasures. These are only for content types that I've come across and required so far. If there are others you are aware of, please do post them in the comments to this blog.
You should just be able to drop these into a file ( eg. mobile-content.conf ) in the /etc/httpd/conf.d/ directory and reload apache server.
# Symbian Specific:
AddType application/octet-stream sisx
AddType application/vnd.symbian.install sisAddType application/java-archive jar
AddType application/x-java-archive jar
AddType text/vnd.sun.j2me.app-descriptor jadAddType text/vnd.wap.wml wml
AddType text/vnd.wap.wmlscript wmls
AddType text/vnd.wap.wmlscript wmlsc
AddType application/vnd.wap.wmlscriptc wmlscriptc# SE Specific:
AddType application/vnd.sonyericsson.mms-template .tpl# Nokia
AddType application/vnd.Nokie.ringing-tone rng
AddType application/x-nokiagamedata ngd
AddType application/vnd.nokia.gamedata nqd
AddType application/x-nokia-9000-communicator-add-on-software aos
AddType image/vnd.nok-3dscreensaver n3a# mms
AddType application/vnd.wap.mms-message mms# video
AddType video/3gpp 3gp
AddType video/3gpp mp4
--
1 comments:
great article
Post a Comment