Deploying the file of cod using OTA (On The Air)?

Hi all

I have developed a small blackberry app and you want to deploy using the OTA. I sent a war file that includes the .jad, .cod and .alx files. But when I run the URL and try to download the jad file, it gives me error.

"http 907 404 invalid COD error not found "

Can someone help me solve this problem?

Thank you

Manish Kumar

The .cod file, the compiler creates is usually an archive other cod files.

Extract the original .cod using WinZip (or another application) to another directory, copy the .jad file to reside next to the extracted file to cod and to change your URL accordingly.

Visit this link:

http://assets.handango.com/marketing/developerTeam/BlackBerryOTADeployment.PDF

E.

Tags: BlackBerry Developers

Similar Questions

  • Deploy multiple files of cod with a single jad file

    I am developing two applications, A and B, I want to deploy the web as a single package; the desired user experience, it is that the user click on a single link and the two applications is installed.

    I have a file of the cod and cod file B, and I want a link that points to a single jad file to install these files to cod.  What lines I need, at least, in the jad file to make this work?

    Keoki Zee

    See the development Guide.  4.3, 4.5 and 4.6 versions, magazine "Modify information in a .jad file", in the section "Distributing BlackBerry Java via the wireless network Applications" chapter "packaging and distribution of Java BlackBerry Applications.

    Note You can also do it by hand if you want.  Basically, everything you do adds the following lines to the jad for each cod

    RIM-COD-URL-n: .cod
    RIM-COD-size-n:

  • Error downloading the file of cod using java loader

    While trying to download the cod to the device file using javaloader, what follows is the result of the command prompt:

    Charger Pocket RIM Wireless Java
    Copyright 2001 - 2008 Research In Motion Limited
    Connection to the device... debug: error HRESULT during Open: 80040154
    Error: could not open port
    Press a key to continue...

    The batch file reads:

    OFF @ECHO
    : RUN
    @ "C:\Program Research In Motion\BlackBerry JDE 4.7.0\bin\javaloader" usb - charge appName.cod

    BREAK
    OUTPUT

    Pointers to solve this problem?

    Thanks in advance.

    It's an XP operating system.

    The device has been appearing as BlackBerry 9530 in workstation.

    The problem solved after reinstalling device drivers using the CD that came with the device.

  • How to deploy the application by using a file single .cod.

    Hello

    In my application, I'm Ksoap library. So I created a library for Ksoap project. and my application depends on this library project.

    Now, when I deploy the application, I need to install 2 .cod files

    1 - Ksoap

    2. my application.

    Is it possible, so that I can deploy the application with 1 single .cod file.

    The user must not install 2 .cod files. One .cod file should be enough so that he can run the application.

    Yes. In an alx file, you can simply add Ksoap_Library.cod in the tag.

  • Can we deploy the Java App COD blackberry on BES file and push it to group

    Hi all

    I have an app for phones blackberry mobile. Now, you want to know can we push the file COD of all devices connected to the BES app?

    I'm new to BES functionlality. Do I need to add a new API in the program to make it compatible for delpoyed with blackberry BES?

    Your support is appreciated.

    Thanks in advance.

    ~ Priyanka

    You have to do anything with the application.  However, you will need to create an alx - the same file you would use if you were deploying using the Desktop Manager.

    I think this video tells you the alx files.

    http://supportforums.BlackBerry.com/T5/Java-development/deploying-and-signing-applications-in-the-BL...

    Sorry I can't quickly find an article that tells you about the deployment of BES.  Take a look for yourself.  The process is to install the alx and cod in an area known of shared, create a software for this group and assigning users to this group.

  • Code error-301 when you deploy the image

    Hello
    I have a problem.

    I want to deploy an image from a client light t5740e to a client t610.

    I cloned successfully of the image to a folder as a file .ibr deposit.
    I also have an older version of the image as a file on a FTP repository .img.

    I can successfully deploy the image the FTP repository to a t610 client.
    The problem is that this image is obsolete and cannot be used.

    When tryng to deploy the image to a file repository shared, I get the following error code:
    2013-04-22 11:38:47 ErrorCode:-301, error information: the device of the faimly bios is not match the image.

    I also tried to create an image using HP ThinState Capture, but recevie the following error during startup:

    Inititializing... * ERROR * system has failed the OS image.

    After that, I downloaded the standard image on the HP site and created a USB key. Then I replaced the .ibr file, but it still gives me the same error as ThinState installation.

    Is there a way to bypass the repository of shared folder and clone the image to the FTP repository under a .img file and deploy it to the client t610?

    Or is it possible to bypass the BIOS checking when deploying the repository of shared folder?

    Assuming that the version HPDM is common (4.5 with SP2), there is an option in the task editor when applying the deployment to enable Cross-platform for Imaging.

    This is however strongly discouraged because the picture you shot of the t5470e will not have the necessary drivers for the t610. The original image on the web site of HP will have drivers for both, but the part of the RunOnce scripts at first start after imaging USB is clean the unnecessary drivers by the platform to maximize space on the device.

    However, you should be able to pull the image of 7th WES using the FTP browser component in menu HPDM model. This will generate a model that can be deployed to clients light t5740e both t610.

    One last thing to remember is to make sure that the agent is updated on the device target before deployment and then again after the deployment.

  • Modification of the Module dependency entries in the generated file to COD

    Hi all

    I am trying to build a blackberry application that uses web services. I use my own implementation of web service client because most of the mobile does not support RPC or JSR 172. So I do not use net_rim_jaxrpc blackberry module. I tried to deploy the application in 8130 (Verizon) Pearl and Curve 8320 (T-Mobile). It works very well in Pearl but he launched 'Net_rim_jaxrpc Module could not be found' error in curve 8320. I looked for versions of software to both phones. Pearl has a version 4.3 and curve has a version 4.2. I know that version 4.2 doesn't have a net_rim_jaxrpc module, then it throws the error message. I looked in the JAD file and it has an entry for net_rim_jaxrpc in "RIM-COD-Module-dependencies. My question is, since I do not use net_rim_jaxrpc API why he puts this entry in the JAD. I even tried to delete this entry from the JAD but curve 8320 always up the error message. If its configuration "RIM-COD-Module-dependencies" in another place in the COD file. If under its weight so why is - do this so that even when I'm not using the API. And how to remove this entry for dependence. I use eclipse 3.2 for development.

    Someone please help me on this.

    Thank you

    Gopi

    The problem is resolved. Problem is not with the development version. Problem is with the import statement. There was an import for 'javax.xml.rpc.Stub' statement, and I don't notice it. But when I changed the JDE 4.2 development, he began to show an error message for the unknown variable in the IDE. I changed the import to my own Stub class and everything seems to work very well.

    Thank you for everything that you guys!

    I have another question. I have a custom button and clicking on it opens the BB browser. On the development, I need the button to look like a hypertext link with the symbol of the hyperlink (a symbol of the hand). Can anyone suggest me something on this? I have to do something in the drawFocus or onFocus the custom button?

    Thank you

    Gopi

  • Download the Jad file and cod

    I discovered that an OTA installation requires a file of cod and jad. Now if I want to download these two files on my website /data/test.jad and/data/test.cod, how can I download the jad on my device so that it installs OTA?

    thanx

    You can use Web browser - open the JAD file url in the browser and the appliance will provide a view with a button to install it on the device.

    Make sure that you have configured on your server mime types, as described in this article:

    What is - required for a web server MIME types use BlackBerry applications

  • How to make a jad file and cod file to a single file for hosting on the web server

    Hello

    I want to make the jad file and cod file is a single file, which must be installed in the blackberry.

    When I load the jad without cod file file, it loads the app

    but when I load the jad file cod file, it loads the application on the blackberry device.

    I only want a single file to be uplaoded to the server for the installation of the application.

    Help, please

    I want it to install the web server to the BlackBerry smartphone.

    Thanks and greetings

    Anthony singh

    This is not possible, that both jad and cod is necessary to install an OTA application. the jad file contains a description of the application, the cod is the real application.

  • Conversion of a MIDlet on a COD using the JDE

    Hello

    I'm trying to convert a MIDlet (built with Netbeans) a COD using JDE 3.0. I used the instructions in:

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800738/800901/How_To _...

    When I built the MIDlet using Netbeans, I turned off obfuscation and JAR compression. Nevertheless, no matter what I do, I got:

    Building MyProject
    C:\Program Research In Motion\BlackBerry JDE 4.3.0\bin\rapc.exe-silencieux import ="...... \.. \.. \.. \.. \Program Files\Research in Motion\BlackBerry JDE 4.3.0\lib\net_rim_api.jar"codename = MyProject-midlet warnkey = 0 x 52424200; 0 x 52525400; 0 x 52435200 C:\MyProject\dev\clients\MyProject\dist\J2ME\MyProject-J2ME.jad C:\MyProject\dev\clients\MyProject\dist\J2ME\MyProject-J2ME.jar
    Error! 907: impossible to verify security

    Any suggestions?

    Your JAR file is signed?  CAP does not support the conversion of signed JAR files.

    If not, try to remove the - quiet parameter and you should see more information about the error.

  • How to merge two code files ksoap2.cod and Application.cod for the Distribution of the Application

    Hi all

    Can someone give me the steps defined in combile two .cod files? Because my client told me that we cannot distribute two as a single application .cod files. Is this good?

    If it is not possible to give me the steps to give the reference to combile two (ksoap2.cod and Application.cod) the .cod files in a .jad file.

    Thanks in advance,

    TEJ

    «the my client told me that we cannot distribute two as a single application .cod files.» It's just ".

    No it's not correct.  Each file of cod being limited to about 64K, if all applications had to be a cod, then things like App World which when I looked last was more than 500 KB, would not be a single application.

    Normally, you distribute applications like jads to download OTA or alx for Desktop or BES installation pushing.  Both these have methods to include several cod in the package.  Please see the developer's Guide for more information, section "packaging and distributing applications.

  • Window 7 unsuccessful backup, error message "the system cannot find the specific file" error code: 0 x 80070002.

    I tried to back up my desktop using Windows 7 upwards, but he is not successful, he stopped, message error "the system cannot find the specific file" error code: 0 x 80070002.  He said no specific file that causes the problem.

    Also, my Seagate FreeAgent, I back upwards of C: from my old PC that runs under Windows XP, which causes conflicts of the OS?  Enjoy diagnose and advise!

    Hello

    I imagine the inconvenience that you are experiencing. I will certainly help the question of fixing.

    I suggest you follow the steps in the link below and check off the question:

    0x8100002F error code and or error code 0 x 80070002 when you back up files in Windows 7:

    http://support.Microsoft.com/kb/979281

    I hope that the information above helps you.

  • Windows 7, error: deleting the file failed code 5

    Hello world
    I use a relatively new pc with Windows 7, and when I try to update a program (run an exe file to do this), I get an error message saying "delete file failed code 5. The program file that I am trying to update is located in the "Program File (x 86)" folder, and I believe that I am the administrator. Is there something to do about it?
    Many thanks for any help!

    Error coming from this Installer installation/update responsible program, is not a victory of Mrs err

  • Issue while deploying the Code in Jdeveloper

    Hello

    I am faced with a simple question. I have the code on jdeveloper, and when I am tring to deploy face the mentioned error below:

    [13: 09:50] problem by sending the HTTP request on the server. Please make sure that the server is in place or check the code of standard HTTP response for 407
    [13: 09:50] error in deployment of archives sca_helloworld_rev1.0.jar to partition 'default' on the server soa_server [http://10.65.218.62:8001]
    [13: 09:50] HTTP error Code returned [407]
    [13: 09:50] no error message is returned by the server.
    [13: 09:50] error in deployment of archives sca_helloworld_rev1.0.jar to partition 'default' on the server soa_server [http://10.65.218.62:8001]
    [13: 09:50] # incomplete deployment. ####
    [13: 09:50] error deployment archive file:/F:/oracle/JdevTmp/mywork/SoaSuiteBook11gChapter2/helloworld/deploy/sca_helloworld_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)

    To read the previous discussions, I went tools-> option to preferences in jdeveloper and checked the proxy settings in the web browser.
    But still the same error. Any help on this is much appreciated.
    Thank you

    This forum deals with Oracle database. Not on JDeveloper.
    The forum for JDeveloper is JDeveloper and ADF

    Please close this question, mark it as answered and repost in the appropriate forum.

    ---------
    Sybrand Bakker
    Senior Oracle DBA

  • Deploy the VM from a model using personalization and passage of IP information

    Ok

    It is not as it should be so difficult, but I can't make it work.

    Here's the deal, I have several different models that we deploy since.  I also have a different customization for each of these models.

    In the customization, the only information that must be provided at deployment time is intellectual property information.

    For example, if I want to deploy a VM of Windows 2003, I would use my 2003 Windows and customization model.  In this file, all information Windows are specified and the only items that I need to specify is what will be IP from Nic 1 and what will be the nic 2 IP.  Does anyone know how to pass these variables in order to deploy the machine?

    This command also works a long time that I do not specify the intellectual property information.

    New-VM - VMhost ESX1 - VM1 - Windows_2003_Template model name - data store Datastore01 - OSCustomizationSpec

    I have 2 cards I need to configure under construction.  In the customization file, I said to prompt the user for the IP address, but the gateways, dns servers, wins servers, are already configured.  The only variable, what will be the real IP.  How to get those 2 IP addresses in the customization of the OS cmd.

    New-VM - VMhost ESX1 - VM1 name - model Windows_2003_Template - data store Datastore01 - OSCustomizationSpec-ipaddressnic1 10.10.10.15?

    New-VM - VMhost ESX1 - VM1 name - model Windows_2003_Template - data store Datastore01 - OSCustomizationSpec (what happens here)

    I saw several post, but have been unable to get a response.  I use the latest version of powershell. (4.1)

    LucD,

    Thank you! that little powercli was almost exactly what I was looking for.

    Greg.

Maybe you are looking for

  • Call a dll of two screws

    Hi, I have two screws, one is "generator of data" and another is "receiving data". I wonder if I can generate a dll through which the 'data generator' allows to transfer data (for example, a Boolean value) for the "receiver of data? I want to know th

  • What graphics card can I run on my PC?

    I recently bought this PC and have been using it for games. Unfortunately, my PC works only games like, skyrim, at 20 frames per second or maybe 25. I was recommended to get a better graphics card but I don't know who can run my PC. This is why I am

  • "Error loading C:\WINDOWS|system32\sshnas21.dll".

    This is the message that appears when I start my system "error loading C:\WINDOWS|system32\sshnas21.dll. The specified module could not be found. "What do I do?

  • update of microsoft search enhancement pack for xp

    Download and install the update for the improvement of research microsoft pack always fails

  • My Webroot AntiVirus will not open

    My Webroot AntiVirus will open and will work perfectly. I haven't run in a while, but I can't open now. When I do click it a UAC popup control appears asking if I want to the following program to make changes on the computer. I would like to know how