GithubHelp home page GithubHelp logo

Comments (10)

kzahel avatar kzahel commented on May 27, 2024

Some more information
in fileSystem.js, getFileAndroid, in onFileReceived, nativeUri is "content://com.android.providers.media.documents/document/image%3A446"

It seems like a reasonable/good thing. I'm thinking perhaps fixing this warning may be helpful?

resolveLocalFileSystemURI is deprecated. Please call resolveLocalFileSystemURL instead. resolveLocalFileSystemURI.js:67

Hmm, looking at https://stackoverflow.com/questions/19834842/android-gallery-on-kitkat-returns-different-uri-for-intent-action-get-content, it looks like perhaps this is related to the fact that the file chooser can select entries that don't actually resolve to local files (content://), since they may be e.g. multi gigabyte files stored in google drive.

from mobile-chrome-apps.

mmocny avatar mmocny commented on May 27, 2024

Thanks for reporting this. Will take a look (Mind also peaking, @mwoghiren and @clelland?)

from mobile-chrome-apps.

clelland avatar clelland commented on May 27, 2024

There is an issue handling the URLs that KitKat returns (I think that KitKat can't even use them internally, but I haven't finished investigating that)

This looks like an error in the File plugin, though -- I'll take a look into that.

from mobile-chrome-apps.

yingkailiang avatar yingkailiang commented on May 27, 2024

I also facing the same problem. Any solution now?

from mobile-chrome-apps.

clelland avatar clelland commented on May 27, 2024

The warning about resolveLocalFileSystemURI is a red herring: that method just immediately calls through to resolveLocalFileSystemURL. It looks like the error reporting is broken -- that's the reason for Cannot read property 'error' of undefined. The underlying error from the File plugin is being masked by all of that.

from mobile-chrome-apps.

clelland avatar clelland commented on May 27, 2024

@kzahel -- can you try again with the lastest commit? This is working for me now -- I don't actually see any errors coming back from the file system. There have been significant changes to the File plugin in the last two months, so the underlying issue may have been fixed in the meantime.

from mobile-chrome-apps.

mmocny avatar mmocny commented on May 27, 2024

@kzahel Seems you are roaming our issue tracker today -- did you get a chance to try this?

from mobile-chrome-apps.

kzahel avatar kzahel commented on May 27, 2024

Nope, sorry. I haven't. But I trust @clelland if he says it works. I'm not working on any apps with MobileChromeApps at the moment and don't have a development environment setup. Perhaps just close and let it be re-opened if it persists.

from mobile-chrome-apps.

mmocny avatar mmocny commented on May 27, 2024

@kzahel Ah thats too bad. I was hoping to try JsTorrent on Android.

Thanks for all the feedback, though.

from mobile-chrome-apps.

kzahel avatar kzahel commented on May 27, 2024

Well, alright, I'll try and get it running again tomorrow. Hold off then...

On Tue, Apr 1, 2014 at 7:08 PM, Michal Mocny [email protected]:

@kzahel https://github.com/kzahel Ah thats too bad. I was hoping to try
JsTorrent on Android.

Thanks for all the feedback, though.

Reply to this email directly or view it on GitHubhttps://github.com//issues/62#issuecomment-39282166
.

from mobile-chrome-apps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.