cancel
Showing results for 
Search instead for 
Did you mean: 

SUP 2.0 - Error starting AppName: Module 'BOBFramework-6' not found

Former Member
0 Kudos

Hi experts,

I am trying to test my application on a real BlackBerry 8520 device and/or the BlackBerry simulator 8520.

When I run the app, it gives me an error: "Error starting AppName: Module 'BOBFramework-6' not found."

But when I run my app on BlackBerry simulator 9800 and 9700, it runs correctly.

Any clue/idea what could be the problem?

This is my folder/files after the code generation:

ota (folder)

BOBFramework.alx

BOBFramework.cod

CommontClient.alx

CommonClient.cod

AppName.alx

AppName.cod

AppNameOptions.alx

AppNameOptions.cod

sup_client_rim.alx

sup_client_rim.cod

SUPPushListener.alx

SUPPushListener.cod

UltraLiteJ.alx

UltraLiteJ.cod

ota folder:

all_AppName.jad

BOBFramework.cod

BOBFramework.jad

BOBFramework-1.cod

BOBFramework-2.cod

BOBFramework-3.cod

BOBFramework-4.cod

BOBFramework-5.cod

BOBFramework-6.cod

BOBFramework-7.cod

CommonClient.cod

CommonClient.jad

AppName.cod

AppName.jad

AppName-1.cod

AppName-2.cod

AppNameOptions.cod

AppNameOptions.jad

AppNameOptions-1.cod

AppNameOptions-2.cod

AppNameOptions-3.cod

AppNameOptions-4.cod

sup_client_rim.cod

sup_client_rim.jad

sup_client_rim-1.cod

sup_client_rim-2.cod

SUPPushListener.cod

SUPPushListener.jad

UltraLiteJ.cod

UltraLiteJ.jad

UltraLiteJ-1.cod

UltraLiteJ-2.cod

UltraLiteJ-3.cod

UltraLiteJ-4.cod

UltraLiteJ-5.cod

Edited by: Danilo Rossatto on Oct 17, 2011 12:04 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Check the JAD file that your OTA loader is using. Ensure that it has the BOBFramework-6.cod specified as a RIM-COD-URL-X and also RIM-COD-Size-X along with all of your other COD files.

Former Member
0 Kudos

Hi Robert,

Thank you for your quick answer.

I checked all_AppName.jad file:

RIM-COD-URL-24: BOBFramework-6.cod

RIM-COD-Size-24: 92276

Also checked BOBFramework.jad file:

RIM-COD-URL-6: BOBFramework-6.cod

RIM-COD-Size-6: 91936

I dont know why the size is different, but both contains the BOBFramework-6.cod file.

To test on the simulator, I am using the DAD wizard code generation.

To install in my real device, I use the BlackBerry Desktop Software to load the .alx files.

But both gives me the same error.

Any clue?

Kind regards,

Danilo Rossatto

Answers (0)