Search code examples
blackberryblackberry-world

How to Upload COD file, RRC files and image files to BlackBerry AppWorld


I am trying to upload a BB app to its App World. Everything I read makes a reference to upload a COD file or some COD files.

When you get to this point when submiting the app, it gives two choices to do the upload. One is file by file and the other is to upload a .ZIP file.

My problem is that when I sign my app, it generates a JAR file where are all my images and classes and .COD files and .CRB files (languages RRC files).

What I do is to convert this JAR to ZIP file and upload the app .ZIP way but it gives me an error because of the name of CRB files that now turns to have some strange characters. They come from a resources_en.rrc to a resources_úen.crb

I am doing something wrong but I can't figure it out. What is the right way to do this or what am I doing wrong?

Thanks in advance!


Solution

  • For Eclipse:

    The COD is in your workspace\ProjectName\deliverables\Standard\\YourProject.cod

    All you need to upload the the App World is this COD file, don't need to do any converting of a JAR. Do, however, make sure you have signed the file by (in Eclipse) right clicking on the project -> BlackBerry -> Sign with Signature Tool