黑莓手机:是否有可能从网站下载应用程序(空中下载)? [英] BlackBerry: is it possible to download application from a website (Over the Air) ?

查看:162
本文介绍了黑莓手机:是否有可能从网站下载应用程序(空中下载)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要愿作可供下载我的黑莓应用程序通过使用BlackBerry浏览器的网站。这可能吗?

I want would like to make my BlackBerry application available for download through a website using the BlackBerry browser. Is this possible?

推荐答案

有两种方式能够让你的黑莓应用程序从一个网站下载:

There are two ways to allow your BlackBerry application to be downloaded from a website:

1.Over空气分配

要允许用户安装了你需要有一个Web服务器空气中的应用。在Web服务器上,你需要两个文件:

To allow users to install the application over the air you will need to have a web server. On the web server you will need two files:


  • Yourapplication.cod

  • Yourapplication.jad

在你的Web服务器,您需要安装3 MIME类型:

On your web server you will need to setup three MIME types:


  • 的.jad文件:文本/ vnd.sun.j2me.app描述符

  • .cod文件:应用程序/ vnd.rim.cod

  • .jar文件(可选):应用程序/ Java的存档

但是,如果.cod文件是大于64KB,则必须在Web服务器上解压缩,否则你可能会得到一个 907无效鳕HTTP错误404 错误信息。要做到这一点,重命名.COD为.zip,然后打开.zip文件,并将该文件的内容在Web服务器旁边的.jad文件在同一文件夹中。 (参见: http://stackoverflow.com/a/5788124/1943 )。链接来下载你的应用程序应该是.jad文件。

However, if the .cod file is larger than 64KB, it must be unzipped on the web server, otherwise you may get a "907 invalid cod HTTP error 404" error message. To do this, rename the .cod to .zip, then open the .zip file and place the file contents in the same folder on the web server alongside your .jad file. (See: http://stackoverflow.com/a/5788124/1943). Links to download your application should be to the .jad file.

2,采用黑莓应用程序Web加载器

这是便于应用程序的下载的ActiveX插件。请参阅<一个href=\"http://docs.blackberry.com/en/developers/subcategories/?userType=21&category=BlackBerry%20Application%20Web%20Loader\"相对=nofollow>开发者文档,它的更多信息。

This is an ActiveX plugin that facilitates the download of the application. See the developer documentation for more information on this.

参考:

Vivart的链接:<一个href=\"http://supportforums.blackberry.com/t5/Testing-and-Deployment/How-to-Deploy-and-Distribute-Applications/ta-p/442794\" rel=\"nofollow\">http://supportforums.blackberry.com/t5/Testing-and-Deployment/How-to-Deploy-and-Distribute-Applications/ta-p/442794

Vivart's link: http://supportforums.blackberry.com/t5/Testing-and-Deployment/How-to-Deploy-and-Distribute-Applications/ta-p/442794

这篇关于黑莓手机:是否有可能从网站下载应用程序(空中下载)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆