Difference between OTAInstall and StandardInstall in BlackBerry

爱⌒轻易说出口 提交于 2019-11-27 07:54:44

问题


I am creating a BlackBerry Application with Webwork and PhoneGap.

When I build an application it creates two directories:

OTAInstall

StandardInstall

I am wondering what is the difference between them, what are the usages of both.

Thanks..


回答1:


OTA install means the installation process over the air, using the wireless network. This folder contains cod files and jad file. BlackBerry device opens jad-file wirelessly and installs the application via downloading it to the device memory.

Standard Install - it is about installing the application via BlackBerry Desktop Software and usb-cable connected to your computer and BlackBerry device. This folder contains cod-files and *.alx file (application description file). User runs BlackBerry Desktop Manager and specifies alx file location upon installing a new app. And BlackBerry Desktop Manager reads this file and installs all the cod files to the device memory.



来源:https://stackoverflow.com/questions/6676656/difference-between-otainstall-and-standardinstall-in-blackberry

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!