Could not load BlackBerry webwork+PhoneGap application in BlackBerry 6.0 simulator

两盒软妹~` 提交于 2019-12-02 16:48:19

问题


I have my application ready on BlackBerry webwork and PhoneGap. I successfully run it using eclipse plug-in for BB 5.0 and BB 6.0.

But when I tried to wipe user data from BB 6.0 and tried to directly load .cod file from StandardInstall directory, application does not open. It just display splash screen. I get error like

"ApplicationRegistry.wait For (0x3bc6259193b4b87c) timeout"

I am wondering that is it a simulator bug or something?

Notes:

  1. I tested both singed and unsigned application.
  2. Above mentioned method works on any simulator for BB 5.0
  3. I also created normal BlackBerry application (without phoneGap and webwork) and I was able to load .cod file in BB 6.0.
  4. I'd also like to present my question regarding difference between OTAInstall and StandardInstall. Check here.
  5. Simulator information: Torch 9800 (6.0.0.227)

回答1:


There was a simulator cleaning up issue.

I was using Reset option to clean simulator. But this will not work.

You need to run clean.bat file from simpack directory.

My path was:

D:\Eclipse\plugins\net.rim.browser.tools.wcpc_2.0.0.201103231828-18\wcpc\simpack\6.0.0.227




回答2:


Use a Blackberry specific phonegap.js file. This will clear all the popup related issues.



来源:https://stackoverflow.com/questions/6677597/could-not-load-blackberry-webworkphonegap-application-in-blackberry-6-0-simulat

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!