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 2EF6E18240 for ; Tue, 6 Oct 2015 13:50:27 +0000 (UTC) Received: (qmail 15186 invoked by uid 500); 6 Oct 2015 13:50:27 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 15156 invoked by uid 500); 6 Oct 2015 13:50:27 -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 15145 invoked by uid 99); 6 Oct 2015 13:50:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2015 13:50:26 +0000 Date: Tue, 6 Oct 2015 13:50:26 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9446) Samsung device returns null from Cursor in Camera getRealPath MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-9446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14945048#comment-14945048 ] ASF GitHub Bot commented on CB-9446: ------------------------------------ Github user devteamshippeo commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/112#issuecomment-145861688 I have the same issue on Samsung J1 this morning Thanks for this fix ! > Samsung device returns null from Cursor in Camera getRealPath > ------------------------------------------------------------- > > Key: CB-9446 > URL: https://issues.apache.org/jira/browse/CB-9446 > Project: Apache Cordova > Issue Type: Bug > Components: Android, Plugin Camera, Plugin Media Capture > Affects Versions: 1.2.1 > Environment: Samsung 4.1.2 GT-N8010 > Reporter: Charles Verge > Labels: samsung > Fix For: 1.2.1 > > Attachments: realpath.diff > > > Using a Samsung Galaxy Note GT-N8010 with android 4.1.2 produces an exception in the Exif class. This is due to a filePath being null on line 66 of src/android/ExifHelper.java > {code} new ExifInterface(filePath){code} > This error has been introduced when the switch was made to using Cursors. This error did not happen in with the camera plugin bundled with Phone Gap 3.4. > This has been duplicated by other developers independently > http://stackoverflow.com/questions/30616846/phonegap-app-crash-when-take-a-new-photo-with-camera-plugin -- 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