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 6A2D9E5E for ; Tue, 3 Jul 2012 00:39:58 +0000 (UTC) Received: (qmail 62417 invoked by uid 500); 3 Jul 2012 00:39:58 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 62391 invoked by uid 500); 3 Jul 2012 00:39:58 -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 62382 invoked by uid 99); 3 Jul 2012 00:39:58 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2012 00:39:58 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id E0D6B14052D for ; Tue, 3 Jul 2012 00:39:57 +0000 (UTC) Date: Tue, 3 Jul 2012 00:39:56 +0000 (UTC) From: "Simon MacDonald (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <1656550588.596.1341275997923.JavaMail.jiratomcat@issues-vm> In-Reply-To: <971166137.496.1341274257683.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (CB-998) Setting a splash screen crashes Galaxy S2/S3 (But not galaxy S) 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-998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405474#comment-13405474 ] Simon MacDonald commented on CB-998: ------------------------------------ Can you post the logcat from the crash? > Setting a splash screen crashes Galaxy S2/S3 (But not galaxy S) > --------------------------------------------------------------- > > Key: CB-998 > URL: https://issues.apache.org/jira/browse/CB-998 > Project: Apache Cordova > Issue Type: Bug > Components: Android, CordovaJS > Affects Versions: 1.3.0, 1.6.1, 1.8.0, 1.9.0 > Environment: Galaxy S2, Galaxy S3 > Reporter: Stefan Kendall > Assignee: Joe Bowser > > In all drawable* folders, I have a 480x800 png that is not 9-patch. The following causes a SIGNAL 11 crash on boot on Galaxy S2 and S3. A Galaxy S does not seem to crash on boot. > public class App extends DroidGap { > @Override > public void onCreate(Bundle savedInstanceState) { > super.onCreate(savedInstanceState); > super.setIntegerProperty("loadUrlTimeoutValue", 70000); > super.setIntegerProperty("splashscreen", R.drawable.splash); > int TEN_SECONDS = 10000; > super.loadUrl("file:///android_asset/www/index.html", TEN_SECONDS); > } > } -- 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