黑莓应用程序签名问题

发布于 2024-07-30 08:59:08 字数 297 浏览 2 评论 0原文

4 年前,我从 RIM 获得了黑莓应用程序的 .csi 文件。 我们可以再次使用这些 .csi 文件来签署其他黑莓应用程序吗? 当我尝试运行这些文件时,它显示警报消息,例如“找不到私钥,并且私钥包含在未找到的 sigtool.csk 中。

预期位置:c:/blackberry/jde4.2/bin/sigtool.csk。

当我按“是”时。 它没有显示任何东西。 我将要做的 ?

该文件是如何生成的以及我应该如何在设备上构建我的应用程序?

I got the .csi files from RIM before 4 years for an blackberry application.
Can we use those .csi files again for signining other blackberry applications also ?
When i tried to run those files it shows the alert messages like "The private key could not be found,and The private key is contained in the sigtool.csk which was not found.

Expected location:c:/blackberry/jde4.2/bin/sigtool.csk.

when i press Yes. It doesnt shows anything. what i will do ?

How is this file generated and what should I to build my application on device ?

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

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

发布评论

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

评论(3

望她远 2024-08-06 08:59:09

为了能够签署您的应用程序,您应该执行以下操作之一:

  • 通过安装 RIM 发送给您的签名密钥生成 sigtool 文件

  • 复制您的旧 sigtool 文件(sigtool.set、sigtool.db、sigtool.csk、SignatureTool.jar)到您的新环境。 但是,如果新 BB 插件的版本较新,您应该采用第一种方法

参见
A60 – 如何以及何时签名
从 RIM 获取代码签名密钥,然后使用它们

To be able to sign your app you should do one of:

  • generate sigtool files by installing the signature keys sent to you by RIM

  • copy your old sigtool files (sigtool.set, sigtool.db, sigtool.csk, SignatureTool.jar) to you new environment. However if version of new BB Plugin is newer, you should go the first way

See
A60 – How and When to Sign
Getting code signing keys from RIM, then using them

时光礼记 2024-08-06 08:59:09

不可以。RIM

官方颁发的密钥只能在一台计算机上使用。 我不知道他们如何检查或验证这一点,但我遇到了这个限制 - 当我切换计算机时,我必须获得一组新的密钥。

4 年后,我怀疑您使用的是同一台计算机,因此您需要获取新密钥。

No.

Officially RIM issues keys for use on only one computer. I don't know how they check or verify this but I have experienced this limitation - I had to get a new set of keys when I switched computers.

After 4 years I doubt you are using the same computer so you will need to get new keys.

我ぃ本無心為│何有愛 2024-08-06 08:59:09

要签署您的应用程序,您必须需要文件 sigtool.csk、sigtool.setsigtool.db

通常您必须将文件复制到 Eclipse\plugins\net.rim.ejde 中\vmTools

或者您将从 Window--> 导入文件 偏好设置 --> Blackberry Java 插件 --> 签名工具--> 导入现有密钥...

备份和恢复 BlackBerry 代码签名密钥

从 RIM 获取代码签名密钥

To sign your app you must need the files sigtool.csk, sigtool.set and sigtool.db

generally you must copy the files inside Eclipse\plugins\net.rim.ejde\vmTools

or you will import the files from Window--> Preferences --> Blackberry Java Plug-In --> Signature Tool --> Import Existing Keys...

Backup and Restore BlackBerry Code Signing Keys

Getting code signing keys from RIM

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