Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gmak committed Jan 28, 2013
1 parent bf111f5 commit 7b43505
Showing 1 changed file with 8 additions and 25 deletions.
33 changes: 8 additions & 25 deletions BrickBreaker/README.md
@@ -1,13 +1,13 @@
# BrickBreakerBold # BrickBreakerBold


BrickBreaker Bold takes the classic, standard BlackBerry game and re-implements it using a combination of the latest web technologies including HTML5, CSS3 and Javascript. BrickBreaker Bold (BETA) takes the classic, standard BlackBerry game and re-implements it using a combination of the latest web technologies including HTML5, CSS3 and Javascript.


The sample code for this application is Open Source under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html). The sample code for this application is Open Source under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html).




**Applies To** **Applies To**


* [BlackBerry WebWorks SDK for PlayBook and BB10](https://bdsc.webapps.blackberry.com/html5/download/sdk) * [BlackBerry WebWorks SDK for BB10](https://bdsc.webapps.blackberry.com/html5/download/sdk)


**Producer** **Producer**


Expand All @@ -24,36 +24,19 @@ The sample code for this application is Open Source under the [Apache 2.0 Licens


**Known Issues** **Known Issues**


* Enabling sound may cause loss of frames on PlayBook Device. * Some audio sound effects are duplicated.
* Enabling the rotating light (r) causes frame loss when sound effects are played.


**Tested On** **Tested On**
* BlackBerry Playbook v2.1
* BlackBerry 10 (pre-release) * BlackBerry 10 (pre-release)


## How to Build ## Building and Testing on Device:


1. Create a .zip archive of the project's root directory using your program of choice. * [Download BlackBerry WebWorks SDK for BB10](https://bdsc.webapps.blackberry.com/html5/download/sdk)
2. Navigate to the \bbwp\ directory of your SDK installation.


**Example:** * [Package And Deploy Instructions] (https://developer.blackberry.com/html5/documentation/running_your_bb10_app_2008471_11.html)
`cd C:\Program Files\Research In Motion\BlackBerry WebWorks SDK for TabletOS 2.2.0.5\bbwp`


3. Compile the .zip archive into a .bar file using the following command: * OR Checkout the repo onto you local webserver and load from any browser.
`bbwp "INSERT-PATH-TO-ZIP\ARCHIVE.ZIP" -o "TARGET-PATH"`

**Example:**
`bbwp "C:\Documents and Settings\User\Desktop\BrickBreakerBold.zip" -o "C:\Documents and Settings\User\Desktop"`

4. Navigate to the \bbwp\blackberry-tablet-sdk\bin\ directory of your SDK installation.

**Example:**
`cd C:\Program Files\Research In Motion\BlackBerry WebWorks SDK for TabletOS 2.2.0.5\bbwp\blackberry-tablet-sdk\bin\`

5. Ensuring that your Playbook or BB10 is connected to your computer via USB, and that development mode is enabled on your device, install the application on your device using the following command:
`blackberry-deploy -installApp -device DEVICE-IP -package "TARGET-PATH\ARCHIVE.BAR" -password DEVICE-PASSWORD`

**Example:**
`blackberry-deploy -installApp -device 169.254.0.1 -package "C:\Documents and Settings\User\Desktop\BrickBreakerBold.bar" -password thisismypassword`


## More Info ## More Info


Expand Down

0 comments on commit 7b43505

Please sign in to comment.