I have an application which is running in more than 1000 Nokia C1-01 mobile phone.
Now i have a new version update. User's can select options in the mobile menu and upgrade to the new version of the application.
But immediately after the download is complete, it is throwing an "Invalid Application" Error.
OLD and New [Jad and Manifest] are below.
OLD JAD
Code:MIDlet-1: HelloMIDlet,/res/logo.jpg,com.lotex.main.CoreMIDlet MIDlet-Jar-Size: 426505 MIDlet-Jar-URL: Lotex.jar MIDlet-Name: Lotex MIDlet-Permissions: javax.microedition.io.Connector.https, javax.microedition.io.Connector.http, javax.microedition.io.Connector.file.write, javax.microedition.io.Connector.file.read, javax.microedition.io.Connector.bluetooth.client, javax.microedition.io.Connector.bluetooth.server MIDlet-Vendor: Vendor MIDlet-Version: 1.0 MicroEdition-Configuration: CLDC-1.1 MicroEdition-Profile: MIDP-2.0
New JAD
Code:MIDlet-1: HelloMIDlet,/res/logo.jpg,com.lotex.main.CoreMIDlet MIDlet-Jar-Size: 426514 MIDlet-Jar-URL: Lotex.jar MIDlet-Name: Lotex MIDlet-Permissions-Opt: javax.microedition.io.Connector.https, javax.microedition.io.Connector.http, javax.microedition.io.Connector.file.write, javax.microedition.io.Connector.file.read, javax.microedition.io.Connector.bluetooth.client, javax.microedition.io.Connector.bluetooth.server MIDlet-Vendor: Vendor MIDlet-Version: 1.0 MicroEdition-Configuration: CLDC-1.1 MicroEdition-Profile: MIDP-2.0
OLD Manifest
Code:Manifest-Version: 1.0 Ant-Version: Apache Ant 1.8.3 Created-By: 1.6.0_21-b07 (Sun Microsystems Inc.) MIDlet-1: HelloMIDlet,/res/logo.jpg,com.lotex.main.CoreMIDlet MIDlet-Permissions: javax.microedition.io.Connector.https, javax.micro edition.io.Connector.http, javax.microedition.io.Connector.file.write , javax.microedition.io.Connector.file.read, javax.microedition.io.Co nnector.bluetooth.client, javax.microedition.io.Connector.bluetooth.s erver MIDlet-Vendor: Vendor MIDlet-Name: Lotex MIDlet-Version: 1.0 MicroEdition-Configuration: CLDC-1.1 MicroEdition-Profile: MIDP-2.0
New Manifest
Code:Manifest-Version: 1.0 Ant-Version: Apache Ant 1.8.3 Created-By: 1.6.0_21-b07 (Sun Microsystems Inc.) MIDlet-1: HelloMIDlet,/res/logo.jpg,com.lotex.main.CoreMIDlet MIDlet-Permissions-Opt: javax.microedition.io.Connector.https, javax.m icroedition.io.Connector.http, javax.microedition.io.Connector.file.w rite, javax.microedition.io.Connector.file.read, javax.microedition.i o.Connector.bluetooth.client, javax.microedition.io.Connector.bluetoo th.server MIDlet-Vendor: Vendor MIDlet-Name: Lotex MIDlet-Version: 1.0 MicroEdition-Configuration: CLDC-1.1 MicroEdition-Profile: MIDP-2.0
Note: New Issues with the Fresh Installation and the application is working seamlessly.
Note 2: Application is not signed by any vendor or Nokia (Not available in OVI)
Is the Build properties in Netbeans is causing any issue in this ??
Please help.

Reply With Quote

