Sending BlackBerry Applications Over The Air (OTA)
The itrezzoAgent APE client is a software platform to allow for
PIN Blast and other agent functionality. The purpose of this page is to present a methodology to deliver the itrezzoAgent Java application over the air (OTA).
In addition, this procedure can be used as a step by step instructions for almost any other Java application targeted at a BlackBerry Smartphone.
Step by Step Instructions
There are two parts to this procedure. Preparing the files and Configuring the application in the BlackBerry Manager.
File Preparation
- Share the Research In Motion directory using the Windows Explorer, or at a command prompt:
Net Share RIM="C:\Program Files\Common Files\Research In Motion"
- Create a Shared folder if it does not exist under the following location:
C:\> CD C:\Program Files\Common Files\Research In Motion
C:\Program Files\Common Files\Research In Motion> MD Shared
- Create an itrezzoAgent folder and then unzip itrezzoAgent APE contents into that folder.
C:\Program Files\Common Files\Research In Motion\Shared\Applications\> MD itrezzoAgent
- Use the site information itrezzo will provide to obtain the APE files
- There should be at least 24 files all together for the itrezzo APE
- Run the Application Loader from a command prompt to index the package:
C:\> CD \Program Files\Common Files\Research In Motion\apploader
C:\Program Files\Common Files\Research In Motion\apploader> loader /index
This creates two additional files which will show the loader index as successful:
- specification.pkg
- PkgDBCache.XML
BlackBerry Manager Configuration
- Create a new software configuration under the BlackBerry Manager.
- Select the Blackberry Domain
- Select the software configuration tab
- Right-Click to “Add Software Configuration”
- NOTE If an older version of the itrezzoAPE is present then you must delete the old configuration, make sure all users are set to something other than the old APE.
- Access Shared Research in Motion Directory via UNC Path
- Check application from the software configuration list
- Create a new Policy with software being required
- Choose “Wireless” for delivery
- Select Control Policy
- Consider creating a control policy with all items listed as allow for this application. This will limit the need for user intervention for software install.
- Assign the software Configuration to Handheld Device
You are now finished with the configuration necessary to push the itrezzo APE over the air. Once the software configuration has been assigned, it may take several hours to propagate to all handhelds.