what are the steps required to run a blackberry application created for the blackberry device?

前端 未结 2 1361
梦如初夏
梦如初夏 2021-01-28 07:09

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

I want to know how I can deploy this applica

2条回答
  •  情歌与酒
    2021-01-28 07:41

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

    • Over The Air (OTA)
    • using Desktop Manager

    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

    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

提交回复
热议问题