Hi All,
I've developed a j2me application and i deployed it on one webpage.When user open the web page and clicking on download button the download is happening.But we are noticed a strange issue in installing the application in native browser and opera browser in the phone.
When we are using native browser ,the installation is perfectly fine.But when we trying with opera i am getting the following error message "Jad&Jad attributes mismatch"
Also please see the content of my jad & manifest file
Manifest file contents
Manifest-Version: 1.0
MIDlet-Name: APPNAME
MIDlet-Version: 1.3
MIDlet-Vendor: companyname Technologies
MIDlet-Description: It is a direct marketing through sending sms with
earning money.
MIDlet-Icon: /APPNAME.png
MIDlet-1: APPNAME,/APPNAME.png,com.company.APPNAME.app.App
MIDlet-Delete-Confirm: Do you want to remove APPNAME?
MIDlet-Permissions: javax.wireless.messaging.sms.send,javax.microediti
on.io.Connector.http,javax.microedition.location.Location,javax.micro
edition.pim.ContactList.read
MicroEdition-Configuration: CLDC-1.1
MicroEdition-Profile: MIDP-2.0
Navi-Key-Hidden: true
Nokia-MIDlet-On-Screen-Keypad: no
Polish-Version: 2.2.1 (2011-05-27)
Jad Contents
MIDlet-Name: APPNAME
MIDlet-Version: 1.3
MIDlet-Vendor: companyname Technologies
MIDlet-Jar-URL: APPNAME.jar
MIDlet-Jar-Size: 297938
MIDlet-Description: It is a direct marketing through sending sms with earning money.
MIDlet-Icon: /APPNAME.png
MIDlet-1: APPNAME,/APPNAME.png,com.companyname.APPNAME.app.App
MIDlet-Delete-Confirm: Do you want to remove APPNAME?
MIDlet-Permissions: javax.wireless.messaging.sms.send,javax.microedition.io.Connector.http,javax.microedition.location.Location,javax.microedition.pim.ContactList.read
MicroEdition-Configuration: CLDC-1.1
MicroEdition-Profile: MIDP-2.0
Navi-Key-Hidden: true
Nokia-MIDlet-On-Screen-Keypad: no
Thanks,
Vsh

Reply With Quote

