Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

content-type for BlackBerry OTA installation

Tags:

blackberry

For BlackBerry OTA installation what content-type should be used for jad and cod files?

like image 481
Aswan Avatar asked Nov 21 '25 03:11

Aswan


2 Answers

From http://www.oracle.com/technetwork/systems/index-139239.html

the MIME types for .jad and .cod files, text/vnd.sun.j2me.app-descriptor and application/vnd.rim.cod respectively.

like image 50
Richard Avatar answered Nov 23 '25 22:11

Richard


Add the following to a .htaccess when using apache for your OTA deployment:

AddType text/vnd.sun.j2me.app-descriptor .jad
AddType application/vnd.rim.cod .cod
AddType application/java-archive .jar
like image 37
cschuff Avatar answered Nov 23 '25 22:11

cschuff



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!