Symbian-Developers

Symbian^3, Anna, Belle Forum => Symbian^3 Modding => Topic started by: qw.aw31 on April 23, 2014, 09:04:33 am

Title: [SOLVED] Changing java/jar UID
Post by: qw.aw31 on April 23, 2014, 09:04:33 am
Hello guys,
can anyone help me I'm trying to install the same java app more than once and only by changing the UID if i'm right how to do that?
Title: Re: [HELP] Changing java/jar UID
Post by: Allstar12345 on April 23, 2014, 11:58:33 pm
If it has a developer defined UID it will be in the manifest, saying that I've looked in Opera Mini and it doesn't seem to have one.

Code: [Select]
MIDlet-Name: Opera Mini
MIDlet-1: Opera Mini, /i.png, Browser
MicroEdition-Configuration: CLDC-1.0
MIDlet-Icon: /i.png
MIDlet-Info-URL: http://mini.opera.com/
MIDlet-Permissions-Opt: javax.microedition.io.Connector.sms, javax.wir
 eless.messaging.sms.send, javax.microedition.io.Connector.socket, jav
 ax.microedition.io.Connector.file.write, javax.microedition.io.Connec
 tor.file.read, javax.microedition.pim.ContactList.read
MIDlet-Vendor: Opera Software ASA
MIDlet-Permissions: javax.microedition.io.Connector.http
MIDlet-Version: 8.0
MicroEdition-Profile: MIDP-2.0
MIDlet-Description: Opera Mini
Nokia-MIDlet-No-Exit: true
Nokia-MIDlet-On-Screen-Keypad: no

Title: Re: [HELP] Changing java/jar UID
Post by: qw.aw31 on April 28, 2014, 11:03:23 pm
I saw something that if medlit name from manifest change, the UID will be change too, so the name is the UID some how.

[SOLVED]