General discussions : General : WAP - Developer question. Downloading of themes using wap
>
New Topic
>
Reply<
Esato Forum Index
>
General discussions >
General
> WAP - Developer question. Downloading of themes using wap
Bookmark topic
Hi,
i've been looking around this site and testing a bit since me and a couple of other developers of a minor site are having some trouble getting our theme-to-phone system to work.
Basically the problem is when you try to download a theme to your cellphone using the normal http path.
Example
http://www.mydomain.com/Themes/nokiatheme.nth
When you type that in to your browser on your cellphone the phone doesnt recognize the nth file and just downloads it as a .txt file. But I noticed this site doesn't give the direct http link to themes - you use a php file in between. So I was guessing you probably was doing some redirect in the php file and also including a header of some sort making the phone able to recognize the theme file.
If anyone still is with me my question is if anyone (admin, moderator, developer or user of this forum) could help us out with this? Eventually letting us have a look on your (just an example)
http://wap.esato.com/logos/colour/k500themes_wap.php file.
Let me know what you think
Regards - Rune Jensen
--
Posted: 2007-09-30 13:21:54
Edit :
Quote
Are the mime types set correctly on your server? The following should be added if they are not already there:
addType application/vnd.symbian.install sis
addType application/vnd.eri.thm thm
addType application/vnd.nok-s40theme nth
PHP only churns out XML so it will not have any effect on the downloading process.
--
Posted: 2007-09-30 13:26:28
Edit :
Quote
New Topic
Reply