• May 05, 2024, 08:10:47 am

Author Topic: [SOLVED] Changing java/jar UID  (Read 1240 times)

0 Members and 1 Guest are viewing this topic.

Offline qw.aw31

  • Viewer
  • *
  • Posts: 2
  • Reputation: 0
  • Symbian Power User
  • Current Phone: : 0098727353756
[SOLVED] Changing java/jar UID
« 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?
« Last Edit: April 28, 2014, 11:05:11 pm by qw.aw31 »

Offline Allstar12345

  • Allstar Software Founder
  • Administrator
  • Forum Genius
  • ******
  • Posts: 5,235
  • Reputation: 812
    • Allstar Software
  • Current Phone: : OnePlus 8 Pro, Xperia 10, Nexus 6p, Jolla Phone, Nokia N8, Nokia 808 PureView, BlackBerry Z30
Re: [HELP] Changing java/jar UID
« Reply #1 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


Offline qw.aw31

  • Viewer
  • *
  • Posts: 2
  • Reputation: 0
  • Symbian Power User
  • Current Phone: : 0098727353756
Re: [HELP] Changing java/jar UID
« Reply #2 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]