views:

164

answers:

2

I want to develop an application for Nokia 3120 ( http://www.forum.nokia.com/devices/3120 ).

from the previous link, It is said that the Developer Platform is "Series 40 Developer Platform 1.0" but from the "Series 40 Platform SDKs" page, no SDK Series 40 for Platform 1.0 is available, I can just see Series 40, Developer Platform 2.0 and so on.

Can I develop an application that will run on Nokia 3120 using the Series 40, Developer Platform 2.0 or 3.0 ?

+1  A: 

Basically your best if not only option is Java ME MIDP. You can program your midlets with later versions of the Series 40 SDK; just remember not to use any APIs that are not available on the 3120. The APIs section of the document you linked to lists only the basic MIDP/CLDC/Nokia UI APIs:

JSR 30 Connected, Limited Device Configuration (CLDC) 1.0
JSR 37 MIDP 1.0
Nokia UI API

laalto
A: 

Can I download my programs via bluetooth?