模块尝试访问安全 API:RIM Blackberry
我使用 Eclipse 中的“使用签名工具签名”来签署我的应用程序。我看到签名者 ID RRT、RBB 和 RCR 都已为 cod 文件签名(JRE 版本 4.5)。我尝试部署到 5.0 设备,但看到“模块尝试访问安全 API”错误。
我缺少什么?
I used the "Sign with Signature Tool" in Eclipse to sign my app. I see that signer ids RRT, RBB and RCR are all signed for the cod files (JRE version 4.5). I try to deploy to a 5.0 device and I see the "Module attempts to access secure API" error.
What am I missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是如何将其部署到设备上的?
您应该考虑在 cmdline 中使用
javaloader load myfile.cod
或在 eclipse 中使用BlackBerry
-Load Project(s) on device
How did you deploy it to device?
You should consider using
javaloader load myfile.cod
in cmdline orBlackBerry
-Load Project(s) on device
in eclipse您的应用程序是否请求了所需的权限?
您将需要类似下面的代码(在访问任何安全 API 之前运行它):
Did your app request the needed permissions?
You'll need something like the code below (run it before accessing any secure APIs):