Re: what is the process once a game is developed to enabling it onto a mobile phone?
Posted By:
Udayan_Joshi
Posted On:
Tuesday, December 31, 2002 08:27 AM
Hi,
For the Motorola J2ME phones that work with the Nextel networks ( iDEN Phones ), a utility( Motorola Java Application Loader Lite) to download compiled code is available from the Motorola iDEN developers site ( http://idenphones.motorola.com/iden/developer/developer_home.jsp ).
Use this utility to connect your phone to a PC on the serial port and download your game/application.
If the application/game is making any network connections ( http etc. ) then you need to apply for and obtain a different version of the Application Loader( details available on the iDEN website...).
The J2ME phones available for Verizon also have a data connectivity kit available that lets you do the same thing.
AT&T has still not released the data conenctivity kit for the Motorola J2ME phone that it offers.
And there always is the emulator built-in the J2ME Wireless Development Toolkit (http://java.sun.com/products/j2mewtoolkit/):-)
Have fun,
-udayan-