Quote:
Originally Posted by vph My app has two separate modules, the main application and the library. To be able to run it, I have to download the library and then the application via two separate URLs.
Is it possible to download these two by using just one URL ?
Thanks,
--vph |
Yep. I have done it before. I've made 800K OTA installs involving three large .cod files, by unzipping the .cod's (rename .cod to .zip then unzip all embedded .cod files). Three large .cod's became, say, about 10+ smaller .cod files this way, and I created a custom .jad file that downloads all 10+ .cod files one by one, bypassing file size restrictions AND also downloading multiple libraries too... So that they download properly, even if BES has a file size download limit smaller, and also even works on older BlackBerries (OS 4.0 based)
For manually creating .jad files that reference multiple .cod files, this is helpful:
http://www.handango.com/marketing/de...Deployment.pdf
This instructions can be adapted for download of multiple-.cod installs, including libraries, etc. (Hint: Option #1 and Option #2 are combineable to create an unlisted Option #3, if libraries are all big.)