Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
Blanc
Posts: 638
Registered: ‎07-02-2009

Re: Signed cod working not opening on Bold, but working on Storm.

You mean the SD Card of the device.?

 

How can i install from there? I am aware of Desktop, OTA and JAva Loader only. can you tell me the above process.

Thanks and Regards,
PraveenGoparaju.
Please use plain text.
Developer
Blanc
Posts: 638
Registered: ‎07-02-2009

Re: Signed cod working not opening on Bold, but working on Storm.

Hi peter, I tried to install the cod as you said. I copied all the sibbling cod files, main cod file, jad file, jar file and .alx file to the sdcard. It prompted me for the download.

 

But when i clicked on download, it is showing download failed and 907 Invalid Cod. unable to  import ZIP File.

 

any help.

Thanks and Regards,
PraveenGoparaju.
Please use plain text.
Developer
peter_strange
Posts: 17,632
Registered: ‎07-14-2008

Re: Signed cod working not opening on Bold, but working on Storm.

If you are using the SDCard, you only need the jad and the cod files, in the same directory.

 

Review the jad file, check the entries and see if it is using the sibling files (all the ones with -1, -2, -3) or the original cod.  It sounds to me like it was using the original cod only.  Which is weird, because I've never seen that. 

 

When extracting the sibling files, make sure you rename the original single cod to a zip first, then extract all the files, including the similarly names single cod file you will find in it. 

Please use plain text.
Developer
Developer
CMY
Posts: 1,115
Registered: ‎02-10-2009
My Carrier: Verizon

Re: Signed cod working not opening on Bold, but working on Storm.

[ Edited ]

Have you tried running the application on the Bold (or another device) simulator with 5.0 to see what the exact error message is? TouchScreen is available by all OSes 4.7 and above but if you have code specific to TouchScreens, I would wrap them in a Touchscreen.isSupported() block and see if that may fix the issue as well.

Please use plain text.
Developer
Blanc
Posts: 638
Registered: ‎07-02-2009

Re: Signed cod working not opening on Bold, but working on Storm.

Hi CMY, I did the same way as u mentioned. I used TouchScreen.isSupported() to invoke the touch related code.

Thanks and Regards,
PraveenGoparaju.
Please use plain text.
Developer
Blanc
Posts: 638
Registered: ‎07-02-2009

Re: Signed cod working not opening on Bold, but working on Storm.

hi peter , I have the jad file and cod files on the same directory, the root folder of SDCard. I checked the jad file it is using all the .cods

 

a part of the .jad files:

 

 

RIM-COD-URL-33: XCOBackup-33.cod
RIM-COD-URL-32: XCOBackup-32.cod
RIM-COD-URL-31: XCOBackup-31.cod
RIM-COD-URL-30: XCOBackup-30.cod
RIM-COD-URL-9: XCOBackup-9.cod
RIM-COD-URL-8: XCOBackup-8.cod
RIM-COD-URL-7: XCOBackup-7.cod
RIM-COD-URL-6: XCOBackup-6.cod
RIM-COD-URL-5: XCOBackup-5.cod
RIM-COD-URL-4: XCOBackup-4.cod
RIM-COD-URL-3: XCOBackup-3.cod
RIM-COD-URL-2: XCOBackup-2.cod
RIM-COD-URL-1: XCOBackup-1.cod

 

I have the max 33 cods and it seems it is using all the cods.

 

 

Thanks and Regards,
PraveenGoparaju.
Please use plain text.
Developer
Blanc
Posts: 638
Registered: ‎07-02-2009

Re: Signed cod working not opening on Bold, but working on Storm.

Hi peter,

 

This time the process works.

 

I renamed my cod file to .zip file and extracted all the files to a temp folder, where I placed my jad and alx also.

 

thanks!!

 

I will ask my client to implement the same process to install the app on the Bold 9700.

Thanks and Regards,
PraveenGoparaju.
Please use plain text.
Developer
Blanc
Posts: 638
Registered: ‎07-02-2009

Re: Signed cod working not opening on Bold, but working on Storm.

Just now I received mail from the client.

 

 

Yes, the Bold is running 5.0.0.602.

 

 

Thanks alot!!

 

Thanks peter. Once again your guidance helped me to solve the issue.

 

Anyway the issue is solved and the client is able to see the app on his device.

 

But why this hapens on the Bold?

Thanks and Regards,
PraveenGoparaju.
Please use plain text.