Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E22C7D1CD for ; Tue, 10 Jul 2012 22:08:28 +0000 (UTC) Received: (qmail 54857 invoked by uid 500); 10 Jul 2012 22:08:28 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 54832 invoked by uid 500); 10 Jul 2012 22:08:28 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 54818 invoked by uid 99); 10 Jul 2012 22:08:28 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2012 22:08:28 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5BC6FD7F7; Tue, 10 Jul 2012 22:08:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: timkim@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [1/2] docs commit: [CB-1026] - updating migration docs for bb 1.9.0 Message-Id: <20120710220828.5BC6FD7F7@tyr.zones.apache.org> Date: Tue, 10 Jul 2012 22:08:28 +0000 (UTC) Updated Branches: refs/heads/master 25457d93e -> 0b014c958 [CB-1026] - updating migration docs for bb 1.9.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/0b014c95 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/0b014c95 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/0b014c95 Branch: refs/heads/master Commit: 0b014c9586bddaefee761d84b4d7008990f7b72d Parents: 13cc35d Author: Tim Kim Authored: Tue Jul 10 15:08:18 2012 -0700 Committer: Tim Kim Committed: Tue Jul 10 15:08:18 2012 -0700 ---------------------------------------------------------------------- docs/en/1.9.0/guide/upgrading/blackberry/index.md | 43 ++++++--------- 1 files changed, 17 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/0b014c95/docs/en/1.9.0/guide/upgrading/blackberry/index.md ---------------------------------------------------------------------- diff --git a/docs/en/1.9.0/guide/upgrading/blackberry/index.md b/docs/en/1.9.0/guide/upgrading/blackberry/index.md index c047267..b195452 100644 --- a/docs/en/1.9.0/guide/upgrading/blackberry/index.md +++ b/docs/en/1.9.0/guide/upgrading/blackberry/index.md @@ -22,49 +22,40 @@ Upgrading Cordova BlackBerry This document is for people who need to upgrade their Cordova versions from an older version to a current version of Cordova. -- To upgrade to 1.8.0, please go from 1.7.0 +- To upgrade to 1.9.0, please go from 1.8.1 -## Upgrade to 1.8.0 from 1.7.0 ## +## Upgrade to 1.9.0 from 1.8.1 ## Updating just the www folder: 1. Open your `www/` folder, which contains your app. 2. Remove and update the .jar file in the `ext/` folder. 3. Update the contents of the `ext-air/` folder. -4. Copy the new `cordova-1.8.0.js` into your project. +4. Copy the new `cordova-1.9.0.js` into your project. - If playbook, then update the .js file in the `playbook/` folder. -5. Update your HTML to use the new `cordova-1.8.0.js` file. -6. Update your `www/plugins.xml` file. Two plugins changed their - namespace/service label. Change the old entries for the Capture and - Contact plugins from: +5. Update your HTML to use the new `cordova-1.9.0.js` file. +6. Update your `www/config.xml` file to enable microphone recording: - - + - To: - - - +And add this new permission: +record_audio Updating the sample folder (ie, updating using the ant tools): 1. Open the `sample/lib/` folder. -2. Update the .jar file in the `cordova.1.7.0/ext/` folder. -3. Update the contents of the `cordova.1.7.0/ext-air/` folder. -4. Update the .js file in the `cordova.1.7.0/javascript/` folder. -5. Open the `sample/lib/` folder and rename the `cordova.1.7.0/` folder to `cordova.1.8.0/`. +2. Update the .jar file in the `cordova.1.8.1/ext/` folder. +3. Update the contents of the `cordova.1.8.1/ext-air/` folder. +4. Update the .js file in the `cordova.1.8.1/javascript/` folder. +5. Open the `sample/lib/` folder and rename the `cordova.1.8.1/` folder to `cordova.1.9.0/`. 6. Type `ant blackberry build` or `ant playbook build` to update the `www/` folder with updated Cordova. -7. Open the `www/` folder and update your HTML to use the new `cordova-1.8.0.js` file. -8. Open the `www/` folder and update the `plugins.xml` file. Two plugins - changed their namespace/service label. Change the old entries for the - Capture and Contact plugins from: +7. Open the `www/` folder and update your HTML to use the new `cordova-1.9.0.js` file. +8. Open the `www/` folder and update the `config.xml` file to enable microphone recording: - - + - To: +And add this new permission: - - +record_audio