|
Java ME permission attributes in Jad and MANIFESTCreated on: Feb 12, 2008 1:23 AM by Sony Ericsson Developer Support - Last Modified: Apr 10, 2008 4:52 AM by Sony Ericsson Developer SupportHere is a list of permissions used for different APIs in Java ME. The apropriate permission should be added to the Jad and MANIFEST file before the application is signed.
Jad / MANIFEST attribute: MIDlet-Permissions: javax.microedition.io.PushRegistry, javax.microedition.io.Connector.sms
Find a list of permission settings in Sony Ericsson phones here >>>
Hi,
There is actually an example at the top.
MIDlet-Permissions: javax.microedition.io.PushRegistry, javax.microedition.io.Connector.sms
The jad or MANIFEST files can be edited in a text editor but these permissions can commonly be added automatically by the IDE if specified.
/Oscar Sony Ericsson Developer World When I add "javax.microedition.io.Connector.file.read", installation fails with an "operation Failed" message. We have a certificate from VeriSign and it all works fine on Nokia phones but then installation fails on Sony Ericsson z750a (from AT&T in US) when setting API file access permissions in JAD.
Any clues? Thanks! Hi,
In some cases operators change the permission domains in the phones. For example in AT&T phones I believe the application must be signed by AT&T to be able to access the phones file system.
You can find information about the permission settings used in AT&T phones at the AT&T devCentral.
/Oscar Sony Ericsson Developer World |
||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
A Syntax example for the Jar and MANIFEST would be nice.