[Bb-ant-tools-general] Application Identifier
Brought to you by:
jiggak
|
From: Wayne F. <way...@gm...> - 2014-04-03 13:30:39
|
I have two applications that can not run together on one device. (When I open one the other closes) I am suspecting that my build files are at fault: My build script is generating cod files together with jad files, no alx file. I have compared both jad files and the only possible clash that I see is that both share a "push receiver" background application that shares the same package name defined as such: The midlets name differ but the packages names do not. MIDlet-Jar-URL: AppA.jar MIDlet-Name: AppA RIM-COD-SHA1-1: 3c e5 78 ca 41.... MIDlet-2: PushRx,,com.push.PushRx<<<<<< RIM-COD-SHA1-3: 5c b1 cf e3 9c 5f 0d .... MIDlet-Jar-URL: AppB.jar MIDlet-Name: AppB RIM-COD-SHA1-1: 7c 87 70 1b.... MIDlet-2: PushRy,,com.push.PushRx<<<<<< RIM-COD-SHA1-5: a6 af d4 da ff ... I do not generate an ALX file, but I noticed there is an unique id for the application for this file. Is there an id for the jad/cod files? Thanks. Wayne. |