将 blackerry 程序/应用程序转换为可安装形式

发布于 2024-11-05 05:00:12 字数 130 浏览 0 评论 0原文

我需要以可安装的形式向我的客户发送适用于 OS 5 的完整 BlackBerry 应用程序。有哪些方法可以实现这一目标?

我正在使用 BlackBerry Eclipse 插件,并且拥有 BlackBerry Bold 9000。

I need to send a completed BlackBerry app, for OS 5, to my client in an installable form. What are the ways to achieve this?

I am using the BlackBerry Eclipse plugin and I have a BlackBerry Bold 9000.

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

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

发布评论

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

评论(1

北方的韩爷 2024-11-12 05:00:12

请按照以下步骤操作:

1) 要获取签名密钥,您需要访问 BlackBerry 开发人员网站:
https://www.blackberry.com/SignedKeys/

2) 成功完成注册后,您将获取包含订单号的确认邮件。
3) 您将从[收到三封不同的邮件(48小时内或2个工作日内)电子邮件受保护] 其中包含
客户端-RBB-XXXXXXXXX.csi
客户端-RCR-XXXXXXXXX.csi
客户端-RRT-XXXXXXXXX.csi
其中“XXXXXXXXX”可以是任何数字。

4) 您可以通过这种方式配置这些.csi 文件。
使用 Eclipse IDE 配置
我。转到窗口>偏好> BlackBerry Java 插件 >签名工具>安装新密钥
二.请选择您从 RIM 获取的 client-RBB-XXXXXXXXX.csi 文件。
三.您将看到弹出窗口,要求输入密码并配置密码。请输入您要设置为密码的八位数字。并记住它以供将来使用。

四.单击“确定”按钮后,您将看到一个生成随机信息的屏幕。请将鼠标拖动到该屏幕上(连续直到整个过程完成)以进一步进行。
v. 完成随机信息后。生成后您将被要求输入注册 PIN 码。请输入与您申请注册时相同的注册 PIN 码。
六.您将收到成功消息。
七.对于 client-RCR-XXXXXXXXX.csi & 执行步骤 (ii) 至 (v) client-RRT-XXXXXXXXX.csi 文件(您从 BB 服务器收到的那些文件)。
5) 完成注册过程后,您就可以签署您的BB应用程序了。打开Eclipse,选择需要签名的项目,进入“Project->”黑莓->使用签名工具签名...”,出现以下弹出屏幕时,输入您在步骤 (iii) 中输入的 8 位密码,然后单击“确定”。
笔记:
请备份“sigtool.csk”和“sigtool.csk”。 “eclipse\plugins\net.rim.ejde\vmTools”中的“sigtool.db”,用于在重新安装 Eclipse/Blackberry SDK 时使用密钥。

之后使用密钥签署应用程序。

你可以找到“.cod”& “.alx”文件位于可交付文件夹中,您可以将其发送给客户。

Follow this steps:

1) To get Signing Keys you will need to go to the BlackBerry Developer’s web site:
https://www.blackberry.com/SignedKeys/

2) As you finished your registration successfully you will get the confirmation mail with the order number.
3) You will get three different mail(Within 48 hours or within 2 working days) from the [email protected] which contains
client-RBB-XXXXXXXXX.csi
client-RCR-XXXXXXXXX.csi
client-RRT-XXXXXXXXX.csi
Where “XXXXXXXXX” may be any number.

4) You can configure these .csi files in this ways.
Configure using Eclipse IDE
i. Go to windows > preferences > BlackBerry Java Plug-in > Signature Tool > Install New Key
ii. Please select client-RBB-XXXXXXXXX.csi file which you get from RIM.
iii. You will get the pop up window which ask for password and configure password. Please enter eight digit number which you what to set as you password. And remember it for future use.

iv. After clicking ok button you will get a screen which generates the random information. Please drag your mouse over that screen(Continuously until whole process will be finished) to proceed further.
v. After finishing random info. Generation you will be asked to enter the registration PIN. Please enter same Registration PIN as you applied for Registration.
vi. You will get the success message.
vii. Follows steps (ii) to (v) for client-RCR-XXXXXXXXX.csi & client-RRT-XXXXXXXXX.csi files (Those files that you received from BB server).
5) After finishing the registration process, you are able to sign you BB app. Open the Eclipse, select project that you want to sign, goto “Project-> Blackberry -> Sign With Signature Tool…” Enter the 8 digit password which you entered in step (iii) when following popup screen appears and click on ok.
Note:
Please take back up of “sigtool.csk” & “sigtool.db” from “eclipse\plugins\net.rim.ejde\vmTools” to use the key in case of reinstallation of Eclipse/Blackberry SDK.

after that sign the application using key.

and you can find the ".cod" & ".alx" file in deliverable folder , you can send it to the client..

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