[jira] [Commented] (CB-3404) Android: requestFileSystem with type LocalFileSystem.PERSISTENT:doesn't return a path under /Android/data/ when a sd-card is mounted

2013-05-21 Thread Stephan Wezel (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13663815#comment-13663815
 ] 

Stephan Wezel commented on CB-3404:
---

Then how do i can get the package-name within javascript?


> Android: requestFileSystem with type LocalFileSystem.PERSISTENT:doesn't 
> return a path under /Android/data/ when a sd-card is mounted
> 
>
> Key: CB-3404
> URL: https://issues.apache.org/jira/browse/CB-3404
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 2.7.0
>Reporter: Stephan Wezel
>Assignee: Joe Bowser
>Priority: Minor
>
> the method requestFileSystem in 
> framework/src/org/apache/cordova/FileUtils.java
> doesn't return a path under 
> Environment.getExternalStorageDirectory()/Android/data/ when a 
> "sd-card" is mounted and as type PERSISTENT is used.
> in all other paths in this method the returned path contains Android/data.
> From the Android SDK 
> doc(http://developer.android.com/guide/topics/data/data-storage.html#filesExternal)
>  an app schould write into Android/data//files when writing to 
> the external storage.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3404) Android: requestFileSystem with type LocalFileSystem.PERSISTENT:doesn't return a path under /Android/data/ when a sd-card is mounted

2013-05-21 Thread Andrew Grieve (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13663606#comment-13663606
 ] 

Andrew Grieve commented on CB-3404:
---

This bug probably captures the underlying issue: 
https://issues.apache.org/jira/browse/CB-285

> Android: requestFileSystem with type LocalFileSystem.PERSISTENT:doesn't 
> return a path under /Android/data/ when a sd-card is mounted
> 
>
> Key: CB-3404
> URL: https://issues.apache.org/jira/browse/CB-3404
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 2.7.0
>Reporter: Stephan Wezel
>Assignee: Joe Bowser
>Priority: Minor
>
> the method requestFileSystem in 
> framework/src/org/apache/cordova/FileUtils.java
> doesn't return a path under 
> Environment.getExternalStorageDirectory()/Android/data/ when a 
> "sd-card" is mounted and as type PERSISTENT is used.
> in all other paths in this method the returned path contains Android/data.
> From the Android SDK 
> doc(http://developer.android.com/guide/topics/data/data-storage.html#filesExternal)
>  an app schould write into Android/data//files when writing to 
> the external storage.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira