Quantcast how to deploy midp java on my mobile?
This is a discussion on how to deploy midp java on my mobile? in the alt.cellular.nokia forum at Cell Phone Forums

Go Back   Cell Phone Forums > Cell Phone Manufacturers > Nokia > alt.cellular.nokia
Cell Phone Forums RSS Feed Connect Register Blogs FAQ Members Arcade Tags


Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 02-09-2004, 12:54 PM   #1
interuser@hotmail.com
Guest
CPF $: 0 Donate

how to deploy midp java on my mobile?


Hi I found source and binary code for midp java . i have a nokia 6610
and i want to install it on it.what i have is a file Odysseus-en.jad
and Odysseus-en.jar. how can i install it on my mobile?


Reply With Quote
Cell Phone Links
Advertisement
 
Old 02-09-2004, 05:04 PM   #2
Anton Spaans
Guest
CPF $: 0 Donate

Re: how to deploy midp java on my mobile?



<interuser@hotmail.com> wrote in message
news:a840cbfe.0402091054.170d0202@posting.google.c om...
> Hi I found source and binary code for midp java . i have a nokia 6610
> and i want to install it on it.what i have is a file Odysseus-en.jad
> and Odysseus-en.jar. how can i install it on my mobile?


Just send the .jar file to your phone, either using IrDA (infrared),
bluetooth (i don't know if your phone supports that) or e-mail it (as an
attachment) to your phone (e-mail address depends on your wireless
service-provider).
Open the file sent to your phone (msg through infrared/bluetooth or your
e-mail's attachment). The app will be installed by the phone.

-- Anton.


Reply With Quote
Old 02-16-2004, 06:25 AM   #3
g0ebish thE b0ngmAstEr
Guest
CPF $: 0 Donate

Re: how to deploy midp java on my mobile?


Hi,
you can deploy it by wap... just put your .jad & .jar to your personnal site
via FTP (take care that the URL PATH parameter in the jad file (.jad files
are plain text files) point to your jar file eg:
http://mysite.myprovider/myMIDlet.jar ) then point your Wap browser to
http://mysite.myprovider/myMIDlet.jad ... your phone will then ask if you
want to download the Midlet and will install it that's simple...

As I don't know that phone I don't know if you can install new Java apps via
IR, bluetooth, USB ...

hope it help.

--

"I haven't lost my mind, it's backed up on disk somewhere."

<interuser@hotmail.com> a écrit dans le message de
news:a840cbfe.0402091054.170d0202@posting.google.c om...
> Hi I found source and binary code for midp java . i have a nokia 6610
> and i want to install it on it.what i have is a file Odysseus-en.jad
> and Odysseus-en.jar. how can i install it on my mobile?



Reply With Quote
Old 02-16-2004, 09:13 AM   #4
Darryl L. Pierce,,,
Guest
CPF $: 0 Donate

Re: how to deploy midp java on my mobile?


g0ebish thE b0ngmAstEr wrote:

> Hi,
> you can deploy it by wap... just put your .jad & .jar to your personnal
> site via FTP (take care that the URL PATH parameter in the jad file (.jad
> files are plain text files) point to your jar file eg:


This isn't necessary for all carriers. In my experience, only SprintPCS has
required the fully qualified URL for the JAR. But, they also have other
idiosyncracies that you have to be aware of as well. For example, their WAP
gateway caches content for *hours* so, if you're in development and testing
on a SprintPCS handset, you have to either constantly renamed your JAR/JAD
files or you have to modify your web server to set a time to live for
documents of only a minute to force their gateway to expire your JAR/JAD
quickly.

> http://mysite.myprovider/myMIDlet.jar ) then point your Wap browser to
> http://mysite.myprovider/myMIDlet.jad ... your phone will then ask if you
> want to download the Midlet and will install it that's simple...


You need to also configure the web server to send back the appropriate MIME
types for JARs and JADs. This information is available at the J2ME FAQ:
<http://mcpierce.mypage.org/j2mefaq.html>

--
Darryl L. Pierce <mcpierce@myrealbox.com>
Visit the Infobahn Offramp - <http://mypage.org/mcpierce>
"What do you care what other people think, Mr. Feynman?"
Reply With Quote
Old 02-16-2004, 01:50 PM   #5
David J. Firth
Guest
CPF $: 0 Donate

Re: how to deploy midp java on my mobile?


In message <2ae3b92a92370c8f6fd6d8a1144e2cd6@news.teranews.co m>, "Darryl
L. Pierce,,," <mcpierce@myrealbox.com> writes
>g0ebish thE b0ngmAstEr wrote:
>
>> Hi,
>> you can deploy it by wap... just put your .jad & .jar to your personnal
>> site via FTP (take care that the URL PATH parameter in the jad file (.jad
>> files are plain text files) point to your jar file eg:

>
>This isn't necessary for all carriers. In my experience, only SprintPCS has
>required the fully qualified URL for the JAR. But, they also have other
>idiosyncracies that you have to be aware of as well. For example, their WAP
>gateway caches content for *hours* so, if you're in development and testing
>on a SprintPCS handset, you have to either constantly renamed your JAR/JAD
>files or you have to modify your web server to set a time to live for
>documents of only a minute to force their gateway to expire your JAR/JAD
>quickly.
>
>> http://mysite.myprovider/myMIDlet.jar ) then point your Wap browser to
>> http://mysite.myprovider/myMIDlet.jad ... your phone will then ask if you
>> want to download the Midlet and will install it that's simple...

>
>You need to also configure the web server to send back the appropriate MIME
>types for JARs and JADs. This information is available at the J2ME FAQ:
><http://mcpierce.mypage.org/j2mefaq.html>
>


If you can't change your web server configuration (or don't know how)
then you can use our Free Online Tool. After your JAD and JAR file have
been uploaded our utility presents you with a URL that can be used with
your Mobile Phones WAP Browser.

http://www.mobilebasic.com/MidletUpload.jsp

Regards
--
David Firth
Mobile BASIC - BASIC Programming Language for Java Enabled Mobile Phones
http://www.mobilebasic.com/
Reply With Quote
Cell Phone Links
Advertisement
 
Reply

Bookmarks

Tags
deploy, java, midp, mobile

Thread Tools
Display Modes Rate This Thread
Rate This Thread:



Similar Threads for: how to deploy midp java on my mobile?
Thread Thread Starter Forum Replies Last Post
Java MIDP 2.0 Joseph1969 Motorola 1 05-20-2007 09:55 PM
Deploy Fax/Data on CDMA system Daniel alt.cellular.sprintpcs 0 01-06-2006 01:58 AM
bluetooth and MIDP 1.0 g0ebish thE b0ngmAstEr alt.cellular.nokia 3 04-05-2004 02:25 AM
midp 2.0 Ivan alt.cellular.nokia 1 01-17-2004 05:42 AM
upgrade nokia 7650 to MIDP 2.0? Gav alt.cellular.nokia 0 09-21-2003 06:19 PM




All times are GMT -6. The time now is 04:24 PM.

Add to MyYahoo Add to NewsGator Add to MyAOL Add to Rojo Add to Bloglines Add to NewVibes Add to Technorati Favorites Add to Google

Powered by: vBulletin
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
©2004 - 2008 Sugarman Studios, LLC. All Rights Reserverd.