You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2013/03/18 21:27:43 UTC

docs commit: [CB-2695] amended blackberry quirks section with file edge case solutions

Updated Branches:
  refs/heads/master d6d5807da -> fe9cd8d4b


[CB-2695] amended blackberry quirks section with file edge case solutions


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

Branch: refs/heads/master
Commit: fe9cd8d4bbba949ca475c07990d9490c5ab8e151
Parents: d6d5807
Author: lorinbeer <lo...@adobe.com>
Authored: Sun Mar 17 18:06:16 2013 -0700
Committer: lorinbeer <lo...@adobe.com>
Committed: Sun Mar 17 18:06:16 2013 -0700

----------------------------------------------------------------------
 .../cordova/file/directoryentry/directoryentry.md  |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/fe9cd8d4/docs/en/edge/cordova/file/directoryentry/directoryentry.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/file/directoryentry/directoryentry.md b/docs/en/edge/cordova/file/directoryentry/directoryentry.md
index a962a65..8b11012 100644
--- a/docs/en/edge/cordova/file/directoryentry/directoryentry.md
+++ b/docs/en/edge/cordova/file/directoryentry/directoryentry.md
@@ -386,7 +386,12 @@ __Quick Example__
 BlackBerry Quirks
 -----------------
 
-May fail if access is attempted on an directory created by a previous installation of an application.
-This can occur if an app creates a directory during normal operation, then the app is reinstalled 
-without the directory being cleaned. An attempt to access the directory from the new app install will 
-fail with a 'ControlledAccessException'.
+May fail with a ControlledAccessException in the following cases:
+
+- Access is attempted on an directory created by a previous installation of an application.
+
+> solution: insure temporary directories are cleaned manually, or by the application before reinstall
+
+- if device is connected by usb
+
+> solution: disconnect usb cable from device and run again