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 sis AddType application/java-archive jar AddType application/x-java-archive jar AddType text/vnd.sun.j2me.app-descriptor jad AddType 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
Symbian手机MIME类型配置
本文提供了针对Symbian手机和其他设备的MIME类型配置列表,这些配置有助于正确地为用户提供在线内容。文中详细列举了适用于Symbian系统的各种文件格式及其对应的MIME类型,包括安装包、游戏数据、多媒体消息等。
4500

被折叠的 条评论
为什么被折叠?



