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

ASF GitHub Bot commented on CB-9220:
------------------------------------

GitHub user stevengill opened a pull request:

    https://github.com/apache/cordova-coho/pull/100

    CB-9220 remove check that enforces common to be linked in lib

    Take a look @vladimir-kotikov. Not sure if you were using create-verify for 
CI or something.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/stevengill/cordova-coho master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-coho/pull/100.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #100
    
----
commit a26a7e30e026eed5ce2b6af25064eba3690c03ef
Author: Steve Gill <stevengil...@gmail.com>
Date:   2015-10-31T00:40:23Z

    CB-9220 remove check that enforces common to be linked in lib

----


> Persistent path different from 3.7.0 to 4.0.2 (Phonegap 5.1.1)
> --------------------------------------------------------------
>
>                 Key: CB-9220
>                 URL: https://issues.apache.org/jira/browse/CB-9220
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, Plugin File
>    Affects Versions: 4.1.0
>         Environment: HTC One M7 / Android 5.0.2
>            Reporter: Matthew Horn
>         Attachments: cordova-5-config2.xml
>
>
> Config.xml
> <preference name="android-installLocation"    value="internalOnly" />
> <preference name="AndroidPersistentFileLocation" value="Internal" />
> <preference name="iosPersistentFileLocation" value="Library" />
> window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, 
> function(fileSystem){});
> Version 3.7.0
> FS: fileSystem.root.toURL(): 
> file:///data/data/com.myapp.app.myapp/files/files/
> FS: fileSystem.root.toInternalURL(): cdvfile://localhost/persistent/
> FS: fileSystem.root.nativeURL: 
> file:///data/data/com.myapp.app.myapp/files/files/
> Version 5.1.1
> FS: fileSystem.root.toURL(): file:///storage/emulated/0/
> FS: fileSystem.root.toInternalURL(): cdvfile://localhost/persistent/
> FS: fileSystem.root.nativeURL: file:///storage/emulated/0/
> window.resolveLocalFileSystemURL('cdvfile://localhost/persistent/', 
> function(oEntry){})
> Version 3.7.0
> nativeURL: "file:///data/data/com.myapp.app.myapp/files/files/"
> Version 5.1.1
> nativeURL: "file:///storage/emulated/0/"
> This is currently breaking links to existing data, any ideas? 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to