07-28-2011 01:05 PM
Hi I am hosting OTA theme files for blackberry smartphone on server having
| Operating system | Linux |
| Apache version | 2.2.17 |
| Architecture | x86_64 |
,but its not installed to blackberry when someone downloading OTA from server, only jad file is downloaded but other cod files are not downloaded to blackberry and hence the installation failed.
I wrote file name .htaccess as follow:
AddType text/vnd.sun.j2me.app-descriptor jad AddType application/java-archive jar AddType application/vnd.rim.cod cod
then I tried to place .htaccess file in download folder on server where all cod and jad files kept
But all my effert became fail. If someone know how to host tell me.