Author |
Howto download games via GPRS [T610] |
t3ch Joined: Oct 25, 2002 Posts: 13 From: Sweden PM, WWW
|
Hi.
I have got a web server and would like to use it for downloading games for my T610.
What do i need? Server is running apache 2x on linux system.
Do i need any special headers or some "secret" code of some kind?
// |
|
Lardh Joined: Sep 07, 2003 Posts: 1 PM, WWW
|
Just upload the files to the server, put them in a directory somewhere, and make an index, either simple HTML or WML works with the T610 (or you could just have the apache-server display its normal file-directory-list).
Start the WAP-browser on the phone, and go to the URL of the page. Try clicking a link to download it. If you get an error about unsupported filetype, the server is not sending the correct content-type to the browser.
To fix that, create a file with the name .htaccess [dot-htaccess] and write, in that file, something like this:
Addtype application/vnd.eri.thm thm
Addtype image/jpeg jpg
Addtype image/jpeg jpeg
Addtype image/gif gif
Addtype image/vnd.wap.wbmp wbmp
Addtype image/png png
Addtype image/bmp bmp
Addtype text/plain txt
Addtype text/x-imelody imy
Addtype text/x-emelody emy
Addtype text/x-vcard vcf
Addtype text/x-vcalendar vcs
Addtype text/vnd.sun.j2me.app-descriptor jad
Addtype text/calendar ics
Addtype application/smil smil
Addtype application/smil smi
Addtype application/java-archive jar
Addtype application/vnd.symbian.install sis
Addtype application/vnd.wap.wmlc wmlc
Addtype application/nokia.ringing-tone rng
Addtype audio/wav wav
Addtype audio/amr amr
Addtype audio/midi midi
Addtype audio/midi mid
Addtype audio/rmf rmf
Addtype application/vnd.wap.mms-message mms
Addtype application/vnd.smaf mmf
Addtype video/3gpp mp4
Addtype video/3gpp 3gp
The format is Addtype [space] content-typs-string [space] file-extension.
All of them are not really necesery, but it does no harm to have them.
The thm is for themes, the jad is for java-applet descriptionfiles, and the jar is for java-archives.
I hope this helps. |
wieldo Joined: Dec 26, 2003 Posts: 3 PM |
Could you please go into a little more detail on how to do this, and is it also possible to occomplish this with bluetooth?
Please help me I'm a little confused on where to put this file,
Wieldo |
Ayush Joined: Sep 12, 2003 Posts: > 500 From: Hyderabad, india PM |
Or just better upload via euploader.com and dl via wap
This message was posted from a T300 |
wieldo Joined: Dec 26, 2003 Posts: 3 PM |
It still won't let you dl .jad/.jar apps files. |
Ayush Joined: Sep 12, 2003 Posts: > 500 From: Hyderabad, india PM |
No it does. If not mobile9.com
This message was posted from a T300 |
Dj Boyi Joined: Oct 05, 2002 Posts: > 500 From: Liberty City PM |
Wont tagtag.com work,they let you upload java games now and you get 1mb free space,just a thought
If nobody wants it.. put it on eBay. |
wieldo Joined: Dec 26, 2003 Posts: 3 PM |
No, it gives me the error, "not acceptable" and I don't know what problem that is but perhaps i need the upgraded firmware if you have any idea what my problem is please help me. |
|