This page was last modified 12:20, 9 January 2008.
Apache configuration for mobile application download
From Forum Nokia Wiki
The following needs in the Apache server for the phone/device to understand the MIME type from the webserver.
Create a .conf file with the following contents:
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
The above will let j2me and sis/sisx files to be recognized by the device. Add this file to /etc/httpd/conf.d/ directory and reload apache server
For sisx filetype, please consider using x-epoc/x-sisx-appas described in [1] [phoneynk]
External links for other file types
http://gsmhosting.com/vbb/archive/index.php/t-108915.html http://www.karan.org/blog/index.php/2006/10/15/p158 http://rivviepop.wordpress.com/2006/01/27/configuring-apache-for-mobile-browsing
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Invalid file error | arso | Mobile Java General | 1 | 2006-01-19 11:21 |
| HTTP on Nokia 7650 | nadianm | Mobile Java General | 2 | 2002-10-28 10:04 |
| Image uploading via multipart form | rerian25 | Mobile Java Networking & Messaging & Security | 5 | 2008-05-24 06:18 |
| How to use conf file in passive content ? | forester404 | Symbian Signing, Certification and Security | 5 | 2007-11-29 17:29 |
| Nokia emulator | Miss_Missy | General Symbian C++ | 4 | 2008-03-05 02:28 |
