I signed the application and trying to install on Nokia 5000 giving error “Application not supported”.
and failing download of application.
I used the MIDP 2.0 and have given following application permission
MIDlet-Permissions: javax.microedition.pim.ContactList.read, javax.microedition.io.Connector.http, javax.microedition.io.Connector.socket, javax.microedition.media.control.RecordControl
when i am changing permission as following application able to download and at last when download finished download exit as error
“Invalid applicaion”.
MIDlet-Permissions: javax.microedition.pim.ContactList.read, javax.microedition.io.Connector.http, javax.microedition.io.Connector.socket
MIDlet-Permissions-Opt: javax.microedition.media.control.RecordControl
I am able to install and run unsigned application on this model.
Help me out here .
Thanks
Sohil
Thanks for the reply.
I think your suggestion is right here .
Record functionality is not supported in 5000 so following permission is not compatible with this phone.
javax.microedition.media.control.RecordControl
So i have to create the separate build particular for this model without this permission and also i have to remove the media control reference from the code.
Thanks