From issues-return-93694-archive-asf-public=cust-asf.ponee.io@cordova.apache.org Tue Mar 27 10:39:09 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1EB9F18064E for ; Tue, 27 Mar 2018 10:39:08 +0200 (CEST) Received: (qmail 53111 invoked by uid 500); 27 Mar 2018 08:39:07 -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 53099 invoked by uid 99); 27 Mar 2018 08:39:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2018 08:39:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 0E281C1ED5 for ; Tue, 27 Mar 2018 08:39:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.511 X-Spam-Level: X-Spam-Status: No, score=-109.511 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id T-dZR6YTfFCt for ; Tue, 27 Mar 2018 08:39:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id A4D2060DDD for ; Tue, 27 Mar 2018 08:39:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 32D9FE0917 for ; Tue, 27 Mar 2018 08:39:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 9ED952151B for ; Tue, 27 Mar 2018 08:39:00 +0000 (UTC) Date: Tue, 27 Mar 2018 08:39:00 +0000 (UTC) From: "Paul Stresow (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CB-13954) NullPointerException when processing result from camera 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-13954?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D164152= 27#comment-16415227 ]=20 Paul Stresow edited comment on CB-13954 at 3/27/18 8:38 AM: ------------------------------------------------------------ I can confirm this. Some devices (not only samsung) don't return the path t= o the image. Only solution found so far is to install an alternative camera app like ope= n camera ([https://sourceforge.net/p/opencamera/code/ci/master/tree/)]. Edit: Some Nexus devices and Samsung Tables also take the image in the wron= g orientation and need to be rotated using the exif properties. was (Author: paul.stresow@itizzimo.com): I can confirm this. Some devices (not only samsung) don't return the path t= o the image. Only solution found so far is to install an alternative camera app like ope= n camera ([https://sourceforge.net/p/opencamera/code/ci/master/tree/)]. > NullPointerException when processing result from camera > ------------------------------------------------------- > > Key: CB-13954 > URL: https://issues.apache.org/jira/browse/CB-13954 > Project: Apache Cordova > Issue Type: Bug > Components: cordova-plugin-camera > Reporter: Brad Zacher > Priority: Major > > I have gotten a number of crash reports via the google play console for a= null pointer exception (see below for stack). > =C2=A0 > Over the last 60 days it has happened to 6 of my users, 28 times. > Of those 28 times, 26 were on an S8, and 2 were on an S8+. > All 28 times were on Android 7.0. > =C2=A0 > Looking at the source code, it seems to be a problem when attempting to a= ccess the extras from the intent - the problem being that the extras return= null (which the code doesn't expect): > [https://github.com/apache/cordova-plugin-camera/blob/e36482c7ba1e5dec07f= 68a246f3ecde8743d7cd6/src/android/CameraLauncher.java#L516] > =C2=A0 > {code:java} > java.lang.RuntimeException:=20 > at android.app.ActivityThread.deliverResults (ActivityThread.java:4520) > at android.app.ActivityThread.handleSendResult (ActivityThread.java:4563= ) > at android.app.ActivityThread.-wrap22 (ActivityThread.java) > at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1698) > at android.os.Handler.dispatchMessage (Handler.java:102) > at android.os.Looper.loop (Looper.java:154) > at android.app.ActivityThread.main (ActivityThread.java:6776) > at java.lang.reflect.Method.invoke (Native Method) > at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteIni= t.java:1520) > at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1410) > Caused by: java.lang.NullPointerException:=20 > at org.apache.cordova.camera.CameraLauncher.processResultFromCamera (Cam= eraLauncher.java:514) > at org.apache.cordova.camera.CameraLauncher.onActivityResult (CameraLaun= cher.java:805) > at org.apache.cordova.CordovaInterfaceImpl.onActivityResult (CordovaInte= rfaceImpl.java:152) > at org.apache.cordova.CordovaActivity.onActivityResult (CordovaActivity.= java:358) > at android.app.Activity.dispatchActivityResult (Activity.java:7282) > at android.app.ActivityThread.deliverResults (ActivityThread.java:4516) > {code} > =C2=A0=C2=A0 > This is the calling code: > {code:javascript} > navigator.camera.getPicture(onSuccess, onFail, { > quality: 50, > destinationType: Camera.DestinationType.DATA_URL, > sourceType: navigator.camera.PictureSourceType.CAMERA, > encodingType: Camera.EncodingType.JPEG, > targetWidth: 1024, > targetHeight: 1024, > mediaType: Camera.MediaType.PICTURE, > allowEdit: false, > correctOrientation: true, > saveToPhotoAlbum: false, > }){code} > =C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org