07-18-2012 10:23 AM
Hello all,
I need some help of you guys.
My company had recently buy a BB Curve 9360 with OS 7.1, we had developed an application with phonegap for previous OS (6.0) (This application works fine in the 6.0), but when I run that application in this new cellphone more than 3 times, the phone/application crashes. It's seems that BB stay without memory.
Any help is appreciated,
Thanks in advance
FRombo
07-18-2012 02:54 PM
Hello again, just an update to my previous post:
We had find another BB Curve 9360 with OS 7.0 Bundle 1680, and we had test the application and works fine in that bundle. But in the client cellphone (BB Curve with OS 7.0 Bundle 2259) the application is crashing.
Do you have any ideia if this is a problem with this specific bundle? How can I change a bundle?
Best Regards,
Thanks in advance,
07-28-2012 01:54 AM
Unfortunately you need to redevelop the app ![]()
07-28-2012 04:24 PM
you don't need to redevelop app. but u need to debug the code and try with latest phonegap version. apart from phonegap what u have used to build apps
07-28-2012 07:50 PM
If it works with one bundle but not with another... then it's an issue with that bundle. You change the bundle by upgrading / downgrading the OS on the phone.
now, the more important question is what causes the bundle to crash? throughtly go through your code and look for memory leaks and other low-hanging fruit you can optimize.
good luck!