You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2012/04/25 02:49:27 UTC

wp7 commit: added issue with regards to debugging media functionality in the framework to the README

Updated Branches:
  refs/heads/master 98f29e826 -> 3e9ad79c1


added issue with regards to debugging media functionality in the framework to the README


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/commit/3e9ad79c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/tree/3e9ad79c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/diff/3e9ad79c

Branch: refs/heads/master
Commit: 3e9ad79c17b0d8d01849cf0821349bfe9d91e30b
Parents: 98f29e8
Author: Fil Maj <ma...@gmail.com>
Authored: Tue Apr 24 17:51:43 2012 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Tue Apr 24 17:51:43 2012 -0700

----------------------------------------------------------------------
 README.md |   23 ++++++++++++++---------
 1 files changed, 14 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/3e9ad79c/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d5a8e73..c627ae5 100644
--- a/README.md
+++ b/README.md
@@ -14,25 +14,30 @@ Getting Started
 ---
 
 - copy the file CordovaStarter-1.6.0.zip to the folder : \My Documents\Visual Studio 2010\Templates\ProjectTemplates\
--- if you have just installed VisualStudio, you should launch it once to create this folder
--- if you prefer, you may add the project instead to the "Silverlight for Windows Phone" subfolder of "Visual C#".  This is up to you, and only affects where the project template is shown when creating a new project. Also, You may need to create this folder.
+ - if you have just installed VisualStudio, you should launch it once to create this folder
+ - if you prefer, you may add the project instead to the "Silverlight for Windows Phone" subfolder of "Visual C#".  This is up to you, and only affects where the project template is shown when creating a new project. Also, You may need to create this folder.
 - Launch Visual Studio 2010 and select to create a new project
--- CordovaStarter should be listed as an option, give your new project a name
---- Note: The description will let you know the version of Cordova you are targetting, if you have multiple templates.
--- If you do not see it, you may have to select the top level 'Visual C#' to see it
+ - CordovaStarter should be listed as an option, give your new project a name
+  - Note: The description will let you know the version of Cordova you are targetting, if you have multiple templates.
+ - If you do not see it, you may have to select the top level 'Visual C#' to see it
 - Build and Run it!
 
-
-
 Important!!!
 ---
 
 When you add or remove files/folders in the www folder you will need to do the following
 
 - ensure the new item is included in the project ( Content ) This includes ALL images/css/html/js/* and anything that you want available at runtime.
--- Do not modify the CordovaSourceDictionary.xml file which is included in the project, it is auto-generated for you when you build.
+- Do not modify the CordovaSourceDictionary.xml file which is included in the project, it is auto-generated for you when you build.
 
+Known Issues
+---
 
+You cannot deploy (and thus debug) the framework if you want to make use
+of various Media features by default (like taking a picture, capturing
+audio, etc.). This is because the Zune software
+locks the media library and somehow that affects your device. For a
+workaround, please check out this [MSDN blog article](http://blogs.msdn.com/b/jaimer/archive/2010/11/03/tips-for-debugging-wp7-media-apps-with-wpconnect.aspx).
 
 
 BUGS?
@@ -45,4 +50,4 @@ Further Reading
 ---
 
 - [http://docs.phonegap.com](http://docs.phonegap.com)
-- [http://wiki.phonegap.com](http://wiki.phonegap.com)
\ No newline at end of file
+- [http://wiki.phonegap.com](http://wiki.phonegap.com)