本文介绍了运行为黑莓设备创建的黑莓应用程序需要执行哪些步骤?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用java-me和BlackBerry特定的API创建了BlackBerry应用程序.在BlackBerry模拟器上可以正常工作.

I created a BlackBerry application using java-me and the BlackBerry specific API.It works fine on the BlackBerry simulator.

我想知道如何将该应用程序部署到BlackBerry设备.从文档中,我发现在设备上运行BlackBerry应用程序需要一些代码签名.这是什么意思?所有应用程序都需要此代码签名吗?以及构建要在BlackBerry设备上运行的应用程序的步骤是什么?

I want to know how I can deploy this application to a BlackBerry device.From the documentation I found that some code signing is required to run a BlackBerry application on a device. What is this meant for? Do all applications required this code signing? and what are the steps to build my application to run on a BlackBerry device?

推荐答案

基本上,有两种方法可以在设备上安装Blackberry应用程序:

There are basically two ways to install a Blackberry app on a device:

  • 无线(OTA)
  • 使用桌面管理器

有许多文章介绍了如何执行以上任一操作.通过几个链接:

There are numerous articles explaining how to do either of the above.Go through few links:

  • BlackBerry Guide: How to Install 3rd Party Applications on Your BlackBerry
  • Guide to installing applications on the blackberry

您还需要一些签名密钥才能在设备上运行该应用程序.这些密钥是必需的,以便使用Internet或Maps等特殊权限.有关更多详细信息,请参阅BlackBerry开发人员文章:代码签名键

You also need some signing keys to run the app on a device. These keys are required in order to use special permissions like Internet or Maps.For more details see the BlackBerry developer article: Code Signing Keys

这篇关于运行为黑莓设备创建的黑莓应用程序需要执行哪些步骤?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-24 16:09
查看更多