03-19-2009 04:08 PM
03-19-2009 04:12 PM
CodeModuleGroupManager.loadAll() or CodeModuleGroupManager.load() gives you the codemodulegroup not a application/codemodule. You are specifying CodeModuleGroupManager.load(modulename) and i thought your specified modulename is your application name; its not correct you need to use groupname here.
Press the kudos button to thank the user who helped you.
If your problem was get solved then please mark the thread as "Accepted solution".
03-19-2009 04:22 PM
If you are testing it on simulator then try to install your application using the BlackBerry Browser
Press the kudos button to thank the user who helped you.
If your problem was get solved then please mark the thread as "Accepted solution".
03-19-2009 04:23 PM
I think this thread will clear your doubts.
03-26-2009 09:51 AM
A CodeModuleGroup is created for an application when it is installed with the following exceptions:
A group is NOT created if you use javaloader to load the application by specifying the COD file names.
A group is NOT created when a COD file is copied into the BlackBerry Simulator directory (this is what occurs when you test/debug your application).
A group IS created if the application is installed using any other means listed here:
How To - Load applications onto a BlackBerry smartphone
Article Number: DB-00041
11-03-2009 05:09 PM
I have loaded the application into the emulator this way:
1. Simulate USB cable connected
2. jvaloader -u load myapp.jad
=> I got my group not null.
But,
myGroup.getProperty("RIM-COD-Module-Name");
returns null.
So, is there a way to get a property from the jad, please?
Thank you.