I will divide this tutorial into 2 parts
- Deploy simple application that require no capabilities
- Deploy applications that require capabilities from your phone device
If you will want to deploy a simple application that doesn’t require any capabilities from your mobile phone you can deploy the generated sisx file generated from your carbide or whatever IDE you use but you will probably see that error message “Certificate error. Contact the application supplier”, to get around that error you can easily set your phone to install any application without checking for signed application and these are the steps to do that
Go to installations -> App.Manager -> choose options -> Settings, there you will find Software installation option change it to ALL and not signed only
After that you will be able to install any simple application you develop on your mobile isa
Application with capabilities
Case you are developing more complicated applications that requires capabilities from your phone, I assume you know the capabilities your application require also you know how to choose these capabilities from your IDE
If you try the previous way for deploying simple application you will probably get the following error “required application access not granted”, to get around that you will have to get a certificate to be able to install your application on your device
There are 2 main choices to get your application signed to be able to deploy it
Without using publisher key/id
And so without any cost which I will take about in that tutorial. This way is mostly used for testing products or for students trying to make application required for their study in college like my case.
To be able to sign your application you will have to use the Nokia open signing beta tool online at the following link in which you have to set the IMEI of your mobile, choose the required capabilities of your application and finally upload your sis file and not the sisx file. After going through the whole process, Nokia will provide you with a new signed sis file which will be installed easily on your device isa
No comments:
Post a Comment