Sony Ericsson / Sony : GPRS, WAP, MMS and Email setup : Themes problem on my wap page.
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
GPRS, WAP, MMS and Email setup
> Themes problem on my wap page.
Bookmark topic
I cant use just wml code on my home pages whithout using php, so all my wml pages starts with:
<?php header("Content-type: text/vnd.wap.wml"); ?>
<?php echo('<?xml version="1.0"?>'); ?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
... but I can't download themes from my page .... it says "no support"
I've read in a lot of forums and I found out I had to add some mime code like
AddType application/vnd.eri.thm .thm
but I can't get i to work.
Can someone please help me with this?
/Mats
[ This Message was edited by: kungmats on 2003-12-30 18:07 ]
[ This Message was edited by: kungmats on 2003-12-30 18:08 ]
[ This Message was edited by: kungmats on 2003-12-30 18:09 ]
--
Posted: 2003-12-30 19:05:43
Edit :
Quote
I think i have a similar prob(item not supported),my themes wont dl from wap but if i put a link on here(web)to wap41 it works! Anyone know whats happening? :-l
This message was posted from a T610
--
Posted: 2003-12-31 16:12:37
Edit :
Quote
Wish I could help but the only themes / ringtones I can download through WAP are the pay for ones from the "t-zones" service.. would going to the SE website and getting them to send that GPRS profile fix this?
--
Posted: 2004-01-02 04:38:53
Edit :
Quote
I goto www.myt610.com and get free everything via wap.
This message was posted from a T610
--
Posted: 2004-01-02 07:48:41
Edit :
Quote
It has to do with the MIME type you have to use for wap downloads.
Look here for previous discussion.
Good luck.
--
Posted: 2004-01-02 09:29:09
Edit :
Quote
Hi!
I added this to my very small FAQ at
http://www.christersson.org/index.php?page=faq_content
--
Posted: 2004-01-02 18:12:14
Edit :
Quote
Thanks a lot mbjc .... It works just fine now!!!!
--
Posted: 2004-01-02 18:29:51
Edit :
Quote
My .htaccess file contains ...
----
AddType text/vnd.wap.wml wml
AddType text/vnd.wap.wmlscript wmls
AddType text/vnd.wap.wmlscript wmlsc
AddType text/vnd.sun.j2me.app-descriptor jad
AddType text/vnd.wap.si si
AddType text/vnd.wap.sl sl
AddType text/x-vCalendar vcs
AddType text/v-vCard vcf
AddType text/x-co-desc cod
AddType text/calendar ics
AddType text/x-vmel mel
AddType text/x-imelody imy
AddType text/x-emelody emy
AddType application/java-archive jar
AddType application/vnd.mophun.application .mpn
AddType application/vnd.mophun.certificate .mpc
AddType application/vnd.Nokie.ringing-tone rng
AddType application/vnd.symbian.install sis
AddType application/vnd.wap.wmlc wmlc
AddType application/vnd.wap.sic sic
AddType application/vnd.wap.slc slc
AddType application/vnd.eri.thm thm
AddType application/vnd.nokia.gamedata nqd
AddType application/x-nokiagamedata ngd
AddType application/x-smaf .mmf
AddType application/x-pmd .pmd
AddType application/vnd.wap.mms-message mms
AddType audio/amr amr
AddType audio/midi mid
AddType audio/midi midi
AddType audio/rmf rmf
AddType audio/x-wav wav
AddType audio/vnd.qcelp .qcp
AddType video/3gpp mp4
AddType video/3gpp 3gp
AddType image/vnd.wap.wmbp wbmp
AddType image/x-bmp bmp
AddType image/x-epoc-mbm mbm
AddType image/vnd.nok-3dscreensaver n3a
AddType image/vnd.nok-oplogo-colornokia-op-logo nok
AddType image/jpeg jpg
AddType image/jpeg jpeg
AddType image/gif gif
AddType image/png png
AddType image/bmp bmp
------
--
Posted: 2004-01-02 22:19:43
Edit :
Quote
New Topic
Reply