Whats MIDP 1.0/2.0, CLDC 1.0/1.1 anyway, and why do I have to care?
All SerSart Software works on MIDP 1.0/2.0 phones but may be dismissed as ‘unsupported file format’ (see below as well) if your device only accepts the CLDC 1.1 model (in case you’re trying to install the CLDC 1.0 version) and vice versa. Theoretically this shouldn’t happen but we have seen this happening. CLDC stands for Connected Limited Device Configuration. The CLDC serves the market consisting of personal, mobile, connected information devices. This configuration includes some new classes designed specifically to fit the needs of small-footprint devices. MIDP stands for Mobile Information Device Profile. These is a set of Java APIs that is generally implemented on the Connected Limited Device Configuration (CLDC). It provides a basic J2ME application runtime environment targeted at mobile information devices, such as mobile phones and two-way pagers. The MIDP specification addresses issues such as user interface, persistent storage, networking, and application model.