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..

link|improve this question

80% accept rate
feedback

1 Answer

up vote 6 down vote accepted

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.

link|improve this answer
Thanks for elaborating it, I have one more question, if you can help me out stackoverflow.com/questions/6677597/… – Vikas Jul 13 '11 at 11:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.