Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am working with Phonegap and installing in Blackberry, and with older versions like 6.0.0.246 it crashes at startup, but on the same phone and simulator with version 6.0.0.723 it works fine. Does anybody know how to resolve this issue?

There is no message on log or anything as for why the crash is happening.

Thanks

=====================================================================

UPDATE: I found some links describing the same issue I am having, but there is no solutions so far

https://groups.google.com/forum/?fromgroups=#!topic/phonegap/3QE_LjbDXg4

http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/URGENT-PROBLEM-DEVICE-BOLD-9780-WebWorks-Crashing/m-p/1830379#M26368

======================================================================

share|improve this question
Are you trying to run just the default sample app that comes with PhoneGap? Or is this your own app? – Tim Kim Nov 19 '12 at 23:51
Its my own app, but it works fine on the latest OS (in simulator and devices) but it crashes on old OS versions (also simulator and devices). I can reproduce it every time. – Daniel Benedykt Nov 21 '12 at 11:40
Hrm - is there any sample code you can show? Also, have you tried running a plain vanilla app and see if that crashes? That we can determine if it's something about the js or the java part. – Tim Kim Nov 21 '12 at 23:20
The demo app works fine, its when you start adding more stuff into it. I am updating the question with more information that I found. – Daniel Benedykt Nov 22 '12 at 11:39

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.