You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/08/18 12:00:54 UTC

[GitHub] [cordova-plugin-file] klochko7 opened a new issue #413: Platform android@9.0.0, Android 10 device. externalRootDirectory works not as expected.

klochko7 opened a new issue #413:
URL: https://github.com/apache/cordova-plugin-file/issues/413


   Could anyone suggest please, what is going wrong with Android 10 ? On previous version everything is ok. I use such code 
   
   **this.settings.wo_root** -  file:///storage/emulated/0/
   **model_packages_folder** Mobile_Packages
   
   ```
                 this.file.listDir(this.settings.wo_root, model_packages_folder).then(result => {
                       console.log("listDir", result);
                     }).catch(err => {
                       console.log("listDir err", err);
                     });
   ```
   But result is empty []. 
   
   ```
   Ionic:
   
      Ionic CLI                     : 5.4.16
      Ionic Framework               : @ionic/angular 5.1.1
      @angular-devkit/build-angular : 0.803.10
      @angular-devkit/schematics    : 8.3.10
      @angular/cli                  : 8.3.10
      @ionic/angular-toolkit        : 2.0.0
   
   Cordova:
   
      Cordova CLI       : 10.0.0
      Cordova Platforms : android 9.0.0
      Cordova Plugins   : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 4.1.3, (and 23 other plugins)
   
   Utility:
   
      cordova-res : not installed
      native-run  : not installed
   
   System:
   
      Android SDK Tools : 26.1.1 (C:\Users\anton\AppData\Local\Android\Sdk)
      NodeJS            : v12.15.0 (C:\Program Files\nodejs\node.exe)
      npm               : 6.13.4
      OS                : Windows 10
   
   ```
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-file] klochko7 commented on issue #413: Platform android@9.0.0, Android 10 device. externalRootDirectory works not as expected.

Posted by GitBox <gi...@apache.org>.
klochko7 commented on issue #413:
URL: https://github.com/apache/cordova-plugin-file/issues/413#issuecomment-676354941


   [it](https://stackoverflow.com/questions/61629593/no-such-file-or-directory-in-android-10-api-29) solved my problem.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-file] klochko7 closed issue #413: Platform android@9.0.0, Android 10 device. externalRootDirectory works not as expected.

Posted by GitBox <gi...@apache.org>.
klochko7 closed issue #413:
URL: https://github.com/apache/cordova-plugin-file/issues/413


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-file] klochko7 commented on issue #413: Platform android@9.0.0, Android 10 device. externalRootDirectory works not as expected.

Posted by GitBox <gi...@apache.org>.
klochko7 commented on issue #413:
URL: https://github.com/apache/cordova-plugin-file/issues/413#issuecomment-676363647


   yes.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-file] timbru31 commented on issue #413: Platform android@9.0.0, Android 10 device. externalRootDirectory works not as expected.

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #413:
URL: https://github.com/apache/cordova-plugin-file/issues/413#issuecomment-676361326


   If this solved your issue, can we close this?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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