You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/07/16 22:56:10 UTC

docs commit: [CB-3822] BB10: how to get PIN, inc screen shot

Updated Branches:
  refs/heads/master df3162491 -> 2cb5aa7a4


[CB-3822] BB10: how to get PIN, inc screen shot


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/2cb5aa7a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/2cb5aa7a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/2cb5aa7a

Branch: refs/heads/master
Commit: 2cb5aa7a463591b0b82dc5a389146d3f27f2ca50
Parents: df31624
Author: Mike Sierra <le...@gmail.com>
Authored: Mon Jul 15 15:06:53 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Tue Jul 16 13:55:56 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/blackberry10/index.md |   9 +++++++--
 .../img/guide/platforms/blackberry10/bb_pin.png    | Bin 0 -> 63471 bytes
 2 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2cb5aa7a/docs/en/edge/guide/platforms/blackberry10/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/blackberry10/index.md b/docs/en/edge/guide/platforms/blackberry10/index.md
index c9d5222..07e99f9 100644
--- a/docs/en/edge/guide/platforms/blackberry10/index.md
+++ b/docs/en/edge/guide/platforms/blackberry10/index.md
@@ -104,8 +104,13 @@ Then run a variation of the `target` command such as this:
 
 The `-p` option refers to whatever password you set up when requesting
 a signing key, as described above.  The `--pin` option refers to
-whatever local password locks the device itself.  Here is the full
-syntax:
+whatever local password locks the device itself. To view the PIN,
+open the __Settings__ app and choose __About__, then choose
+__Hardware__ from the __Category__ menu:
+
+![](img/guide/platforms/blackberry10/bb_pin.png)
+
+Here is the full syntax for `target add`:
 
         $ cordova/target add <name> <ip-address> [-t <device | simulator>] [-p | --password <password>] [--pin <device-pin>]
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2cb5aa7a/template/docs/default/img/guide/platforms/blackberry10/bb_pin.png
----------------------------------------------------------------------
diff --git a/template/docs/default/img/guide/platforms/blackberry10/bb_pin.png b/template/docs/default/img/guide/platforms/blackberry10/bb_pin.png
new file mode 100644
index 0000000..b4187bb
Binary files /dev/null and b/template/docs/default/img/guide/platforms/blackberry10/bb_pin.png differ