You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2012/07/10 20:28:33 UTC

[jira] [Resolved] (CB-998) Setting a splash screen crashes Galaxy S2/S3 (But not galaxy S)

     [ https://issues.apache.org/jira/browse/CB-998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser resolved CB-998.
---------------------------

    Resolution: Cannot Reproduce

It's not the spashscreen, it's something else.
                
> 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
>             Fix For: 2.0.0
>
>         Attachments: splash480x800.png
>
>
> 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