BlackBerry 设备上的 CodeModuleManager.CMM_OK_MODULE_MARKED_FOR_DELETION

发布于 2024-09-29 23:37:25 字数 240 浏览 2 评论 0原文

当我调用CodeModuleManager.deleteModuleEx()删除Module时,使用模拟器返回值为CodeModuleManager.CMM_OK_MODULE_MARKED_FOR_DELETION,但返回值为CodeModuleManager.CMM_OK< /code> 当我在设备上运行相同的应用程序时。该设备是 9700,平台是 5.1.0.121。

When I call CodeModuleManager.deleteModuleEx() to delete a Module, the return value is CodeModuleManager.CMM_OK_MODULE_MARKED_FOR_DELETION using the simulator, but the return value is CodeModuleManager.CMM_OK when I run same application on device. The device is a 9700 and the Platform is 5.1.0.121.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

转身以后 2024-10-06 23:37:25

我认为删除后需要重置。如果你还没有这样做,
也添加此代码。

 if (CodeModuleManager.isResetRequired())  
        CodeModuleManager.promptForResetIfRequired();  

i think after deletion reset is required. if you are not doing already,
add this code also.

 if (CodeModuleManager.isResetRequired())  
        CodeModuleManager.promptForResetIfRequired();  
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文