09-17-2012 08:15 AM
Hello, I use blackberry sign in tool.Which delievrs me myapplication.alx file..
usingblackberry desktop software, i import that .alx file into my blackberryy..
How do i upload my application on my site? and any blackberry mobile user to download it to his device?
thank you
Solved! Go to Solution.
09-17-2012 08:29 AM - edited 09-17-2012 08:32 AM
Upload cod and jad file to your site. Before upload, extract cod file using zip/compress extractor (like winzip, 7zip, winrar, etc).
After that, from blackberry browser point to your apps like ex : www.myapp.com/ApplicationName.jad
09-17-2012 08:31 AM
09-17-2012 08:33 AM
09-17-2012 08:35 AM - edited 09-17-2012 08:36 AM
If your cod file size more than 64kb, extract it and will generate multiples cod file App-1.cod, App-2.cod, App3-cod,etc. Upload all cod and jad file in same location to your site.
User just need point browser to jad.
09-17-2012 08:43 AM
09-17-2012 08:47 AM - edited 09-17-2012 08:47 AM
I also have .jar file .cso and .csl and .debug file , those 4 files dont need to be uploaded right?
09-17-2012 08:53 AM - edited 09-17-2012 08:58 AM
right. Only jad and cod file.
.jar is your compile source code, dont upload it because people can decompile java class file.
Why only point to jad ? because jad is descriptor file. therein set all the cod files and other information. try open jad file with notepad or editor and you will see all information.
09-17-2012 08:54 AM
09-18-2012 08:08 AM