CB-4229 Remove BlackBerry OS platform
diff --git a/docs/en/edge/config_ref/images.md b/docs/en/edge/config_ref/images.md
index 71d3817..6c9bf98 100644
--- a/docs/en/edge/config_ref/images.md
+++ b/docs/en/edge/config_ref/images.md
@@ -54,9 +54,13 @@
         windows-phone/icon-62-tile.png
         windows-phone/icon-173-tile.png
 
-Blackberry requires an 80-pixel icon:
+Blackberry 10 requires an icon element in config.xml:
 
-        blackberry/icon-80.png
+        <icon src="blackberry10/icon-86.png" />
+
+See BlackBerry's documentation for tareting multiple sizes and locales.
+
+[http://developer.blackberry.com/html5/documentation/icon_element.html]
 
 Tizen requires an 128-pixel icon:
 
@@ -95,10 +99,8 @@
         ios/screen-iphone-portrait.png
         ios/screen-iphone-portrait-568h-2x.png
 
-BlackBerry and Windows Phone both specify a single splash screen
-image:
+Windows Phone specifies a single splash screen image:
 
-        blackberry/screen-225.png
         windows-phone/screen-portrait.jpg
 
 The following sections detail how to set up splash screens when
@@ -190,9 +192,7 @@
 
 ## Splash Screens for the BlackBerry 10 Platform
 
-Copy splash screen images into the project's `res/screen/blackberry10`
-directory. The file names should be:
+Add a rim:splash element to config.xml for each resolution and locale you wish
+to support:
 
-- splash-1280x768.png (1280x768 pixels)
-- splash-720x720.png (720x720 pixels)
-- splash-768x1280.png (768x1280 pixels)
+<http://developer.blackberry.com/html5/documentation/rim_splash_element.html>
diff --git a/docs/en/edge/config_ref/index.md b/docs/en/edge/config_ref/index.md
index ad057a4..f337324 100644
--- a/docs/en/edge/config_ref/index.md
+++ b/docs/en/edge/config_ref/index.md
@@ -57,7 +57,7 @@
 
 - iOS Configuration
 - Android Configuration
-- BlackBerry Configuration
+- BlackBerry 10 Configuration
 
 In addition to the various configuration options detailed below, you
 can also configure an application's core set of images for each target
diff --git a/docs/en/edge/cordova/accelerometer/acceleration/acceleration.md b/docs/en/edge/cordova/accelerometer/acceleration/acceleration.md
index d33f16b..ac4042a 100644
--- a/docs/en/edge/cordova/accelerometer/acceleration/acceleration.md
+++ b/docs/en/edge/cordova/accelerometer/acceleration/acceleration.md
@@ -39,7 +39,7 @@
 
 - Amazon Fire OS 
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Tizen
 - Windows Phone 7 and 8
diff --git a/docs/en/edge/cordova/accelerometer/accelerometer.clearWatch.md b/docs/en/edge/cordova/accelerometer/accelerometer.clearWatch.md
index 25403b3..1a3c378 100644
--- a/docs/en/edge/cordova/accelerometer/accelerometer.clearWatch.md
+++ b/docs/en/edge/cordova/accelerometer/accelerometer.clearWatch.md
@@ -29,7 +29,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Tizen
 - Windows Phone 7 and 8
diff --git a/docs/en/edge/cordova/accelerometer/accelerometer.getCurrentAcceleration.md b/docs/en/edge/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
index 563cbe3..19eaf15 100644
--- a/docs/en/edge/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
+++ b/docs/en/edge/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
@@ -36,7 +36,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Tizen
 - Windows Phone 7 and 8
diff --git a/docs/en/edge/cordova/accelerometer/accelerometer.md b/docs/en/edge/cordova/accelerometer/accelerometer.md
index 951f117..255727e 100644
--- a/docs/en/edge/cordova/accelerometer/accelerometer.md
+++ b/docs/en/edge/cordova/accelerometer/accelerometer.md
@@ -63,16 +63,10 @@
             <param name="android-package" value="org.apache.cordova.devicemotion.AccelListener" />
         </feature>
 
-* BlackBerry WebWorks
-
-        (in www/plugins.xml)
-        <feature name="Accelerometer">
-            <param name="blackberry-package" value="org.apache.cordova.accelerometer.Accelerometer" />
-        </feature>
+* BlackBerry 10
 
         (in www/config.xml)
-        <feature id="blackberry.system"  required="true" version="1.0.0.0" />
-        <feature id="org.apache.cordova" required="true" version="1.0.0" />
+        <feature name="Accelerometer" value="Accelerometer" />
 
 * iOS (in the named application directory's `config.xml`)
 
diff --git a/docs/en/edge/cordova/accelerometer/accelerometer.watchAcceleration.md b/docs/en/edge/cordova/accelerometer/accelerometer.watchAcceleration.md
index b987d4b..c0707c2 100644
--- a/docs/en/edge/cordova/accelerometer/accelerometer.watchAcceleration.md
+++ b/docs/en/edge/cordova/accelerometer/accelerometer.watchAcceleration.md
@@ -45,7 +45,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Tizen
 - Windows Phone 7 and 8
diff --git a/docs/en/edge/cordova/camera/camera.getPicture.md b/docs/en/edge/cordova/camera/camera.getPicture.md
index 6ef2a87..955870d 100644
--- a/docs/en/edge/cordova/camera/camera.getPicture.md
+++ b/docs/en/edge/cordova/camera/camera.getPicture.md
@@ -69,7 +69,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Tizen
 - Windows Phone 7 and 8
diff --git a/docs/en/edge/cordova/camera/camera.md b/docs/en/edge/cordova/camera/camera.md
index ef0112c..a95632f 100644
--- a/docs/en/edge/cordova/camera/camera.md
+++ b/docs/en/edge/cordova/camera/camera.md
@@ -72,19 +72,10 @@
         (in app/AndroidManifest)
         <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
 
-* BlackBerry WebWorks
-
-        (in www/plugins.xml)
-        <feature name="Camera">
-            <param name="blackberry-package" value="org.apache.cordova.camera.Camera" />
-        </feature>
+* BlackBerry 10
 
         (in www/config.xml)
-        <feature id="blackberry.media.camera" />
-
-        <rim:permissions>
-            <rim:permit>use_camera</rim:permit>
-        </rim:permissions>
+        <feature name="Camera" value="Camera"/>
 
 * iOS (in the named application directory's `config.xml`)
 
diff --git a/docs/en/edge/cordova/camera/parameter/cameraOptions.md b/docs/en/edge/cordova/camera/parameter/cameraOptions.md
index a49ab28..b011932 100644
--- a/docs/en/edge/cordova/camera/parameter/cameraOptions.md
+++ b/docs/en/edge/cordova/camera/parameter/cameraOptions.md
@@ -101,7 +101,7 @@
 
 - `Camera.PictureSourceType.PHOTOLIBRARY` and `Camera.PictureSourceType.SAVEDPHOTOALBUM` both display the same photo album.
 
-## BlackBerry Quirks
+## BlackBerry 10 Quirks
 
 - Ignores the `quality` parameter.
 
@@ -109,10 +109,6 @@
 
 - Ignores the `allowEdit` parameter.
 
-- Application must have key injection permissions to close the native Camera application after the user snaps the photo.
-
-- Using large image sizes may result in the inability to encode images on later-model devices (e.g., Torch 9800) that feature high-resolution cameras.
-
 - `Camera.MediaType` is not supported.
 
 - Ignores the `correctOrientation` parameter.
diff --git a/docs/en/edge/cordova/compass/compass.md b/docs/en/edge/cordova/compass/compass.md
index 3f998a3..90c7712 100755
--- a/docs/en/edge/cordova/compass/compass.md
+++ b/docs/en/edge/cordova/compass/compass.md
@@ -76,6 +76,12 @@
         <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
         <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
 
+* BlackBerry 10
+ 
+        (in `www/config.xml`)
+
+        <feature name="Compass" value="Comapss" />
+
 * iOS (in the named application directory's `config.xml`)
 
         <feature name="Compass">
diff --git a/docs/en/edge/cordova/connection/connection.md b/docs/en/edge/cordova/connection/connection.md
index 6b31ced..76c736f 100644
--- a/docs/en/edge/cordova/connection/connection.md
+++ b/docs/en/edge/cordova/connection/connection.md
@@ -70,12 +70,10 @@
         (in app/AndroidManifest.xml)
         <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
 
-* BlackBerry WebWorks
+* BlackBerry 10
 
-        (in www/plugins.xml)
-        <feature name="Network Status">
-            <param name="blackberry-package" value="org.apache.cordova.network.Network" />
-        </feature>
+        (in www/config.xml)
+        <feature name="NetworkStatus" value="NetworkStatus"/>
 
 * iOS (in the named application directory's `config.xml`)
 
diff --git a/docs/en/edge/cordova/connection/connection.type.md b/docs/en/edge/cordova/connection/connection.type.md
index 57b0faf..5bc8ae6 100644
--- a/docs/en/edge/cordova/connection/connection.type.md
+++ b/docs/en/edge/cordova/connection/connection.type.md
@@ -31,7 +31,7 @@
 - Amazon Fire OS
 - iOS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - Tizen
 - Windows Phone 7 and 8
 - Windows 8
diff --git a/docs/en/edge/cordova/contacts/Contact/contact.md b/docs/en/edge/cordova/contacts/Contact/contact.md
index c356830..8694c09 100644
--- a/docs/en/edge/cordova/contacts/Contact/contact.md
+++ b/docs/en/edge/cordova/contacts/Contact/contact.md
@@ -74,7 +74,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
@@ -199,7 +199,7 @@
 
 - __categories__:  Not supported on Android 2.X devices, returning `null`.
 
-## BlackBerry WebWorks 5.0+ Quirks
+## BlackBerry 10 Quirks
 
 - __id__: Supported.  Assigned by the device when saving the contact.
 
diff --git a/docs/en/edge/cordova/contacts/ContactAddress/contactaddress.md b/docs/en/edge/cordova/contacts/ContactAddress/contactaddress.md
index d24731e..6eab561 100644
--- a/docs/en/edge/cordova/contacts/ContactAddress/contactaddress.md
+++ b/docs/en/edge/cordova/contacts/ContactAddress/contactaddress.md
@@ -49,7 +49,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
@@ -143,7 +143,7 @@
 
 - __pref__: Not supported, returning `false` on Android 2.X devices.
 
-## BlackBerry WebWorks 5.0+ Quirks
+## BlackBerry 10 Quirks
 
 - __pref__: Not supported on BlackBerry devices, returning `false`.
 
diff --git a/docs/en/edge/cordova/contacts/ContactField/contactfield.md b/docs/en/edge/cordova/contacts/ContactField/contactfield.md
index 8d75b3c..9757b6e 100644
--- a/docs/en/edge/cordova/contacts/ContactField/contactfield.md
+++ b/docs/en/edge/cordova/contacts/ContactField/contactfield.md
@@ -53,7 +53,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
@@ -142,7 +142,7 @@
 
 - __pref__: Not supported, returning `false`.
 
-## BlackBerry WebWorks 5.0+ Quirks
+## BlackBerry 10 Quirks
 
 - __type__: Partially supported.  Used for phone numbers.
 
diff --git a/docs/en/edge/cordova/contacts/ContactFindOptions/contactfindoptions.md b/docs/en/edge/cordova/contacts/ContactFindOptions/contactfindoptions.md
index 5373ae6..1af5b89 100644
--- a/docs/en/edge/cordova/contacts/ContactFindOptions/contactfindoptions.md
+++ b/docs/en/edge/cordova/contacts/ContactFindOptions/contactfindoptions.md
@@ -30,7 +30,7 @@
 ## Supported Platforms
 
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
diff --git a/docs/en/edge/cordova/contacts/ContactName/contactname.md b/docs/en/edge/cordova/contacts/ContactName/contactname.md
index a64d884..168b102 100644
--- a/docs/en/edge/cordova/contacts/ContactName/contactname.md
+++ b/docs/en/edge/cordova/contacts/ContactName/contactname.md
@@ -43,7 +43,7 @@
 
 - Amazon Fire OS
 - Android 2.X
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
@@ -124,7 +124,7 @@
 
 - __formatted__: Partially supported, and read-only.  Returns a concatenation of `honorificPrefix`, `givenName`, `middleName`, `familyName`, and `honorificSuffix`.
 
-## BlackBerry WebWorks 5.0+ Quirks
+## BlackBerry 10 Quirks
 
 - __formatted__: Partially supported.  Returns a concatenation of BlackBerry __firstName__ and __lastName__ fields.
 
diff --git a/docs/en/edge/cordova/contacts/ContactOrganization/contactorganization.md b/docs/en/edge/cordova/contacts/ContactOrganization/contactorganization.md
index 1fe2aa3..4801e18 100644
--- a/docs/en/edge/cordova/contacts/ContactOrganization/contactorganization.md
+++ b/docs/en/edge/cordova/contacts/ContactOrganization/contactorganization.md
@@ -42,7 +42,7 @@
 ## Supported Platforms
 
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
@@ -125,7 +125,7 @@
 
 - __pref__: Not supported by Android 2.X devices, returning `false`.
 
-## BlackBerry WebWorks 5.0+ Quirks
+## BlackBerry 10 Quirks
 
 - __pref__: Not supported by BlackBerry devices, returning `false`.
 
diff --git a/docs/en/edge/cordova/contacts/contacts.create.md b/docs/en/edge/cordova/contacts/contacts.create.md
index 3bc2636..67d5746 100644
--- a/docs/en/edge/cordova/contacts/contacts.create.md
+++ b/docs/en/edge/cordova/contacts/contacts.create.md
@@ -33,7 +33,7 @@
 ## Supported Platforms
 
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 
diff --git a/docs/en/edge/cordova/contacts/contacts.find.md b/docs/en/edge/cordova/contacts/contacts.find.md
index 0be3c81..72cbb8e 100644
--- a/docs/en/edge/cordova/contacts/contacts.find.md
+++ b/docs/en/edge/cordova/contacts/contacts.find.md
@@ -57,7 +57,7 @@
 ## Supported Platforms
 
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
diff --git a/docs/en/edge/cordova/contacts/contacts.md b/docs/en/edge/cordova/contacts/contacts.md
index c981d0a..c2a96d9 100644
--- a/docs/en/edge/cordova/contacts/contacts.md
+++ b/docs/en/edge/cordova/contacts/contacts.md
@@ -98,18 +98,12 @@
         <uses-permission android:name="android.permission.WRITE_CONTACTS" />
         <uses-permission android:name="android.permission.GET_ACCOUNTS" />
 
-* BlackBerry WebWorks
-
-        (in www/plugins.xml)
-        <feature name="Contact">
-            <param name="blackberry-package" value="org.apache.cordova.pim.Contact" />
-        </feature>
+* BlackBerry 10
 
         (in www/config.xml)
-        <feature id="blackberry.find"        required="true" version="1.0.0.0" />
-        <feature id="blackberry.identity"    required="true" version="1.0.0.0" />
-        <feature id="blackberry.pim.Address" required="true" version="1.0.0.0" />
-        <feature id="blackberry.pim.Contact" required="true" version="1.0.0.0" />
+
+        <feature name="Contacts" value="Contacts"/>
+        <rim:permit>access_pimdomain_contacts</rim:permit>
 
 * iOS (in the named application directory's `config.xml`)
 
diff --git a/docs/en/edge/cordova/device/device.cordova.md b/docs/en/edge/cordova/device/device.cordova.md
index 1a139d7..81f6d3f 100644
--- a/docs/en/edge/cordova/device/device.cordova.md
+++ b/docs/en/edge/cordova/device/device.cordova.md
@@ -31,7 +31,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Tizen
 - Windows Phone 7 and 8
diff --git a/docs/en/edge/cordova/device/device.md b/docs/en/edge/cordova/device/device.md
index 1515952..427a251 100644
--- a/docs/en/edge/cordova/device/device.md
+++ b/docs/en/edge/cordova/device/device.md
@@ -66,15 +66,10 @@
             <param name="android-package" value="org.apache.cordova.device.Device" />
         </feature>
 
-* BlackBerry WebWorks
-
-        (in www/plugins.xml)
-        <feature name="Device">
-            <param name="blackberry-package" value="org.apache.cordova.device.Device" />
-        </feature>
+* BlackBerry 10
 
         (in www/config.xml)
-        <feature id="blackberry.app" required="true" version="1.0.0.0" />
+        <feature name="Device" value="Device"/>
         <rim:permissions>
             <rim:permit>read_device_identifying_information</rim:permit>
         </rim:permissions>
diff --git a/docs/en/edge/cordova/device/device.model.md b/docs/en/edge/cordova/device/device.model.md
index e87193a..ec5d31f 100644
--- a/docs/en/edge/cordova/device/device.model.md
+++ b/docs/en/edge/cordova/device/device.model.md
@@ -32,7 +32,7 @@
 ## Supported Platforms
 
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Tizen
 - Windows Phone 7 and 8
diff --git a/docs/en/edge/cordova/device/device.name.md b/docs/en/edge/cordova/device/device.name.md
index eec50c0..bfccd59 100644
--- a/docs/en/edge/cordova/device/device.name.md
+++ b/docs/en/edge/cordova/device/device.name.md
@@ -34,7 +34,7 @@
 ## Supported Platforms
 
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Tizen
 - Windows Phone 7 and 8
diff --git a/docs/en/edge/cordova/device/device.platform.md b/docs/en/edge/cordova/device/device.platform.md
index b6f0818..52b50a5 100644
--- a/docs/en/edge/cordova/device/device.platform.md
+++ b/docs/en/edge/cordova/device/device.platform.md
@@ -26,7 +26,7 @@
 ## Supported Platforms
 
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Tizen
 - Windows Phone 7 and 8
@@ -36,7 +36,7 @@
 
     // Depending on the device, a few examples are:
     //   - "Android"
-    //   - "BlackBerry"
+    //   - "BlackBerry 10"
     //   - "iOS"
     //   - "WinCE"
     //   - "Tizen"
@@ -74,12 +74,6 @@
       </body>
     </html>
 
-## BlackBerry Quirks
-
-Devices may return the device platform version number instead of the
-platform name.  For example, the Storm2 9550 returns a value such as
-`2.13.0.95`.
-
 ## Windows Phone 7 Quirks
 
 Windows Phone 7 devices report the platform as `WinCE`.
diff --git a/docs/en/edge/cordova/device/device.uuid.md b/docs/en/edge/cordova/device/device.uuid.md
index 2795cfa..a8b2336 100644
--- a/docs/en/edge/cordova/device/device.uuid.md
+++ b/docs/en/edge/cordova/device/device.uuid.md
@@ -30,7 +30,7 @@
 ## Supported Platforms
 
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Tizen
 - Windows Phone 7 and 8
diff --git a/docs/en/edge/cordova/device/device.version.md b/docs/en/edge/cordova/device/device.version.md
index a401eaf..a3631d5 100644
--- a/docs/en/edge/cordova/device/device.version.md
+++ b/docs/en/edge/cordova/device/device.version.md
@@ -26,7 +26,7 @@
 ## Supported Platforms
 
 - Android 2.1+
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Tizen
 - Windows Phone 7 and 8
diff --git a/docs/en/edge/cordova/events/events.backbutton.md b/docs/en/edge/cordova/events/events.backbutton.md
index 14d5869..c40d00a 100644
--- a/docs/en/edge/cordova/events/events.backbutton.md
+++ b/docs/en/edge/cordova/events/events.backbutton.md
@@ -35,7 +35,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - Windows Phone 7 and 8
 
 ## Quick Example
diff --git a/docs/en/edge/cordova/events/events.batterycritical.md b/docs/en/edge/cordova/events/events.batterycritical.md
index 1c0e426..b077748 100644
--- a/docs/en/edge/cordova/events/events.batterycritical.md
+++ b/docs/en/edge/cordova/events/events.batterycritical.md
@@ -44,7 +44,7 @@
 - Amazon Fire OS
 - iOS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - Tizen
 
 ## Quick Example
diff --git a/docs/en/edge/cordova/events/events.batterylow.md b/docs/en/edge/cordova/events/events.batterylow.md
index 046a78c..760000e 100644
--- a/docs/en/edge/cordova/events/events.batterylow.md
+++ b/docs/en/edge/cordova/events/events.batterylow.md
@@ -43,7 +43,7 @@
 - Amazon Fire OS
 - iOS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - Tizen
 
 ## Quick Example
diff --git a/docs/en/edge/cordova/events/events.batterystatus.md b/docs/en/edge/cordova/events/events.batterystatus.md
index 37282a7..e3ac02f 100644
--- a/docs/en/edge/cordova/events/events.batterystatus.md
+++ b/docs/en/edge/cordova/events/events.batterystatus.md
@@ -43,7 +43,7 @@
 - Amazon Fire OS
 - iOS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - Windows Phone 7 and 8
 - Tizen
 
diff --git a/docs/en/edge/cordova/events/events.deviceready.md b/docs/en/edge/cordova/events/events.deviceready.md
index 6d79692..47537b0 100644
--- a/docs/en/edge/cordova/events/events.deviceready.md
+++ b/docs/en/edge/cordova/events/events.deviceready.md
@@ -47,7 +47,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Tizen
 - Windows Phone 7 and 8
diff --git a/docs/en/edge/cordova/events/events.endcallbutton.md b/docs/en/edge/cordova/events/events.endcallbutton.md
index 6f62df4..8b3e21d 100644
--- a/docs/en/edge/cordova/events/events.endcallbutton.md
+++ b/docs/en/edge/cordova/events/events.endcallbutton.md
@@ -32,7 +32,7 @@
 
 ## Supported Platforms
 
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 
 ## Quick Example
 
diff --git a/docs/en/edge/cordova/events/events.md b/docs/en/edge/cordova/events/events.md
index 847743d..91a1648 100644
--- a/docs/en/edge/cordova/events/events.md
+++ b/docs/en/edge/cordova/events/events.md
@@ -69,7 +69,7 @@
             <param name="android-package" value="org.apache.cordova.batterystatus.BatteryListener" />
         </feature>
 
-* BlackBerry WebWorks
+* BlackBerry 10
 
         (in www/plugins.xml)
         <feature name="Battery">
diff --git a/docs/en/edge/cordova/events/events.menubutton.md b/docs/en/edge/cordova/events/events.menubutton.md
index f3a448d..2d3006a 100644
--- a/docs/en/edge/cordova/events/events.menubutton.md
+++ b/docs/en/edge/cordova/events/events.menubutton.md
@@ -34,7 +34,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 
 ## Quick Example
 
diff --git a/docs/en/edge/cordova/events/events.offline.md b/docs/en/edge/cordova/events/events.offline.md
index 9bd1a37..5ea6fbf 100644
--- a/docs/en/edge/cordova/events/events.offline.md
+++ b/docs/en/edge/cordova/events/events.offline.md
@@ -39,7 +39,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Tizen
diff --git a/docs/en/edge/cordova/events/events.online.md b/docs/en/edge/cordova/events/events.online.md
index 9f988df..5f6a8db 100644
--- a/docs/en/edge/cordova/events/events.online.md
+++ b/docs/en/edge/cordova/events/events.online.md
@@ -38,7 +38,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Tizen
diff --git a/docs/en/edge/cordova/events/events.pause.md b/docs/en/edge/cordova/events/events.pause.md
index 38f08ad..dc6f4f0 100644
--- a/docs/en/edge/cordova/events/events.pause.md
+++ b/docs/en/edge/cordova/events/events.pause.md
@@ -36,7 +36,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
diff --git a/docs/en/edge/cordova/events/events.resume.md b/docs/en/edge/cordova/events/events.resume.md
index 333645e..4e38a7d 100644
--- a/docs/en/edge/cordova/events/events.resume.md
+++ b/docs/en/edge/cordova/events/events.resume.md
@@ -35,7 +35,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
diff --git a/docs/en/edge/cordova/events/events.startcallbutton.md b/docs/en/edge/cordova/events/events.startcallbutton.md
index c7e1ff6..ec6f61f 100644
--- a/docs/en/edge/cordova/events/events.startcallbutton.md
+++ b/docs/en/edge/cordova/events/events.startcallbutton.md
@@ -33,7 +33,7 @@
 
 ## Supported Platforms
 
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 
 ## Quick Example
 
diff --git a/docs/en/edge/cordova/events/events.volumedownbutton.md b/docs/en/edge/cordova/events/events.volumedownbutton.md
index 063f04d..fd3ff6c 100644
--- a/docs/en/edge/cordova/events/events.volumedownbutton.md
+++ b/docs/en/edge/cordova/events/events.volumedownbutton.md
@@ -33,7 +33,7 @@
 
 ## Supported Platforms
 
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 
 ## Quick Example
 
diff --git a/docs/en/edge/cordova/events/events.volumeupbutton.md b/docs/en/edge/cordova/events/events.volumeupbutton.md
index 6074930..a17e63b 100644
--- a/docs/en/edge/cordova/events/events.volumeupbutton.md
+++ b/docs/en/edge/cordova/events/events.volumeupbutton.md
@@ -33,7 +33,7 @@
 
 ## Supported Platforms
 
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 
 ## Quick Example
 
diff --git a/docs/en/edge/cordova/file/directoryentry/directoryentry.md b/docs/en/edge/cordova/file/directoryentry/directoryentry.md
index 3cb9972..24187b2 100644
--- a/docs/en/edge/cordova/file/directoryentry/directoryentry.md
+++ b/docs/en/edge/cordova/file/directoryentry/directoryentry.md
@@ -68,7 +68,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
diff --git a/docs/en/edge/cordova/file/directoryreader/directoryreader.md b/docs/en/edge/cordova/file/directoryreader/directoryreader.md
index 8174f1a..06ae3d2 100644
--- a/docs/en/edge/cordova/file/directoryreader/directoryreader.md
+++ b/docs/en/edge/cordova/file/directoryreader/directoryreader.md
@@ -32,7 +32,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
diff --git a/docs/en/edge/cordova/file/file.md b/docs/en/edge/cordova/file/file.md
index a987524..d23306d 100644
--- a/docs/en/edge/cordova/file/file.md
+++ b/docs/en/edge/cordova/file/file.md
@@ -103,23 +103,10 @@
         (in app/AndroidManifest.xml)
         <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
 
-* BlackBerry WebWorks
-
-        (in www/plugins.xml)
-        <feature name="File">
-            <param name="blackberry-package" value="org.apache.cordova.file.FileManager" />
-        </feature>
-        <feature name="FileTransfer">
-            <param name="blackberry-package" value="org.apache.cordova.http.FileTransfer" />
-        </feature>
+* BlackBerry 10
 
         (in www/config.xml)
-        <feature id="blackberry.io.file" required="true" version="1.0.0.0" />
-        <feature id="blackberry.utils"   required="true" version="1.0.0.0" />
-        <feature id="blackberry.io.dir"  required="true" version="1.0.0.0" />
-        <rim:permissions>
-            <rim:permit>access_shared</rim:permit>
-        </rim:permissions>
+        <feature name="File" value="File" />
 
 * iOS (in the named application directory's `config.xml`)
 
diff --git a/docs/en/edge/cordova/file/fileentry/fileentry.md b/docs/en/edge/cordova/file/fileentry/fileentry.md
index 29e32d4..f53a833 100644
--- a/docs/en/edge/cordova/file/fileentry/fileentry.md
+++ b/docs/en/edge/cordova/file/fileentry/fileentry.md
@@ -62,7 +62,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
diff --git a/docs/en/edge/cordova/file/fileobj/fileobj.md b/docs/en/edge/cordova/file/fileobj/fileobj.md
index 8990cf6..125e990 100644
--- a/docs/en/edge/cordova/file/fileobj/fileobj.md
+++ b/docs/en/edge/cordova/file/fileobj/fileobj.md
@@ -47,7 +47,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
diff --git a/docs/en/edge/cordova/file/filereader/filereader.md b/docs/en/edge/cordova/file/filereader/filereader.md
index 94f1a0a..2461916 100644
--- a/docs/en/edge/cordova/file/filereader/filereader.md
+++ b/docs/en/edge/cordova/file/filereader/filereader.md
@@ -66,7 +66,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
diff --git a/docs/en/edge/cordova/file/filesystem/filesystem.md b/docs/en/edge/cordova/file/filesystem/filesystem.md
index 09b8dc6..3df4213 100644
--- a/docs/en/edge/cordova/file/filesystem/filesystem.md
+++ b/docs/en/edge/cordova/file/filesystem/filesystem.md
@@ -38,7 +38,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
diff --git a/docs/en/edge/cordova/file/filetransfer/filetransfer.md b/docs/en/edge/cordova/file/filetransfer/filetransfer.md
index 632625c..2627cba 100644
--- a/docs/en/edge/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/edge/cordova/file/filetransfer/filetransfer.md
@@ -50,7 +50,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
diff --git a/docs/en/edge/cordova/file/filewriter/filewriter.md b/docs/en/edge/cordova/file/filewriter/filewriter.md
index 29ecf2b..91591ae 100644
--- a/docs/en/edge/cordova/file/filewriter/filewriter.md
+++ b/docs/en/edge/cordova/file/filewriter/filewriter.md
@@ -82,7 +82,7 @@
 
 Text-only Support:
 
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - Windows Phone 7 and 8
 - Windows 8
 
diff --git a/docs/en/edge/cordova/file/flags/flags.md b/docs/en/edge/cordova/file/flags/flags.md
index 186ff11..4f95890 100644
--- a/docs/en/edge/cordova/file/flags/flags.md
+++ b/docs/en/edge/cordova/file/flags/flags.md
@@ -33,7 +33,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
diff --git a/docs/en/edge/cordova/file/localfilesystem/localfilesystem.md b/docs/en/edge/cordova/file/localfilesystem/localfilesystem.md
index a0ce6fe..0ee84c0 100644
--- a/docs/en/edge/cordova/file/localfilesystem/localfilesystem.md
+++ b/docs/en/edge/cordova/file/localfilesystem/localfilesystem.md
@@ -41,7 +41,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
diff --git a/docs/en/edge/cordova/file/metadata/metadata.md b/docs/en/edge/cordova/file/metadata/metadata.md
index 480a716..d398722 100644
--- a/docs/en/edge/cordova/file/metadata/metadata.md
+++ b/docs/en/edge/cordova/file/metadata/metadata.md
@@ -35,7 +35,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
diff --git a/docs/en/edge/cordova/geolocation/Coordinates/coordinates.md b/docs/en/edge/cordova/geolocation/Coordinates/coordinates.md
index 364f18f..175b76e 100644
--- a/docs/en/edge/cordova/geolocation/Coordinates/coordinates.md
+++ b/docs/en/edge/cordova/geolocation/Coordinates/coordinates.md
@@ -46,7 +46,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Tizen
 - Windows Phone 7 and 8
diff --git a/docs/en/edge/cordova/geolocation/Position/position.md b/docs/en/edge/cordova/geolocation/Position/position.md
index 804e0a4..ace6e53 100644
--- a/docs/en/edge/cordova/geolocation/Position/position.md
+++ b/docs/en/edge/cordova/geolocation/Position/position.md
@@ -35,7 +35,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Tizen
 - Windows Phone 7 and 8
diff --git a/docs/en/edge/cordova/geolocation/geolocation.clearWatch.md b/docs/en/edge/cordova/geolocation/geolocation.clearWatch.md
index fe4d5e2..d405c5c 100644
--- a/docs/en/edge/cordova/geolocation/geolocation.clearWatch.md
+++ b/docs/en/edge/cordova/geolocation/geolocation.clearWatch.md
@@ -38,7 +38,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Tizen
 - Windows Phone 7 and 8
diff --git a/docs/en/edge/cordova/geolocation/geolocation.getCurrentPosition.md b/docs/en/edge/cordova/geolocation/geolocation.getCurrentPosition.md
index 173bfb4..f30c356 100644
--- a/docs/en/edge/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/edge/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -45,7 +45,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Tizen
 - Windows Phone 7 and 8
diff --git a/docs/en/edge/cordova/geolocation/geolocation.md b/docs/en/edge/cordova/geolocation/geolocation.md
index 9b60832..be5b067 100644
--- a/docs/en/edge/cordova/geolocation/geolocation.md
+++ b/docs/en/edge/cordova/geolocation/geolocation.md
@@ -101,14 +101,10 @@
         <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
         <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
 
-* BlackBerry WebWorks
-
-        (in www/plugins.xml)
-        <feature name="Geolocation">
-            <param name="blackberry-package" value="org.apache.cordova.geolocation.Geolocation" />
-        </feature>
+* BlackBerry 10
 
         (in www/config.xml)
+        <feature name="Geolocation" value="Geolocation" />
         <rim:permissions>
             <rim:permit>read_geolocation</rim:permit>
         </rim:permissions>
diff --git a/docs/en/edge/cordova/geolocation/geolocation.watchPosition.md b/docs/en/edge/cordova/geolocation/geolocation.watchPosition.md
index 1481dab..03effc6 100644
--- a/docs/en/edge/cordova/geolocation/geolocation.watchPosition.md
+++ b/docs/en/edge/cordova/geolocation/geolocation.watchPosition.md
@@ -50,7 +50,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Tizen
 - Windows Phone 7 and 8
diff --git a/docs/en/edge/cordova/globalization/GlobalizationError/globalizationerror.md b/docs/en/edge/cordova/globalization/GlobalizationError/globalizationerror.md
index ecf18d8..8c74090 100644
--- a/docs/en/edge/cordova/globalization/GlobalizationError/globalizationerror.md
+++ b/docs/en/edge/cordova/globalization/GlobalizationError/globalizationerror.md
@@ -38,7 +38,6 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
 - iOS
 
 ## Quick Example
diff --git a/docs/en/edge/cordova/globalization/globalization.dateToString.md b/docs/en/edge/cordova/globalization/globalization.dateToString.md
index 7052fb0..8621ce2 100644
--- a/docs/en/edge/cordova/globalization/globalization.dateToString.md
+++ b/docs/en/edge/cordova/globalization/globalization.dateToString.md
@@ -46,7 +46,6 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
 - iOS
 - Windows Phone 8
 
diff --git a/docs/en/edge/cordova/globalization/globalization.getCurrencyPattern.md b/docs/en/edge/cordova/globalization/globalization.getCurrencyPattern.md
index ff0b72a..635c08c 100644
--- a/docs/en/edge/cordova/globalization/globalization.getCurrencyPattern.md
+++ b/docs/en/edge/cordova/globalization/globalization.getCurrencyPattern.md
@@ -52,7 +52,6 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
 - iOS
 
 ## Quick Example
diff --git a/docs/en/edge/cordova/globalization/globalization.getDateNames.md b/docs/en/edge/cordova/globalization/globalization.getDateNames.md
index c062ac2..9379b05 100644
--- a/docs/en/edge/cordova/globalization/globalization.getDateNames.md
+++ b/docs/en/edge/cordova/globalization/globalization.getDateNames.md
@@ -48,7 +48,6 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
 - iOS
 - Windows Phone 8
 
diff --git a/docs/en/edge/cordova/globalization/globalization.getDatePattern.md b/docs/en/edge/cordova/globalization/globalization.getDatePattern.md
index 06e468f..210e4a9 100644
--- a/docs/en/edge/cordova/globalization/globalization.getDatePattern.md
+++ b/docs/en/edge/cordova/globalization/globalization.getDatePattern.md
@@ -53,7 +53,6 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
 - iOS
 - Windows Phone 8
 
diff --git a/docs/en/edge/cordova/globalization/globalization.getFirstDayOfWeek.md b/docs/en/edge/cordova/globalization/globalization.getFirstDayOfWeek.md
index 6cbe5dc..08338d1 100644
--- a/docs/en/edge/cordova/globalization/globalization.getFirstDayOfWeek.md
+++ b/docs/en/edge/cordova/globalization/globalization.getFirstDayOfWeek.md
@@ -39,7 +39,6 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
 - iOS
 - Windows Phone 8
 
diff --git a/docs/en/edge/cordova/globalization/globalization.getLocaleName.md b/docs/en/edge/cordova/globalization/globalization.getLocaleName.md
index 1f2bee9..0da6e56 100644
--- a/docs/en/edge/cordova/globalization/globalization.getLocaleName.md
+++ b/docs/en/edge/cordova/globalization/globalization.getLocaleName.md
@@ -37,7 +37,6 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
 - iOS
 - Windows Phone 8
 
diff --git a/docs/en/edge/cordova/globalization/globalization.getNumberPattern.md b/docs/en/edge/cordova/globalization/globalization.getNumberPattern.md
index 80ce132..b6915a0 100644
--- a/docs/en/edge/cordova/globalization/globalization.getNumberPattern.md
+++ b/docs/en/edge/cordova/globalization/globalization.getNumberPattern.md
@@ -58,7 +58,6 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
 - iOS
 - Windows Phone 8
 
diff --git a/docs/en/edge/cordova/globalization/globalization.getPreferredLanguage.md b/docs/en/edge/cordova/globalization/globalization.getPreferredLanguage.md
index 6bccdeb..d036cab 100644
--- a/docs/en/edge/cordova/globalization/globalization.getPreferredLanguage.md
+++ b/docs/en/edge/cordova/globalization/globalization.getPreferredLanguage.md
@@ -37,7 +37,6 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
 - iOS
 - Windows Phone 8
 
diff --git a/docs/en/edge/cordova/globalization/globalization.isDayLightSavingsTime.md b/docs/en/edge/cordova/globalization/globalization.isDayLightSavingsTime.md
index 0bc5234..6d7fd23 100644
--- a/docs/en/edge/cordova/globalization/globalization.isDayLightSavingsTime.md
+++ b/docs/en/edge/cordova/globalization/globalization.isDayLightSavingsTime.md
@@ -41,7 +41,6 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
 - iOS
 - Windows Phone 8
 
diff --git a/docs/en/edge/cordova/globalization/globalization.numberToString.md b/docs/en/edge/cordova/globalization/globalization.numberToString.md
index d092aa0..21b9053 100644
--- a/docs/en/edge/cordova/globalization/globalization.numberToString.md
+++ b/docs/en/edge/cordova/globalization/globalization.numberToString.md
@@ -43,7 +43,6 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
 - iOS
 - Windows Phone 8
 
diff --git a/docs/en/edge/cordova/globalization/globalization.stringToDate.md b/docs/en/edge/cordova/globalization/globalization.stringToDate.md
index 2c094e7..6806a3b 100644
--- a/docs/en/edge/cordova/globalization/globalization.stringToDate.md
+++ b/docs/en/edge/cordova/globalization/globalization.stringToDate.md
@@ -63,7 +63,6 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
 - iOS
 - Windows Phone 8
 
diff --git a/docs/en/edge/cordova/globalization/globalization.stringToNumber.md b/docs/en/edge/cordova/globalization/globalization.stringToNumber.md
index ef18faa..77cff90 100644
--- a/docs/en/edge/cordova/globalization/globalization.stringToNumber.md
+++ b/docs/en/edge/cordova/globalization/globalization.stringToNumber.md
@@ -46,7 +46,6 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
 - iOS
 - Windows Phone 8
 
diff --git a/docs/en/edge/cordova/inappbrowser/inappbrowser.md b/docs/en/edge/cordova/inappbrowser/inappbrowser.md
index b313599..0d29865 100644
--- a/docs/en/edge/cordova/inappbrowser/inappbrowser.md
+++ b/docs/en/edge/cordova/inappbrowser/inappbrowser.md
@@ -99,7 +99,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 
@@ -160,7 +160,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 
@@ -236,7 +236,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 
@@ -287,7 +287,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry
+- BlackBerry 10
 - iOS
 
 ## Quick Example
@@ -351,7 +351,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry
+- BlackBerry 10
 - iOS
 
 ## Quick Example
@@ -425,7 +425,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry
+- BlackBerry 10
 - iOS
 
 ## Quick Example
diff --git a/docs/en/edge/cordova/inappbrowser/window.open.md b/docs/en/edge/cordova/inappbrowser/window.open.md
index 63658f0..16f40c3 100644
--- a/docs/en/edge/cordova/inappbrowser/window.open.md
+++ b/docs/en/edge/cordova/inappbrowser/window.open.md
@@ -64,7 +64,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 
diff --git a/docs/en/edge/cordova/media/capture/MediaFile.getFormatData.md b/docs/en/edge/cordova/media/capture/MediaFile.getFormatData.md
index a5e8a86..4f3d444 100644
--- a/docs/en/edge/cordova/media/capture/MediaFile.getFormatData.md
+++ b/docs/en/edge/cordova/media/capture/MediaFile.getFormatData.md
@@ -38,7 +38,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
@@ -48,7 +48,7 @@
 The API to access media file format information is limited, so not all
 `MediaFileData` properties are supported.
 
-## BlackBerry WebWorks Quirks
+## BlackBerry 10 Quirks
 
 Does not provide an API for information about media files, so all
 `MediaFileData` objects return with default values.
diff --git a/docs/en/edge/cordova/media/capture/MediaFileData.md b/docs/en/edge/cordova/media/capture/MediaFileData.md
index 853be08..54addfb 100644
--- a/docs/en/edge/cordova/media/capture/MediaFileData.md
+++ b/docs/en/edge/cordova/media/capture/MediaFileData.md
@@ -33,7 +33,7 @@
 
 - __duration__: The length of the video or sound clip in seconds. The value is zero for images. (Number)
 
-## BlackBerry WebWorks Quirks
+## BlackBerry 10 Quirks
 
 No API provides format information for media files, so the
 `MediaFileData` object returned by `MediaFile.getFormatData` features
diff --git a/docs/en/edge/cordova/media/capture/capture.md b/docs/en/edge/cordova/media/capture/capture.md
index a56154f..a76209d 100644
--- a/docs/en/edge/cordova/media/capture/capture.md
+++ b/docs/en/edge/cordova/media/capture/capture.md
@@ -83,7 +83,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
@@ -133,7 +133,7 @@
         <uses-permission android:name="android.permission.RECORD_AUDIO" />
         <uses-permission android:name="android.permission.RECORD_VIDEO" />
 
-* BlackBerry WebWorks
+* BlackBerry 10
 
         (in www/plugins.xml)
         <feature name="Capture">
diff --git a/docs/en/edge/cordova/media/capture/captureAudio.md b/docs/en/edge/cordova/media/capture/captureAudio.md
index 152aec5..9e4f3c4 100644
--- a/docs/en/edge/cordova/media/capture/captureAudio.md
+++ b/docs/en/edge/cordova/media/capture/captureAudio.md
@@ -48,7 +48,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
@@ -132,9 +132,9 @@
         </body>
     </html>
 
-## BlackBerry WebWorks Quirks
+## BlackBerry 10 Quirks
 
-- Cordova for BlackBerry WebWorks attempts to launch the __Voice Notes Recorder__ application, provided by RIM, to capture audio recordings. The app receives a `CaptureError.CAPTURE_NOT_SUPPORTED` error code if the application is not installed on the device.
+- Cordova for BlackBerry 10 attempts to launch the __Voice Notes Recorder__ application, provided by RIM, to capture audio recordings. The app receives a `CaptureError.CAPTURE_NOT_SUPPORTED` error code if the application is not installed on the device.
 
 ## iOS Quirks
 
diff --git a/docs/en/edge/cordova/media/capture/captureAudioOptions.md b/docs/en/edge/cordova/media/capture/captureAudioOptions.md
index dbb4e79..daf3459 100644
--- a/docs/en/edge/cordova/media/capture/captureAudioOptions.md
+++ b/docs/en/edge/cordova/media/capture/captureAudioOptions.md
@@ -42,7 +42,7 @@
 
 - The `duration` parameter is not supported.  Recording lengths can't be limited programmatically.
 
-## BlackBerry WebWorks Quirks
+## BlackBerry 10 Quirks
 
 - The `duration` parameter is not supported.  Recording lengths can't be limited programmatically.
 
diff --git a/docs/en/edge/cordova/media/capture/captureImage.md b/docs/en/edge/cordova/media/capture/captureImage.md
index 5b35930..d7660c4 100644
--- a/docs/en/edge/cordova/media/capture/captureImage.md
+++ b/docs/en/edge/cordova/media/capture/captureImage.md
@@ -47,7 +47,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
diff --git a/docs/en/edge/cordova/media/capture/captureVideo.md b/docs/en/edge/cordova/media/capture/captureVideo.md
index 1e0671c..f9bf412 100644
--- a/docs/en/edge/cordova/media/capture/captureVideo.md
+++ b/docs/en/edge/cordova/media/capture/captureVideo.md
@@ -48,7 +48,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
@@ -132,7 +132,7 @@
         </body>
     </html>
 
-## BlackBerry WebWorks Quirks
+## BlackBerry 10 Quirks
 
-- Cordova for BlackBerry WebWorks attempts to launch the __Video Recorder__ application, provided by RIM, to capture video recordings. The app receives a `CaptureError.CAPTURE_NOT_SUPPORTED` error code if the application is not installed on the device.
+- Cordova for BlackBerry 10 attempts to launch the __Video Recorder__ application, provided by RIM, to capture video recordings. The app receives a `CaptureError.CAPTURE_NOT_SUPPORTED` error code if the application is not installed on the device.
 
diff --git a/docs/en/edge/cordova/media/capture/captureVideoOptions.md b/docs/en/edge/cordova/media/capture/captureVideoOptions.md
index 105b5ba..920a469 100644
--- a/docs/en/edge/cordova/media/capture/captureVideoOptions.md
+++ b/docs/en/edge/cordova/media/capture/captureVideoOptions.md
@@ -34,7 +34,7 @@
 
     navigator.device.capture.captureVideo(captureSuccess, captureError, options);
 
-## BlackBerry WebWorks Quirks
+## BlackBerry 10 Quirks
 
 - The __duration__ parameter is not supported, so the length of recordings can't be limited programmatically.
 
diff --git a/docs/en/edge/cordova/media/media.getCurrentPosition.md b/docs/en/edge/cordova/media/media.getCurrentPosition.md
index 462ed08..24b23dd 100644
--- a/docs/en/edge/cordova/media/media.getCurrentPosition.md
+++ b/docs/en/edge/cordova/media/media.getCurrentPosition.md
@@ -39,7 +39,7 @@
 
 - Android
 
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 
 - iOS
 
diff --git a/docs/en/edge/cordova/media/media.getDuration.md b/docs/en/edge/cordova/media/media.getDuration.md
index 8194fb6..50832db 100644
--- a/docs/en/edge/cordova/media/media.getDuration.md
+++ b/docs/en/edge/cordova/media/media.getDuration.md
@@ -32,7 +32,7 @@
 ## Supported Platforms
 
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Tizen
diff --git a/docs/en/edge/cordova/media/media.md b/docs/en/edge/cordova/media/media.md
index fa7f692..01f2239 100644
--- a/docs/en/edge/cordova/media/media.md
+++ b/docs/en/edge/cordova/media/media.md
@@ -82,7 +82,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7.5
 - Tizen
@@ -126,12 +126,10 @@
         <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
         <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
 
-* BlackBerry WebWorks
+* BlackBerry 10
 
-        (in www/plugins.xml)
-        <feature name="Capture">
-            <param name="blackberry-package" value="org.apache.cordova.media.MediaCapture" />
-        </feature>
+        (in www/config.xml)
+        <feature name="Media" value="Media" />
 
 * iOS (in the named application directory's `config.xml`)
 
diff --git a/docs/en/edge/cordova/media/media.pause.md b/docs/en/edge/cordova/media/media.pause.md
index f237ce7..aa1c7fe 100644
--- a/docs/en/edge/cordova/media/media.pause.md
+++ b/docs/en/edge/cordova/media/media.pause.md
@@ -30,7 +30,7 @@
 ## Supported Platforms
 
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Tizen
diff --git a/docs/en/edge/cordova/media/media.play.md b/docs/en/edge/cordova/media/media.play.md
index 6dbdd5c..4815263 100644
--- a/docs/en/edge/cordova/media/media.play.md
+++ b/docs/en/edge/cordova/media/media.play.md
@@ -31,7 +31,7 @@
 ## Supported Platforms
 
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Tizen
@@ -161,14 +161,6 @@
           </body>
         </html>
 
-## BlackBerry WebWorks Quirks
-
-- BlackBerry devices support a limited number of simultaneous audio
-  channels. CDMA devices only support a single audio channel. Other
-  devices support up to two simultaneous channels. An attempt to play
-  more audio files than the supported amount results in previous
-  playback being stopped.
-
 ## iOS Quirks
 
 - __numberOfLoops__: Pass this option to the `play` method to specify
diff --git a/docs/en/edge/cordova/media/media.release.md b/docs/en/edge/cordova/media/media.release.md
index 9c99964..e06d0a1 100644
--- a/docs/en/edge/cordova/media/media.release.md
+++ b/docs/en/edge/cordova/media/media.release.md
@@ -34,7 +34,7 @@
 ## Supported Platforms
 
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Tizen
diff --git a/docs/en/edge/cordova/media/media.seekTo.md b/docs/en/edge/cordova/media/media.seekTo.md
index 9727f63..23fc574 100644
--- a/docs/en/edge/cordova/media/media.seekTo.md
+++ b/docs/en/edge/cordova/media/media.seekTo.md
@@ -36,7 +36,7 @@
 ## Supported Platforms
 
 - Android
-- BlackBerry WebWorks (OS 6.0 and higher)
+- BlackBerry 10 (OS 6.0 and higher)
 - iOS
 - Windows Phone 7 and 8
 - Tizen
@@ -149,6 +149,6 @@
           </body>
         </html>
 
-## BlackBerry WebWorks Quirks
+## BlackBerry 10 Quirks
 
 - Not supported on BlackBerry OS 5 devices.
diff --git a/docs/en/edge/cordova/media/media.startRecord.md b/docs/en/edge/cordova/media/media.startRecord.md
index cf2940c..3f998ef 100644
--- a/docs/en/edge/cordova/media/media.startRecord.md
+++ b/docs/en/edge/cordova/media/media.startRecord.md
@@ -31,7 +31,6 @@
 ## Supported Platforms
 
 - Android
-- BlackBerry WebWorks 5.0+
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
@@ -129,10 +128,6 @@
 
 - Android devices record audio in Adaptive Multi-Rate format. The specified file should end with a _.amr_ extension.
 
-## BlackBerry WebWorks Quirks
-
-- BlackBerry devices record audio in Adaptive Multi-Rate format. The specified file must end with a _.amr_ extension.
-
 ## iOS Quirks
 
 - iOS only records to files of type _.wav_ and returns an error if the file name extension is not correct.
diff --git a/docs/en/edge/cordova/media/media.stop.md b/docs/en/edge/cordova/media/media.stop.md
index af54e82..bfcab73 100644
--- a/docs/en/edge/cordova/media/media.stop.md
+++ b/docs/en/edge/cordova/media/media.stop.md
@@ -31,7 +31,7 @@
 ## Supported Platforms
 
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 - Tizen
diff --git a/docs/en/edge/cordova/media/media.stopRecord.md b/docs/en/edge/cordova/media/media.stopRecord.md
index 32782c6..472ef2a 100644
--- a/docs/en/edge/cordova/media/media.stopRecord.md
+++ b/docs/en/edge/cordova/media/media.stopRecord.md
@@ -31,7 +31,6 @@
 ## Supported Platforms
 
 - Android
-- BlackBerry WebWorks 5.0+
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
diff --git a/docs/en/edge/cordova/notification/notification.alert.md b/docs/en/edge/cordova/notification/notification.alert.md
index 1b6cce7..fba120d 100644
--- a/docs/en/edge/cordova/notification/notification.alert.md
+++ b/docs/en/edge/cordova/notification/notification.alert.md
@@ -41,7 +41,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Tizen
 - Windows Phone 7 and 8
@@ -49,7 +49,7 @@
 
 ## Quick Example
 
-    // Amazon Fire OS / Android / BlackBerry WebWorks (OS 5.0 and higher) / iOS / Tizen
+    // Amazon Fire OS / Android / BlackBerry 10 (OS 5.0 and higher) / iOS / Tizen
     //
     function alertDismissed() {
         // do something
diff --git a/docs/en/edge/cordova/notification/notification.beep.md b/docs/en/edge/cordova/notification/notification.beep.md
index b9006bd..75af9b0 100644
--- a/docs/en/edge/cordova/notification/notification.beep.md
+++ b/docs/en/edge/cordova/notification/notification.beep.md
@@ -29,7 +29,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Tizen
 - Windows Phone 7 and 8
diff --git a/docs/en/edge/cordova/notification/notification.confirm.md b/docs/en/edge/cordova/notification/notification.confirm.md
index 76bf438..01c97ea 100755
--- a/docs/en/edge/cordova/notification/notification.confirm.md
+++ b/docs/en/edge/cordova/notification/notification.confirm.md
@@ -49,7 +49,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Tizen
 - Windows Phone 7 and 8
diff --git a/docs/en/edge/cordova/notification/notification.md b/docs/en/edge/cordova/notification/notification.md
index 807535d..7d9b1f7 100644
--- a/docs/en/edge/cordova/notification/notification.md
+++ b/docs/en/edge/cordova/notification/notification.md
@@ -72,15 +72,10 @@
         (in app/AndroidManifest.xml)
         <uses-permission android:name="android.permission.VIBRATE" />
 
-* BlackBerry WebWorks
-
-        (in www/plugins.xml)
-        <feature name="Notification">
-            <param name="blackberry-package" value="org.apache.cordova.notification.Notification" />
-        </feature>
+* BlackBerry 10
 
         (in www/config.xml)
-        <feature id="blackberry.ui.dialog" />
+        <feature name="Notification" value="Notification"/>
 
 * iOS (in the named application directory's `config.xml`)
 
diff --git a/docs/en/edge/cordova/notification/notification.vibrate.md b/docs/en/edge/cordova/notification/notification.vibrate.md
index 9b8e28f..518fe52 100644
--- a/docs/en/edge/cordova/notification/notification.vibrate.md
+++ b/docs/en/edge/cordova/notification/notification.vibrate.md
@@ -29,7 +29,7 @@
 
 - Amazon Fire OS
 - Android
-- BlackBerry WebWorks 5.0+
+- BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
 
@@ -96,9 +96,3 @@
 
         navigator.notification.vibrate();
         navigator.notification.vibrate(2500);   // 2500 is ignored
-
-## BlackBerry 10 Quirks
-
-vibrate function owned by navigator object
-
-        navigator.vibrate(1000);  // vibrate for 1 second
diff --git a/docs/en/edge/cordova/splashscreen/splashscreen.hide.md b/docs/en/edge/cordova/splashscreen/splashscreen.hide.md
index dc31185..ad40ba5 100644
--- a/docs/en/edge/cordova/splashscreen/splashscreen.hide.md
+++ b/docs/en/edge/cordova/splashscreen/splashscreen.hide.md
@@ -67,6 +67,11 @@
       </body>
     </html>
 
+## BlackBerry 10 Quirk
+
+The `config.xml` file's `AutoHideSplashScreen` setting must be
+`false`. 
+
 ## iOS Quirk
 
 The `config.xml` file's `AutoHideSplashScreen` setting must be
diff --git a/docs/en/edge/cordova/splashscreen/splashscreen.md b/docs/en/edge/cordova/splashscreen/splashscreen.md
index 814f71d..2778733 100644
--- a/docs/en/edge/cordova/splashscreen/splashscreen.md
+++ b/docs/en/edge/cordova/splashscreen/splashscreen.md
@@ -52,6 +52,10 @@
             <param name="android-package" value="org.apache.cordova.splashscreen.SplashScreen" />
         </feature>
 
+* BlackBerry 10 (in `www/config.xml`)
+
+        <feature name="SplashScreen" value="SplashScreen" />
+
 * iOS (in the named application directory's `config.xml`)
 
         <feature name="SplashScreen">
diff --git a/docs/en/edge/guide/hybrid/plugins/index.md b/docs/en/edge/guide/hybrid/plugins/index.md
index 6894e0d..b8dd5ea 100644
--- a/docs/en/edge/guide/hybrid/plugins/index.md
+++ b/docs/en/edge/guide/hybrid/plugins/index.md
@@ -184,7 +184,6 @@
 - Amazon Fire OS Plugins
 - Android Plugins
 - iOS Plugins
-- BlackBerry Plugins
 - BlackBerry 10 Plugins
 - Windows Phone Plugins
 
diff --git a/docs/en/edge/guide/platforms/blackberry/index.md b/docs/en/edge/guide/platforms/blackberry/index.md
deleted file mode 100644
index 51e1166..0000000
--- a/docs/en/edge/guide/platforms/blackberry/index.md
+++ /dev/null
@@ -1,213 +0,0 @@
----
-license: Licensed to the Apache Software Foundation (ASF) under one
-         or more contributor license agreements.  See the NOTICE file
-         distributed with this work for additional information
-         regarding copyright ownership.  The ASF licenses this file
-         to you under the Apache License, Version 2.0 (the
-         "License"); you may not use this file except in compliance
-         with the License.  You may obtain a copy of the License at
-         
-           http://www.apache.org/licenses/LICENSE-2.0
-         
-         Unless required by applicable law or agreed to in writing,
-         software distributed under the License is distributed on an
-         "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-         KIND, either express or implied.  See the License for the
-         specific language governing permissions and limitations
-         under the License.
----
-
-# BlackBerry Platform Guide
-
-This guide shows you how to set up an SDK environment to target
-applications for the BlackBerry platform prior to version 10.  If you
-want to target the most recent version, see the BlackBerry 10 Platform
-Guide.  See the following for more detailed platform-specific
-information:
-
-* BlackBerry Configuration
-* Upgrading BlackBerry
-* BlackBerry Plugins
-* BlackBerry Command-line Tools
-
-The command-line tools above refer to versions prior to Cordova 3.0.
-See The Command-Line Interface for information about the
-current interface.
-
-## Requirements and Support
-
-This version of BlackBerry is not supported by the `cordova` utility
-described in The Command-Line Interface, but by a separate set of
-command-line tools. Download the Cordova distribution from
-[cordova.apache.org](http://cordova.apache.org/#download).
-
-Cordova for BlackBerry relies on the [BlackBerry WebWorks
-framework](https://bdsc.webapps.blackberry.com/html5), which is
-available for Windows XP (32-bit), Windows 7 (32-bit and 64-bit), and
-Mac (OS X 10.6.4+).  WebWorks applications can _only_ be deployed on
-the following BlackBerry platforms:
-
-* BlackBerry OS 5.0 and higher
-* BlackBerry PlayBook
-* BlackBerry 10 (QNX)
-
-WebWorks requires the Java Development Kit (JDK). For Windows, use the
-32-bit version of
-[Oracle JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html#jdk).
-Java in installed by default on Mac OS X up to version 10.7, which
-requires
-[a separate installation](http://support.apple.com/kb/DL1421).
-It also requires Apache Ant, which on Mac is part of the Java
-installation. The Windows version is available from
-[ant.apache.org](http://ant.apache.org/bindownload.cgi).
-
-## Install the SDK
-
-Download and install the appropriate WebWorks SDK for your
-development. BlackBerry PlayBook and BlackBerry Smartphone WebWorks
-SDKs can be downloaded from the following locations.
-
-- [BlackBerry PlayBook SDK] (https://developer.blackberry.com/html5/download/#playbook) and [Adobe Air SDK](http://www.adobe.com/devnet/air/air-sdk-download.html)
-
-- [BlackBerry Smartphones SDK] (https://developer.blackberry.com/html5/download/#smartphones)
-
-## Register for Signing Keys
-
-If you wish to publish your application on BlackBerry App World, or on
-an actual device, you’ll need to register for a set of free Code
-Signing Keys.  To do so, complete the [BlackBerry Keys Order
-Form](https://www.blackberry.com/SignedKeys).
-Once you receive your Signing Keys, they require setup. See the [BlackBerry HTML5/WebWorks website](https://developer.blackberry.com/html5/documentation/signing_setup_bb10_apps_2008396_11.html) for information.
-
-## Install Cordova
-
-Download and extract the latest copy of [Cordova](http://cordova.apache.org/#download).
-
-## Set up a New Project
-
-- Open up a command-line terminal and navigate to where you extracted Cordova.
-
-- There is a directory for each platform that Cordova supports.
-  Navigate to the `blackberry` directory.
-
-- The `blackberry` directory contains several subdirectories.  The
-  `example` directory contains a complete Cordova project.  Copy the
-  `example` directory to another location on your computer, and
-  navigate there.
-
-- Edit the `project.properties` file to specify the WebWorks SDK you
-  are using. For example, here are the respective settings for
-  BlackBerry PlayBook, BlackBerry Smartphone (OS5-7), or BlackBerry 10
-  (QNX):
-
-        playbook.bbwp.dir=C:\\Program Files\\Research In Motion\\BlackBerry WebWorks SDK for TabletOS 2.1.0.6\\bbwp
-        blackberry.bbwp.dir=C:\\Program Files\\Research In Motion\\BlackBerry WebWorks Packager
-        qnx.bbwp.dir=C:\\Program Files (x86)\\Research In Motion\\BlackBerry 10 WebWorks SDK 1.0.2.9
-
-These correspond to parameters you specify when building your
-project.  The first time you run these commands, they generate a
-"HelloWorld" application:
-
-        cordova/build playbook
-        cordova/build blackberry
-        cordova/build qnx
-
-Along with the SDK, you also need to register for a code signing key
-and debug token. The signing key allows you to distribute apps through
-BlackBerry World. The debug token allows you to test unsigned apps on
-a BlackBerry emulator or device. You do not need to create and
-install the debug token yourself; if you supply the keystore password,
-the build script creates and installs the debug token for you. To set
-up the signing key, go to the BlackBerry website to obtain it, making
-sure to retain the password you specify. Then run the
-`blackberry-signer` utility that is included with the SDK. 
-BlackBerry provides more information here:
-
-* [Register for your code signing key](https://www.blackberry.com/SignedKeys/codesigning.html)
-
-* [Set up your computer for code signing](http://developer.blackberry.com/html5/documentation/set_up_for_signing.html)
-
-* [comprehensive guide to setting up your SDK environment](http://developer.blackberry.com/native/documentation/bb10/com.qnx.doc.native_sdk.quickstart/topic/set_up_your_environment.html)
-
-## Deploy to Emulator
-
-BlackBerry smartphone emulators are only available on Windows.
-BlackBerry PlayBook emulators require VMWare Player (Windows) or
-VMWare Fusion (Mac OS X). The WebWorks SDK provides a default
-emulator, but additional emulators are [available through
-BlackBerry](http://us.blackberry.com/developers/resources/simulators.jsp).
-
-From your project directory, type `./cordova/run <target>`, replacing
-`<target>` with either `qnx`, `playbook`, or `blackberry`. Note that
-for BlackBerry 10 and PlayBook, the emulator virtual image must
-already be started.
-
-See the following for more information:
-
-* [BlackBerry PlayBook](https://developer.blackberry.com/html5/documentation/using_the_tablet_simulator_1866980_11.html)
-
-* [BlackBerry Smartphone](https://developer.blackberry.com/html5/documentation/run_your_app_on_smartphone_sim_1876976_11.html)
-
-For BlackBerry Playbook, edit the `project.properties` file to
-customize the `playbook.sim.ip` and `playbook.sim.password`
-properties.  The emulator's IP address is available through the
-__Settings__ application on the home screen. Enable the __Security and
-Privacy &rarr; Development Mode__ option to display the address. The
-password can also be set in the __Security and Privacy__ tab.
-
-For BlackBerry Smartphone, edit the `project.properties` file to
-customize the `blackberry.sim.dir` and `blackberry.sim.bin`
-properties.  You need to escape path delimiters when specifying
-directory paths on Windows, for example: `C:\\Program
-Files\\BlackBerry\\Simulator`.
-
-Once the emulator is installed and running, run either of the
-following to install an application to the home screen:
-
-        cordova/run playbook
-        cordova/run blackberry
-
-If you are prompted whether a device is connected to your computer,
-answer no.
-
-__NOTE__: On BlackBerry OS 5, the application is installed in the
-`Downloads` directory.
-
-## Deploy to Device
-
-To deploy your app to a device, it must be connected, and you must be
-registered for code signing keys as described above.  Also, to deploy
-apps on BlackBerry PlayBook, the __Settings &rarr; Security &rarr;
-Development Mode__ option must be enabled.
-
-On BlackBerry PlayBook, edit the `project.properties` file and modify
-the following to reflect the device's IP and password as descibed
-above, along with the signing key password you set up:
-
-From your project directory, type `./cordova/run <target>`, replacing
-`<target>` with either `qnx`, `playbook`, or `blackberry`. 
-
-On BlackBerry Smartphone (OS5-7), specify the
-`blackberry.sigtool.password` property as the signing key password.
-
-Then from the project's directory, run either of the commands you
-would to view the app in an emulator:
-
-        cordova/run playbook
-        cordova/run blackberry
-
-If you are prompted whether a device is connected to your computer,
-answer yes.
-
-__NOTE__: On BlackBerry OS 5, the application is installed in the
-`Downloads` directory.
-
-## Additional Information
-
-The following articles may help resolve common problems when
-developing applications built for the BlackBerry WebWorks framework:
-
-* [BlackBerry WebWorks Development Pitfalls](http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/Common-BlackBerry-WebWorks-development-pitfalls-that-can-be/ta-p/624712)
-
-* [Best practices for packaging WebWorks applications](https://bdsc.webapps.blackberrycom/html5/documentation/ww_developing/bestpractice_compiling_ww_apps_1873324_11.html)
-
diff --git a/docs/en/edge/guide/platforms/blackberry/plugin.md b/docs/en/edge/guide/platforms/blackberry/plugin.md
deleted file mode 100644
index 23bfc9c..0000000
--- a/docs/en/edge/guide/platforms/blackberry/plugin.md
+++ /dev/null
@@ -1,133 +0,0 @@
----
-license: Licensed to the Apache Software Foundation (ASF) under one
-         or more contributor license agreements.  See the NOTICE file
-         distributed with this work for additional information
-         regarding copyright ownership.  The ASF licenses this file
-         to you under the Apache License, Version 2.0 (the
-         "License"); you may not use this file except in compliance
-         with the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-         Unless required by applicable law or agreed to in writing,
-         software distributed under the License is distributed on an
-         "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-         KIND, either express or implied.  See the License for the
-         specific language governing permissions and limitations
-         under the License.
----
-
-# BlackBerry Plugins
-
-This section provides details for how to implement native plugin code
-on the BlackBerry platform. Before reading this, see Application
-Plugins for an overview of the plugin's structure and its common
-JavaScript interface. This section continues to demonstrate the sample
-_echo_ plugin that communicates from the Cordova webview to the native
-platform and back.
-
-In addition, download the [Cordova BlackBerry
-repository](https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=summary).
-The `Cordova-BlackBerry` project allows you to deploy to BlackBerry
-devices such as the Torch, Bold, and Playbook. The Playbook uses a
-different code base than other BlackBerry handheld devices, for which
-you need to duplicate your development efforts.  This guide focuses on
-handheld devices rather than tablets.
-
-## Modifying plugins.xml
-
-The `Echo` plugin returns whatever message a user sends with the
-`window.echo` function on the JavaScript side:
-
-        window.echo = function(str, callback) {
-            cordova.exec(callback, function(err) {
-                callback('Nothing to echo.');
-            }, "Echo", "echo", [str]);
-        };
-
-The project's `www/plugins.xml` file contains all of the necessary
-references to the Cordova project's plugins. Add an additional
-reference so that when `cordova.exec` is called, Cordova knows how to
-map the `Echo` argument to the native `Echo` class:
-
-        <feature name="Echo">
-            <param name="blackberry-package" value="org.apache.cordova.echo.Echo" />
-        </feature>
-
-## The Echo.java File
-
-The `feature` specification's `value` attribute references a reverse
-domain-style identifier. This corresponds to a path within the Cordova
-BlackBerry WebWorks repo's `framework/ext/src` directory.  Add a
-`framework/ext/src/org/apache/cordova/echo` directory and add a
-`Echo.java` file.
-
-The `Echo.java` needs to define a class that extends the `Plugin`
-class. It also needs to implement an `execute` method that returns a
-`PluginResult` class.  Any call to `cordova.exec` passes in the action
-within the class to execute, as well as the arguments. In this case,
-the `Echo` class's `echo` method is the action, and `[str]` is an
-additional argument to pass to the method.
-
-        package org.apache.cordova.echo;
-
-        import org.apache.cordova.api.Plugin;
-        import org.apache.cordova.api.PluginResult;
-        import org.apache.cordova.json4j.JSONArray;
-        import org.apache.cordova.json4j.JSONException;
-        import org.apache.cordova.json4j.JSONObject;
-        /**
-         * A simple plugin to demonstrate how to build a plugin for BlackBerry
-         * Basically echos back the msg that a user calls to this plugin
-         */
-        public final class Echo extends Plugin {
-
-            public static final String echo = "echo";
-
-            public PluginResult execute(String action, JSONArray args, String callbackId) {
-                PluginResult result = new PluginResult(PluginResult.Status.INVALID_ACTION, "Echo: Invalid action:" + action);
-                if(action.equals(echo)){
-                    try {
-                        String theMsg = args.getString(0);
-                        if(theMsg!= null || theMsg.length()>0){
-                            result = new PluginResult(PluginResult.Status.OK, theMsg);
-                        }else{
-                            result = new PluginResult(PluginResult.Status.ERROR, "Nothing to echo.");
-                        }
-                    } catch (JSONException e) {
-                        result = new PluginResult(PluginResult.Status.JSON_EXCEPTION, e.getMessage());
-                    }
-                }
-                return result;
-            }
-        }
-
-In the code above, the `execute` method first brings in an action. In
-this case, there is only one valid `echo` action, so it simply checks
-for that value.
-
-The incoming message passed in as `[str]` from JavaScript is available
-to the `Echo` class as an `args` array. In this case, there is only
-one argument, accessible using a zero-based array index:
-
-        String theMsg = args.getString(0);
-
-After various error-checking on the message's value, the method
-instantiates a new `PluginResult` with an `OK` status and returns the
-message.  This value, in turn, is passed back as an argument to the
-JavaScript success callback. In case of error, various status codes
-are sent back to the JavaScript's error callback.
-
-## Updating the .jar in the Project's www Directory
-
-The added `Echo.java` needs to be updated in your project.  To build
-the `.jar` file, navigate to the BlackBerry WebWorks repo's root
-directory and run the `ant` command:
-
-        ant update -Dproject.path="~/path_to_my_project"
-
-This builds a new `.jar` file in the `build/ext` directory. Copy the
-`build/ext/cordova.jar` file into the `project/www/ext` directory.
-
-If all goes well, that allows you to use the `Echo` plugin in
-BlackBerry.
diff --git a/docs/en/edge/guide/platforms/blackberry/tools.md b/docs/en/edge/guide/platforms/blackberry/tools.md
deleted file mode 100644
index 7a3b3a5..0000000
--- a/docs/en/edge/guide/platforms/blackberry/tools.md
+++ /dev/null
@@ -1,88 +0,0 @@
----
-license: Licensed to the Apache Software Foundation (ASF) under one
-         or more contributor license agreements.  See the NOTICE file
-         distributed with this work for additional information
-         regarding copyright ownership.  The ASF licenses this file
-         to you under the Apache License, Version 2.0 (the
-         "License"); you may not use this file except in compliance
-         with the License.  You may obtain a copy of the License at
-         
-           http://www.apache.org/licenses/LICENSE-2.0
-         
-         Unless required by applicable law or agreed to in writing,
-         software distributed under the License is distributed on an
-         "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-         KIND, either express or implied.  See the License for the
-         specific language governing permissions and limitations
-         under the License.
----
-
-# BlackBerry Command-line Tools
-
-The `cordova` command-line utility is a high-level tool that allows
-you to build applications across several platforms at once. An older
-version of the Cordova framework provides sets of command-line tools
-specific to each platform. To use them as an alternative to the CLI,
-you need to download this version of Cordova from
-[cordova.apache.org](http://cordova.apache.org). The download contains
-separate archives for each platform. Expand the platform you wish to
-target. The tools described here are typically available in the
-top-level `bin` directory, otherwise consult the __README__ file for
-more detailed directions.
-
-For information on the low-level command-line interface that enables
-plugins, see Using Plugman to Manage Plugins. See Application Plugins
-for an overview.
-
-## Create a Project
-
-Run the `create` command, specifying the existing path to the project,
-the reverse-domain-style package identifier, and the app's display
-name.  Here is the syntax for both Mac and Windows:
-
-    $ /path/to/cordova-blackberry-webworks/bin/create /path/to/my_new_project com.example.project_name ProjectName
-    $ /path/to/cordova-blackberry-webworks/bin/create.bat /path/to/my_new_project com.example.project_name ProjectName
-
-__NOTE__: The BlackBerry platform ignores the package name placeholder
-(`com.example.project_name`), but it's still required for use by
-cross-platform tools.
-
-## Build a Project
-
-For BlackBerry projects, please make sure you customize the
-`project.properties` file in your Cordova project's root directory.
-You need to do so to supply your BlackBerry signing key password, and
-specify locations for the BlackBerry WebWorks SDK and BlackBerry
-emulator executables.
-
-    $ /path/to/my_new_project/cordova/build <platform>
-    $ /path/to/my_new_project/cordova/build.bat <platform>
-
-## Launch Emulator
-
-For BlackBerry projects, please make sure you customize the
-`project.properties` file in the root of your Cordova project directory.
-You need to do so to supply your BlackBerry signing key password, and
-specify locations for the BlackBerry WebWorks SDK and BlackBerry
-emulator executables.
-
-    $ /path/to/my_new_project/cordova/run <platform>
-
-and then choose 'no' when prompted with:
-
-    Do you have a BlackBerry device connected to your computer? (y/n)
-    $ /path/to/my_new_project/cordova/run <platform>
-
-and then choose 'no' when prompted with:
-
-    Do you have a BlackBerry device connected to your computer? (y/n)
-
-## Logging
-
-Unfortunately, streaming logs directly from the device is currently
-unsupported. However, BlackBerry offers built-in Web Inspector support
-for Playbook and BlackBerry smartphone devices running BlackBerry OS
-7.0 and above. You can also access your application's logs (including
-any calls to `console.log`) on your device by holding down the ''ALT''
-key from the home screen and typing ''lglg'' keys.
-
diff --git a/docs/en/edge/guide/platforms/blackberry/upgrading.md b/docs/en/edge/guide/platforms/blackberry/upgrading.md
deleted file mode 100644
index c72231c..0000000
--- a/docs/en/edge/guide/platforms/blackberry/upgrading.md
+++ /dev/null
@@ -1,431 +0,0 @@
----
-license: Licensed to the Apache Software Foundation (ASF) under one
-         or more contributor license agreements.  See the NOTICE file
-         distributed with this work for additional information
-         regarding copyright ownership.  The ASF licenses this file
-         to you under the Apache License, Version 2.0 (the
-         "License"); you may not use this file except in compliance
-         with the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-         Unless required by applicable law or agreed to in writing,
-         software distributed under the License is distributed on an
-         "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-         KIND, either express or implied.  See the License for the
-         specific language governing permissions and limitations
-         under the License.
----
-
-# Upgrading BlackBerry
-
-This guide shows how to modify BlackBerry projects to upgrade from
-older versions of Cordova.  These instructions apply to projects
-created with an older set of command-line tools that precede the
-`cordova` CLI utility. See The Command-Line Interface for information
-how to update the version of the CLI.
-
-## Upgrading 2.8.0 Projects to 2.9.0
-
-BlackBerry 10:
-
-1. Download and extract the Cordova 2.9.0 source to a permanent location on your hard drive, for example to `~/Cordova-2.9.0`.
-
-2. Quit any running SDK tools: Eclipse, Momentics and the like.
-
-3. Navigate to the directory where you put the downloaded source above, using a unix like terminal: Terminal.app, Bash, Cygwin, etc.
-
-4. Create a new project, as described in BlackBerry Command-line Tools. This becomes the home of your updated project.
-
-5. Copy your project's source from the old project's `/www` directory to the new project's `/www` directory.
-
-6. Update the Cordova script reference in your `www/index.html` file (and any other files that contain the script reference) to point to the new `cordova.js` file.
-
-For BlackBerryOS/Playbook:
-
-1. Download and extract the Cordova 2.9.0 source to a permanent location on your hard drive, for example to `~/Cordova-2.9.0`.
-
-2. Quit any running SDK tools: Eclipse, Momentics and the like.
-
-3. Navigate to the directory where you put the downloaded source above, using a unix like terminal: Terminal.app, Bash, Cygwin, etc.
-
-4. Create a new project, as described in iOS Command-line Tools. You need the assets from this new project.
-
-5. Copy the `www/cordova.js` file from the new project into your `www` directory, and delete your `www/cordova.js` file.
-
-6. Update the Cordova script reference in your `www/index.html` file (and any other files that contain the script reference) to point to the new `cordova.js` file.
-
-7. Copy the `native` directory from the new project into the existing project, overwriting the old `native` directory.
-
-8. Copy the `lib` directory from the new project into the existing project, overwriting the old `lib` directory.
-
-9. Copy the `cordova` directory from the new project into the existing project, overwriting the old `cordova` directory.
-
-## Upgrading 2.7.0 Projects to 2.8.0
-
-BlackBerry 10:
-
-BlackBerry 10 uses the new CLI tooling and manages core APIs as plugins. The instructions migrate your project to a new project, rather than updating an existing project, due to the complexity of updating an old project.
-Also note that the cordova js script file is now called 'cordova.js' and no longer contains a version string.
-
-1. Download and extract the Cordova 2.8.0 source to a permanent location on your hard drive, for example to `~/Cordova-2.8.0`.
-
-2. Quit any running SDK tools: Eclipse, Momentics and the like.
-
-3. Navigate to the directory where you put the downloaded source above, using a unix like terminal: Terminal.app, Bash, Cygwin, etc.
-
-4. Create a new project, as described in BlackBerry Command-line Tools. This becomes the home of your updated project.
-
-5. Copy your project's source from the old project's `/www` directory to the new project's `/www` directory.
-
-6. Update the Cordova script reference in your `www/index.html` file (and any other files that contain the script reference) to point to the new `cordova.js` file.
-
-BlackBerryOS/Playbook:
-
-1. Download and extract the Cordova 2.8.0 source to a permanent location on your hard drive, for example to `~/Cordova-2.8.0`.
-
-2. Quit any running SDK tools: Eclipse, Momentics and the like.
-
-3. Navigate to the directory where you put the downloaded source above, using a unix like terminal: Terminal.app, Bash, Cygwin, etc.
-
-4. Create a new project, as described in iOS Command-line Tools. You need the assets from this new project.
-
-5. Copy the `www/cordova.js` file from the new project into your `www` directory, and delete your `www/cordova.js` file.
-
-6. Update the Cordova script reference in your `www/index.html` file (and any other files that contain the script reference) to point to the new `cordova.js` file.
-
-7. Copy the `native` directory from the new project into the existing project, overwriting the old `native` directory.
-
-8. Copy the `lib` directory from the new project into the existing project, overwriting the old `lib` directory.
-
-9. Copy the `cordova` directory from the new project into the existing project, overwriting the old `cordova` directory.
-
-## Upgrading 2.6.0 Projects to 2.7.0
-
-1. Download and extract the Cordova 2.7.0 source to a permanent location on your hard drive, for example to `~/Cordova-2.7.0`.
-
-2. Quit any running SDK tools: Eclipse, Momentics and the like.
-
-3. Navigate to the directory where you put the downloaded source above, using a unix like terminal: Terminal.app, Bash, Cygwin, etc.
-
-4. Create a new project, as described in BlackBerry Command-line Tools. You need the assets from this new project.
-
-5. Copy the `www/cordova-2.7.0.js` file from the new project into your `www` directory, and delete your `www/cordova-2.6.0.js` file.
-
-6. Update the Cordova script reference in your `www/index.html` file (and any other files that contain the script reference) to point to the new `cordova-2.7.0.js` file.
-
-7. Copy the `native` directory from the new project into the existing project, overwriting the old `native` directory.
-
-8. Copy the `lib` directory from the new project into the existing project, overwriting the old `lib` directory.
-
-9. Copy the `cordova` directory from the new project into the existing project, overwriting the old `cordova` directory.
-
-## Upgrade to 2.6.0 from 2.5.0
-
-Updating the PhoneGap download directory:
-
-It is recommended that you download a fresh copy of the entire directory.
-
-However, here are the new parts needed for the piecemeal update:
-
-1. Update the cordova.blackberry.js file in the `Phonegap-2.6.0/lib/blackberry/javascript` directory.
-
-2. Update the `ext`, `ext-air`, and `ext-qnx` in the `Phonegap-2.6.0/lib/blackberry/framework` directory.
-
-3. Update the `build.xml` file in the `Phonegap-2.6.0/lib/blackberry` directory.
-
-4. Update the `Phonegap-2.6.0/lib/blackberry/bin` directory.
-
-5. Update the `VERSION` file in the `Phonegap-2.6.0/lib/blackberry` directory.
-
-Updating the `example/` directory or migrating an existing project:
-
-1. Open your `www/` directory, which contains your app.
-
-2. Remove and update the .jar file in the `ext/` directory.
-
-3. Update the contents of the `ext-air/` directory.
-
-4. Update the contents of the `ext-qnx/` directory.
-
-4. Copy the new `cordova-2.6.0.js` into your project.
-
-5. Update your HTML to use the new `cordova-2.6.0.js` file.
-
-## Upgrade to 2.5.0 from 2.4.0
-
-Updating the PhoneGap download directory:
-
-It is recommended that you download a fresh copy of the entire directory.
-
-However, here are the new parts needed for the piecemeal update:
-
-1. Update the cordova.blackberry.js file in the `Phonegap-2.5.0/lib/blackberry/javascript` directory.
-
-2. Update the `ext`, `ext-air`, and `ext-qnx` in the `Phonegap-2.5.0/lib/blackberry/framework` directory.
-
-3. Update the `build.xml` file in the `Phonegap-2.5.0/lib/blackberry` directory.
-
-4. Update the `Phonegap-2.5.0/lib/blackberry/bin` directory.
-
-5. Update the `VERSION` file in the `Phonegap-2.5.0/lib/blackberry` directory.
-
-Updating the example/ directory or migrating an existing project:
-
-1. Open your `www/` directory, which contains your app.
-
-2. Remove and update the .jar file in the `ext/` directory.
-
-3. Update the contents of the `ext-air/` directory.
-
-4. Update the contents of the `ext-qnx/` directory.
-
-4. Copy the new `cordova-2.5.0.js` into your project.
-
-5. Update your HTML to use the new `cordova-2.5.0.js` file.
-
-## Upgrade to 2.4.0 from 2.3.0
-
-Updating just the `www` directory:
-
-1. Open your `www/` directory, which contains your app.
-
-2. Remove and update the .jar file in the `ext/` directory.
-
-3. Update the contents of the `ext-air/` directory.
-
-4. Copy the new `cordova-2.4.0.js` into your project.
-    - If playbook, then update the .js file in the `playbook/` directory.
-    - If BlackBerry 10, then update the .js file in the `qnx/` directory.
-
-5. Update your HTML to use the new `cordova-2.4.0.js` file.
-
-Updating the sample directory (ie, updating using the ant tools):
-
-1. Open the `sample/lib/` directory.
-
-2. Update the .jar file in the `cordova.2.3.0/ext/` directory.
-
-3. Update the contents of the `cordova.2.3.0/ext-air/` directory.
-
-4. Update the contents of the `cordova.2.3.0/ext-qnx/` directory.
-
-5. Update the .js file in the `cordova.2.3.0/javascript/` directory.
-
-6. Open the `sample/lib/` directory and rename the `cordova.2.3.0/` directory to `cordova.2.4.0/`.
-
-7. Type `ant blackberry build` or `ant playbook build` to update the `www/` directory with updated Cordova.
-
-8. Open the `www/` directory and update your HTML to use the new `cordova-2.4.0.js` file.
-
-## Upgrade to 2.3.0 from 2.2.0
-
-Updating just the `www` directory:
-
-1. Open your `www/` directory, which contains your app.
-
-2. Remove and update the .jar file in the `ext/` directory.
-
-3. Update the contents of the `ext-air/` directory.
-
-4. Copy the new `cordova-2.3.0.js` into your project.
-    - If playbook, then update the .js file in the `playbook/` directory.
-    - If BlackBerry 10, then update the .js file in the `qnx/` directory.
-
-5. Update your HTML to use the new `cordova-2.3.0.js` file.
-
-Updating the sample directory (ie, updating using the ant tools):
-
-1. Open the `sample/lib/` directory.
-
-2. Update the .jar file in the `cordova.2.2.0/ext/` directory.
-
-3. Update the contents of the `cordova.2.2.0/ext-air/` directory.
-
-4. Update the contents of the `cordova.2.2.0/ext-qnx/` directory.
-
-5. Update the .js file in the `cordova.2.2.0/javascript/` directory.
-
-6. Open the `sample/lib/` directory and rename the `cordova.2.2.0/` directory to `cordova.2.3.0/`.
-
-7. Type `ant blackberry build` or `ant playbook build` to update the `www/` directory with updated Cordova.
-
-8. Open the `www/` directory and update your HTML to use the new `cordova-2.3.0.js` file.
-
-## Upgrade to 2.2.0 from 2.1.0
-
-Updating just the www directory:
-
-1. Open your `www/` directory, which contains your app.
-
-2. Remove and update the .jar file in the `ext/` directory.
-
-3. Update the contents of the `ext-air/` directory.
-
-4. Copy the new `cordova-2.2.0.js` into your project.
-    - If playbook, then update the .js file in the `playbook/` directory.
-    - If BlackBerry 10, then update the .js file in the `qnx/` directory.
-
-5. Update your HTML to use the new `cordova-2.2.0.js` file.
-
-Updating the sample directory (ie, updating using the ant tools):
-
-1. Open the `sample/lib/` directory.
-
-2. Update the .jar file in the `cordova.2.1.0/ext/` directory.
-
-3. Update the contents of the `cordova.2.1.0/ext-air/` directory.
-
-4. Update the contents of the `cordova.2.1.0/ext-qnx/` directory.
-
-5. Update the .js file in the `cordova.2.1.0/javascript/` directory.
-
-6. Open the `sample/lib/` directory and rename the `cordova.2.1.0/` directory to `cordova.2.2.0/`.
-
-7. Type `ant blackberry build` or `ant playbook build` to update the `www/` directory with updated Cordova.
-
-8. Open the `www/` directory and update your HTML to use the new `cordova-2.2.0.js` file.
-
-## Upgrade to 2.1.0 from 2.0.0
-
-Updating just the `www` directory:
-
-1. Open your `www/` directory, which contains your app.
-
-2. Remove and update the .jar file in the `ext/` directory.
-
-3. Update the contents of the `ext-air/` directory.
-
-4. Copy the new `cordova-2.1.0.js` into your project.
-    - If playbook, then update the .js file in the `playbook/` directory.
-
-5. Update your HTML to use the new `cordova-2.1.0.js` file.
-
-Updating the sample directory (ie, updating using the ant tools):
-
-1. Open the `sample/lib/` directory.
-
-2. Update the .jar file in the `cordova.2.0.0/ext/` directory.
-
-3. Update the contents of the `cordova.2.0.0/ext-air/` directory.
-
-4. Update the .js file in the `cordova.2.0.0/javascript/` directory.
-
-5. Open the `sample/lib/` directory and rename the `cordova.2.0.0/` directory to `cordova.2.1.0/`.
-
-6. Type `ant blackberry build` or `ant playbook build` to update the `www/` directory with updated Cordova.
-
-7. Open the `www/` directory and update your HTML to use the new `cordova-2.1.0.js` file.
-
-## Upgrade to 2.0.0 from 1.9.0
-
-Updating just the `www` directory:
-
-1. Open your `www/` directory, which contains your app.
-
-2. Remove and update the .jar file in the `ext/` directory.
-
-3. Update the contents of the `ext-air/` directory.
-
-4. Copy the new `cordova-2.0.0.js` into your project.
-    - If playbook, then update the .js file in the `playbook/` directory.
-
-5. Update your HTML to use the new `cordova-2.0.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:
-
-        <plugin name="Capture" value="org.apache.cordova.media.MediaCapture"/>
-        <plugin name="Contact" value="org.apache.cordova.pim.Contact"/>
-
-   To:
-
-        <plugin name="Capture" value="org.apache.cordova.capture.MediaCapture"/>
-        <plugin name="Contacts" value="org.apache.cordova.pim.Contact"/>
-
-Updating the sample directory (ie, updating using the ant tools):
-
-1. Open the `sample/lib/` directory.
-
-2. Update the .jar file in the `cordova.1.9.0/ext/` directory.
-
-3. Update the contents of the `cordova.1.9.0/ext-air/` directory.
-
-4. Update the .js file in the `cordova.1.9.0/javascript/` directory.
-
-5. Open the `sample/lib/` directory and rename the `cordova.1.9.0/` directory to `cordova.2.0.0/`.
-
-6. Type `ant blackberry build` or `ant playbook build` to update the `www/` directory with updated Cordova.
-
-7. Open the `www/` directory and update your HTML to use the new `cordova-2.0.0.js` file.
-
-8. Open the `www/` directory and update the `plugins.xml` file. Two plugins
-   changed their namespace/service label. Change the old entries for the
-   Capture and Contact plugins from:
-
-         <plugin name="Capture" value="org.apache.cordova.media.MediaCapture"/>
-         <plugin name="Contact" value="org.apache.cordova.pim.Contact"/>
-
-   To:
-
-         <plugin name="Capture" value="org.apache.cordova.capture.MediaCapture"/>
-         <plugin name="Contacts" value="org.apache.cordova.pim.Contact"/>
-
-- To upgrade to 1.8.0, please go from 1.7.0
-
-## Upgrade to 1.8.0 from 1.7.0
-
-Updating just the `www` directory:
-
-1. Open your `www/` directory, which contains your app.
-
-2. Remove and update the .jar file in the `ext/` directory.
-
-3. Update the contents of the `ext-air/` directory.
-
-4. Copy the new `cordova-1.8.0.js` into your project.
-    - If playbook, then update the .js file in the `playbook/` directory.
-
-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:
-
-        <plugin name="Capture" value="org.apache.cordova.media.MediaCapture"/>
-        <plugin name="Contact" value="org.apache.cordova.pim.Contact"/>
-
-   To:
-
-        <plugin name="Capture" value="org.apache.cordova.capture.MediaCapture"/>
-        <plugin name="Contacts" value="org.apache.cordova.pim.Contact"/>
-
-Updating the sample directory (ie, updating using the ant tools):
-
-1. Open the `sample/lib/` directory.
-
-2. Update the .jar file in the `cordova.1.7.0/ext/` directory.
-
-3. Update the contents of the `cordova.1.7.0/ext-air/` directory.
-
-4. Update the .js file in the `cordova.1.7.0/javascript/` directory.
-
-5. Open the `sample/lib/` directory and rename the `cordova.1.7.0/` directory to `cordova.1.8.0/`.
-
-6. Type `ant blackberry build` or `ant playbook build` to update the `www/` directory with updated Cordova.
-
-7. Open the `www/` directory and update your HTML to use the new `cordova-1.8.0.js` file.
-
-8. Open the `www/` directory and update the `plugins.xml` file. Two plugins
-   changed their namespace/service label. Change the old entries for the
-   Capture and Contact plugins from:
-
-         <plugin name="Capture" value="org.apache.cordova.media.MediaCapture"/>
-         <plugin name="Contact" value="org.apache.cordova.pim.Contact"/>
-
-   To:
-
-         <plugin name="Capture" value="org.apache.cordova.capture.MediaCapture"/>
-         <plugin name="Contacts" value="org.apache.cordova.pim.Contact"/>
-
diff --git a/docs/en/edge/guide/platforms/blackberry10/config.md b/docs/en/edge/guide/platforms/blackberry10/config.md
index 61b1a09..0749eb6 100644
--- a/docs/en/edge/guide/platforms/blackberry10/config.md
+++ b/docs/en/edge/guide/platforms/blackberry10/config.md
@@ -17,7 +17,7 @@
          under the License.
 ---
 
-# BlackBerry Configuration
+# BlackBerry 10 Configuration
 
 The `config.xml` file controls an app's basic settings that apply
 across each application and CordovaWebView instance. This section
diff --git a/docs/en/edge/guide/platforms/blackberry10/plugin.md b/docs/en/edge/guide/platforms/blackberry10/plugin.md
index 1609d2e..8dd06be 100644
--- a/docs/en/edge/guide/platforms/blackberry10/plugin.md
+++ b/docs/en/edge/guide/platforms/blackberry10/plugin.md
@@ -43,7 +43,7 @@
 
 To create the native portion of your plugin, open the BlackBerry 10
 NDK IDE and select __File &rarr; New &rarr; BlackBerry Project &rarr;
-Native Extension &rarr; BlackBerry WebWorks__. Enter the desired
+Native Extension &rarr; BlackBerry 10__. Enter the desired
 project name and location, then press __Finish__.
 
 The project created by the IDE contains sample code for a memory
diff --git a/docs/en/edge/guide/platforms/index.md b/docs/en/edge/guide/platforms/index.md
index 6865b81..f477ff5 100644
--- a/docs/en/edge/guide/platforms/index.md
+++ b/docs/en/edge/guide/platforms/index.md
@@ -53,13 +53,6 @@
 * Android Command-line Tools
 * Upgrading Android
 
-## BlackBerry
-
-* BlackBerry Platform Guide
-* BlackBerry Configuration
-* BlackBerry Command-line Tools
-* Upgrading BlackBerry
-
 ## BlackBerry 10
 
 * BlackBerry 10 Platform Guide
diff --git a/docs/en/edge/guide/support/index.md b/docs/en/edge/guide/support/index.md
index 6e21940..8a45aa6 100644
--- a/docs/en/edge/guide/support/index.md
+++ b/docs/en/edge/guide/support/index.md
@@ -33,7 +33,6 @@
         <th></td>
         <th><tt>amazon-fireos</tt></th>
         <th><tt>android</tt></th>
-        <th><tt>blackberry</tt> (6)</th>
         <th><tt>blackberry10</tt></th>
         <th><tt>ios</tt></th>
         <th><tt>wp7</tt> (Windows<br/>Phone 7)</th>
@@ -50,7 +49,6 @@
         <th><a href="guide_cli_index.md.html">cordova<br/>CLI</a></th>
         <td data-col="amazon-fireos" class="y">Mac, Windows, Linux</td>
         <td data-col="android"    class="y">Mac, Windows, Linux</td>
-        <td data-col="blackberry" class="n">Mac, Windows</td>
         <td data-col="blackberry10" class="y">Mac, Windows</td>
         <td data-col="ios"        class="y">Mac</td>
         <td data-col="winphone7"  class="y">Windows</td>
@@ -64,7 +62,6 @@
         <th><a href="guide_hybrid_webviews_index.md.html">Embedded<br/>WebView</a></th>
         <td data-col="amazon-fireos" class="y"><a href="guide_platforms_amazonfireos_webview.md.html">(see details)</a></td>
         <td data-col="android"    class="y"><a href="guide_platforms_android_webview.md.html">(see details)</a></td>
-        <td data-col="blackberry" class="n"></td>
         <td data-col="blackberry10" class="n"></td>
         <td data-col="ios"        class="y"><a href="guide_platforms_ios_webview.md.html">(see details)</a></td>
         <td data-col="winphone7"  class="n"></td>
@@ -78,7 +75,6 @@
         <th><a href="guide_hybrid_plugins_index.md.html">Plug-in<br/>Interface</a></th>
          <td data-col="amazon-fireos" class="y"><a href="guide_guide_platforms_amazonfireos_plugin.md.html">(see details)</a></td>
         <td data-col="android"    class="y"><a href="guide_guide_platforms_android_plugin.md.html">(see details)</a></td>
-        <td data-col="blackberry" class="y"><a href="guide_guide_platforms_blackberry_plugin.md.html">(see details)</a></td>
         <td data-col="blackberry10" class="y"><a href="guide_guide_platforms_blackberry10_plugin.md.html">(see details)</a></td>
         <td data-col="ios"        class="y"><a href="guide_guide_platforms_ios_plugin.md.html">(see details)</a></td>
         <td data-col="winphone7"  class="y"><a href="guide_guide_platforms_wp8_plugin.md.html">(see details)</a></td>
@@ -97,7 +93,6 @@
         <th><a href="cordova_accelerometer_accelerometer.md.html">Accelerometer</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android"    class="y"></td>
-        <td data-col="blackberry" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios"        class="y"></td>
         <td data-col="winphone7"  class="y"></td>
@@ -111,7 +106,6 @@
         <th><a href="cordova_camera_camera.md.html">Camera</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android"    class="y"></td>
-        <td data-col="blackberry" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios"        class="y"></td>
         <td data-col="winphone7"  class="y"></td>
@@ -125,7 +119,6 @@
         <th><a href="cordova_media_capture_capture.md.html">Capture</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android"    class="y"></td>
-        <td data-col="blackberry" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios"        class="y"></td>
         <td data-col="winphone7"  class="y"></td>
@@ -139,7 +132,6 @@
         <th><a href="cordova_compass_compass.md.html">Compass</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android"    class="y"></td>
-        <td data-col="blackberry" class="n"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios"        class="y">(3GS+)</td>
         <td data-col="winphone7"  class="y"></td>
@@ -153,7 +145,6 @@
         <th><a href="cordova_connection_connection.md.html">Connection</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android"    class="y"></td>
-        <td data-col="blackberry" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios"        class="y"></td>
         <td data-col="winphone7"  class="y"></td>
@@ -167,7 +158,6 @@
         <th><a href="cordova_contacts_contacts.md.html">Contacts</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android"    class="y"></td>
-        <td data-col="blackberry" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios"        class="y"></td>
         <td data-col="winphone7"  class="y"></td>
@@ -181,7 +171,6 @@
         <th><a href="cordova_device_device.md.html">Device</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android"    class="y"></td>
-        <td data-col="blackberry" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios"        class="y"></td>
         <td data-col="winphone7"  class="y"></td>
@@ -195,7 +184,6 @@
         <th><a href="cordova_events_events.md.html">Events</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android"    class="y"></td>
-        <td data-col="blackberry" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios"        class="y"></td>
         <td data-col="winphone7"  class="y"></td>
@@ -209,7 +197,6 @@
         <th><a href="cordova_file_file.md.html">File</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android"    class="y"></td>
-        <td data-col="blackberry" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios"        class="y"></td>
         <td data-col="winphone7"  class="y"></td>
@@ -223,7 +210,6 @@
         <th><a href="cordova_geolocation_geolocation.md.html">Geolocation</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android"    class="y"></td>
-        <td data-col="blackberry" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios"        class="y"></td>
         <td data-col="winphone7"  class="y"></td>
@@ -237,7 +223,6 @@
         <th><a href="cordova_globalization_globalization.md.html">Globalization</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android"    class="y"></td>
-        <td data-col="blackberry" class="y"></td>
         <td data-col="blackberry10" class="n"></td>
         <td data-col="ios"        class="y"></td>
         <td data-col="winphone7"  class="y"></td>
@@ -251,7 +236,6 @@
         <th><a href="cordova_inappbrowser_inappbrowser.md.html">InAppBrowser</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android"    class="y"></td>
-        <td data-col="blackberry" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios"        class="y"></td>
         <td data-col="winphone7"  class="y"></td>
@@ -265,7 +249,6 @@
         <th><a href="cordova_media_media.md.html">Media</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android"    class="y"></td>
-        <td data-col="blackberry" class="n"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios"        class="y"></td>
         <td data-col="winphone7"  class="y"></td>
@@ -279,7 +262,6 @@
         <th><a href="cordova_notification_notification.md.html">Notification</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android"    class="y"></td>
-        <td data-col="blackberry" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios"        class="y"></td>
         <td data-col="winphone7"  class="y"></td>
@@ -293,7 +275,6 @@
         <th><a href="cordova_splashscreen_splashscreen.md.html">Splashscreen</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android"    class="y"></td>
-        <td data-col="blackberry" class="n"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios"        class="y"></td>
         <td data-col="winphone7"  class="y"></td>
@@ -307,7 +288,6 @@
         <th><a href="cordova_storage_storage.md.html">Storage</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android"    class="y"></td>
-        <td data-col="blackberry" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios"        class="y"></td>
         <td data-col="winphone7"  class="y">localStorage &amp; indexedDB</td>