PDA

View Full Version : WAP midlet download at home?


Mateusz
09-09-2002, 23:05
Hello, does anyone of you have a template/WAP script for uploading a Java midlet for nokia phone over the air? I have plenty of midlets, which I can upload to 6310i (IRDA and PC Suite), but not to a 3410...

With best regards, Mateusz

skynet
03-19-2003, 03:53
i don't really understand your q... but

to upload JAVA MIDlets, you need a JAR and a JAD file... if the web server you wanna put these stuff is accessible by your 3410, then the only other thing is to set the file type for JAD ... addtype application/.... something i don't know exactly but search for "PHP+WAP tutorial" in google and in the beginning of these tutorials they also say how to do that..

Mateusz
03-19-2003, 14:42
Thanks - I learned how to do it - apart from the addtype application, the only thing which is needed is the http address for the jar file written in the jad. Just enter the http://bla.bla.bla/midlets/midlet.jad in the wap browser later and that's it. It easy indeed.

dazexy
05-28-2003, 09:45
Hi!

I read Your reply on forum www.gsmcity.de about java midlet download...

I have got 3410 too and i do everything what U said but i cant download the midlet to my phone...

A allways recive the foloving error message:

Invalid file format!

But i know that midlet is compatible with my phone... (sprucebiorhythm.jad and jar)

Please help...

Thanx

DaZe

Mateusz
05-28-2003, 23:24
It's as simple as typing:
http://www.spruce.jp/freemidlets/SpruceBiorhythm/SpruceBiorhythm.jad

into your address window in the wap browser. I have just checked it using 6310i, I can't imagine it would be different with the 3410

Mateusz
05-28-2003, 23:26
The forum parser cut the http line. Just hover your mouse pointer over the link and read the status bar..

dazexy
05-29-2003, 09:59
Hi!

I found the problem...

The web providers that i tried to use don't supported wap service... :-(

So i have got only one question...

Where can i found a free WAP provider who allows upload midlets via FTP?

Thanx for a help!!!

JimmyT
05-30-2003, 20:00
Keep an eye on them: www.wapdrive.com
You can create an account and upload wap pages and/or applets for free. You can use their application to create wap pages: http://www.wapdrive.com/DOCS/wap_software/waptor.html (nice and simple tool).
Just wait till they go online again!

ACE_UK
05-30-2003, 22:00
if the server does not support the mime type you need to add this to your .htacces file

AddType image/vnd.nok-oplogo nol

AddType text/vnd.sun.j2me.app-descriptor jad

AddType application/java-archive jar

Jake_trader
07-21-2003, 02:11
Thank you ace... I found this forum by accident, when i was trying to find ways to upload games via wap... Now my apache server is more than usefull...