Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DAC5CDD0D for ; Thu, 26 Jul 2012 15:57:37 +0000 (UTC) Received: (qmail 30221 invoked by uid 500); 26 Jul 2012 15:57:35 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 30119 invoked by uid 500); 26 Jul 2012 15:57:35 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 29871 invoked by uid 99); 26 Jul 2012 15:57:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2012 15:57:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id B8B1B14285A for ; Thu, 26 Jul 2012 15:57:34 +0000 (UTC) Date: Thu, 26 Jul 2012 15:57:34 +0000 (UTC) From: "Alex (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <1880816363.106523.1343318254758.JavaMail.jiratomcat@issues-vm> In-Reply-To: <47839894.106516.1343318134683.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (CB-1142) Cordova 1.9.0 crashing when taking several pictures 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-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex updated CB-1142: --------------------- Description: Althought I've seen CB910 is fixed in 1.9.0, it's still ocurring to me. Using this function: navigator.camera.getPicture(onPhotoDataSuccess, onFail, { quality: 80, destinationType: destinationType.FILE_URI, encodingType: navigator.camera.EncodingType.JPEG, mediaType: 0, targetWidth: 1024, targetHeight: 768, correctOrientation: false } ); Taking the first picture gives no problem. After second photo, logcat gives this: http://pastebin.com/WJ2KTBh4 and app is closed. I'm using save to library, no orientation, slow resolution, slow quality ... I'm trying also with quality 100 (avoiding compression) but still crashing I also tried a patch Simon MacDonald proposed in his blog post http://simonmacdonald.blogspot.com.es/2012/07/change-to-camera-code-in-phonegap-190.html was: Althought I've seen CB910 is fixed in 1.9.0, it's still ocurring to me. Using this function: navigator.camera.getPicture(onPhotoDataSuccess, onFail, { quality: 80, destinationType: destinationType.FILE_URI, encodingType: navigator.camera.EncodingType.JPEG, mediaType: 0, targetWidth: 1024, targetHeight: 768, correctOrientation: false } ); Taking the first picture gives no problem. After second photo, logcat gives this: http://pastebin.com/WJ2KTBh4 and app is closed. I'm using save to library, no orientation, slow resolution, slow quality ... I'm trying also with quality 100 (avoiding compression) but still crashing Environment: Mobile: LG L3 with Android 4.0 Using PhoneGap 1.9.0 was: Mobile: LG3 with Android 4.0 Using PhoneGap 1.9.0 > Cordova 1.9.0 crashing when taking several pictures > --------------------------------------------------- > > Key: CB-1142 > URL: https://issues.apache.org/jira/browse/CB-1142 > Project: Apache Cordova > Issue Type: Bug > Components: Android > Affects Versions: 1.9.0 > Environment: Mobile: LG L3 with Android 4.0 > Using PhoneGap 1.9.0 > Reporter: Alex > Assignee: Joe Bowser > > Althought I've seen CB910 is fixed in 1.9.0, it's still ocurring to me. > Using this function: > navigator.camera.getPicture(onPhotoDataSuccess, onFail, > { quality: 80, destinationType: destinationType.FILE_URI, encodingType: navigator.camera.EncodingType.JPEG, mediaType: 0, targetWidth: 1024, targetHeight: 768, correctOrientation: false } > ); > Taking the first picture gives no problem. After second photo, logcat gives this: > http://pastebin.com/WJ2KTBh4 > and app is closed. > I'm using save to library, no orientation, slow resolution, slow quality ... > I'm trying also with quality 100 (avoiding compression) but still crashing > I also tried a patch Simon MacDonald proposed in his blog post > http://simonmacdonald.blogspot.com.es/2012/07/change-to-camera-code-in-phonegap-190.html -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira