在设备中测试 Blackberry 应用程序时出现的问题:安全 API 问题

发布于 2025-01-01 12:12:15 字数 506 浏览 2 评论 0原文

我在 Blackberry JDE 中开发了一个 Blackberry 应用程序。它在模拟器中运行良好。由于我使用了需要签名密钥的不同 API,因此我尝试使用“签名工具”,以便可以在设备中运行它。最初,签名工具显示如下。

在此处输入图像描述

当我“请求”签名时,所有具有“未签名”状态的行均已成功转换为“签了字。

在此处输入图像描述

现在,当我在 Blackberry 设备中安装该应用程序并尝试运行它时,它会显示“错误启动” certainteed:模块“Certainteed”尝试访问安全 API。”。我认为这个消息应该只针对未签名的 Cod 文件。我的签名过程有问题吗?

注意:我使用的是 Blackberry JDE 4.6 和 Blackberry Curve 8520(软件版本 4.6.1.286)

I have developed a Blackberry app in Blackberry JDE. It is working fine in simulator. As I have used different API which need signing key, I try it to 'Signature Tool' so that I can run it in device. Initially the Signature Tool was showing like below.

enter image description here

When I 'Request' for signature, all the row having 'Not Signed' status, successfully converted to 'Signed'.

enter image description here

Now when I install the app in my Blackberry device and try to run it, it gives massage "Error starting Certainteed: Module 'Certainteed' attempts to access a secure API.". I think this massage should come only for not signed Cod file. Is there any problem in my signing process?

N.B. I am using Blackberry JDE 4.6 and Blackberry Curve 8520 (software version 4.6.1.286)

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

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

发布评论

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

评论(1

睫毛溺水了 2025-01-08 12:12:15

在我看来,您好像没有安装所有签名密钥,只安装了 RBB 签名密钥。

当您请求签名密钥时,您应该会收到 3 封电子邮件回复,每封电子邮件都包含不同的签名密钥:

client-RBB-xxxxxxxxx.csi
client-RCR-xxxxxxxxx.csi
client-RRT-xxxxxxxxx.csi

您需要安装所有 3 个密钥

It looks to me as if you haven't installed all of your signing keys, only the RBB signing key.

When you requested your signing keys you should have received 3 emails in response, each containing a different signing key:

client-RBB-xxxxxxxxx.csi
client-RCR-xxxxxxxxx.csi
client-RRT-xxxxxxxxx.csi

You need to install all 3 keys

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