You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2012/08/30 01:46:50 UTC

[1/2] webworks commit: No more references to phonegap in the readme

Updated Branches:
  refs/heads/master 6d7337395 -> 33d9a3a51


No more references to phonegap in the readme


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/commit/33d9a3a5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/tree/33d9a3a5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/diff/33d9a3a5

Branch: refs/heads/master
Commit: 33d9a3a51699d8c164c238394196cd6d3353c9da
Parents: 0df5633
Author: Tim Kim <ti...@nitobi.com>
Authored: Wed Aug 29 16:46:45 2012 -0700
Committer: Tim Kim <ti...@nitobi.com>
Committed: Wed Aug 29 16:46:45 2012 -0700

----------------------------------------------------------------------
 README.md |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/33d9a3a5/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 71fee9e..a315c7d 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ The cordova-blackberry-webworks platform allows web developers to develop applic
 Getting Started
 ===============
 
-Several guides are available on the [Cordova Wiki](http://wiki.phonegap.com) and on the [Cordova Documentation site](http://docs.cordova.io/) (Getting Started Guides - on the left side near the bottom) to help you get started developing for the cordova-blackberry-webworks platform.  This guide will help you install and configure the BlackBerry WebWorks development environment, and the cordova-blackberry-webworks platform.  It will also step you through the process of creating a Cordova project.
+Several guides are available on the [Cordova Documentation site](http://docs.cordova.io/) (Getting Started Guides - on the left side near the bottom) to help you get started developing for the cordova-blackberry-webworks platform.  This guide will help you install and configure the BlackBerry WebWorks development environment, and the cordova-blackberry-webworks platform.  It will also step you through the process of creating a Cordova project.
 
 [Getting Started with Cordova BlackBerry WebWorks](http://docs.cordova.io/guide_getting-started_blackberry_index.md.html)
 
@@ -40,8 +40,6 @@ Cloning the cordova-blackberry-webworks repository always provides you with the
     $ cd C:\some\path\
     $ git clone git://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks.git
 
-As an alternative, you can download packaged releases of Cordova from the [PhoneGap web site](http://phonegap.com).  If choosing this method, simply unzip the Cordova packaged code and navigate to the BlackBerry/WebWorks directory.  The steps below remain the same.
-
 Cordova BlackBerry Developer Tools
 ---
 
@@ -169,7 +167,7 @@ __Q: My simulator screen is not refreshing and I see blocks on a clicked positio
 
 __A:__ Windows 7 and the simulator's graphics acceleration do not mix. On the simulator, set View -> Graphics Acceleration to Off.
 
-__Q: When I use the Cordova [Camera.getPicture API](http://docs.cordova.io/phonegap_camera_camera.md.html#camera.getPicture) on my device, the camera never returns to my application.  Why does this happen?__
+__Q: When I use the Cordova [Camera.getPicture API](http://docs.cordova.io/cordova_camera_camera.md.html#camera.getPicture) on my device, the camera never returns to my application.  Why does this happen?__
 
 __A:__ Cordova uses a JavaScript Extension to invoke the native camera application so the user can take a picture.  When the picture is taken, Cordova will close the native camera application by emulating a key injection (pressing the back/escape button).  On a physical device, users will have to set permissions to allow the application to simulate key injections.  Setting application permissions is device-specific.  On a Storm2 (9550), for example, select the BlackBerry button from the Home screen to get to All Applications screen, then Options > Applications > Your Application.  Then select Edit Default Permissions > Interactions > Input Simulation and set it to 'Allow'.  Save your changes.