There is the MIDlet-Permissions
and MIDlet-Permissions-Opt
attributes that can be set in the jad file. Can we use them to auto-sign a MIDlet ?
Asked
Active
Viewed 211 times
1

bharath
- 14,283
- 16
- 57
- 95
-
What is auto signed MIDlet? I cant understand that. :-/ – bharath Nov 25 '11 at 12:52
-
It is making the app not showing the questions when using `FileConnection` for example. – Nov 25 '11 at 13:01
-
Have you sign your mobile application? – bharath Nov 25 '11 at 13:02
-
I want to avoid paying money to buy signing. So I am looking for ways to autosign the app. So for your question : the app is not signed. – Nov 25 '11 at 13:07
1 Answers
1
Based on your comments, There is no way to signing your mobile application manually. Its not possible in Java ME development. You have to sign your mobile application from some 3rd party providers. But it will be cost and look on this article for know about MIDlet permissions.