Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4DF69105BD for ; Tue, 17 Mar 2015 21:57:39 +0000 (UTC) Received: (qmail 29110 invoked by uid 500); 17 Mar 2015 21:57:39 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 29096 invoked by uid 500); 17 Mar 2015 21:57:39 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 29081 invoked by uid 99); 17 Mar 2015 21:57:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2015 21:57:39 +0000 Date: Tue, 17 Mar 2015 21:57:39 +0000 (UTC) From: "Raymond Camden (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-3186) Make resolveLocalFileSystemURL() work with content:// URLs returned by the Camera API MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-3186?page=3Dcom.atlassian.ji= ra.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1436617= 2#comment-14366172 ]=20 Raymond Camden commented on CB-3186: ------------------------------------ Query - is this not yet released? I see it marked as Fixed, but Ian's comme= nt mentions dev branch. I'm trying to run window.resolveLocalFileSystemURL = on a content:// image and the success *and* error handlers don't run' > Make resolveLocalFileSystemURL() work with content:// URLs returned by th= e Camera API > -------------------------------------------------------------------------= ------------ > > Key: CB-3186 > URL: https://issues.apache.org/jira/browse/CB-3186 > Project: Apache Cordova > Issue Type: Bug > Components: Android, Plugin File > Affects Versions: 2.6.0 > Environment: Cordova 2.6.0 patched with commits from CB-2432 > https://git-wip-us.apache.org/repos/asf?p=3Dcordova-android.git;a=3Dcommi= t;h=3Db13166f5d92196ed3e1b2d2dfd4cef7242876d70 > https://git-wip-us.apache.org/repos/asf?p=3Dcordova-android.git;a=3Dcommi= t;h=3D191f31baa74d1dd99e321357c562d10f2c426f0c > Reporter: Abel Mui=C3=B1o > Assignee: Ian Clelland > > calling `window.resolveLocalFileSystemURI` with the returned URI results = in an error with the following log: > {noformat} > Object > "File" "resolveLocalFileSystemURI" "File629493933" "["content://com.goog= le.android.gallery3d.provider/picasa/item/5825295055430535810"]" > processMessage failed: Message: S01 Camera629493932 scontent://com.google= .android.gallery3d.provider/picasa/item/5825295055430535810 > processMessage failed: Error: Error: Error calling method on NPObject. > processMessage failed: Stack: Error: Error calling method on NPObject. > at androidExec (file:///android_asset/www/native/cordova-2.6.0.js:859= :48) > at file:///android_asset/www/native/cordova-2.6.0.js:6326:5 > at [object Object]. (file:///android_asset/www/reporter/de= cks/report.js:136:23) > at [object Object]. (file:///android_asset/www/reporter/de= cks/report.js:3:61) > at [object Object]. (file:///android_asset/www/reporter/de= cks/report.js:169:19) > at [object Object]. (file:///android_asset/www/reporter/de= cks/report.js:3:61) > at Object.callbackFromNative (file:///android_asset/www/native/cordov= a-2.6.0.js:291:54) > at processMessage (file:///android_asset/www/native/cordova-2.6.0.js:= 970:21) > at Function.processMessages (file:///android_asset/www/native/cordova= -2.6.0.js:1008:17) > at pollOnce (file:///android_asset/www/native/cordova-2.6.0.js:874:17= ) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org