Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploy Java code to BlackBerry device without signing keys

I want to deploy code directly to a BlackBerry device, but I do not have any RIM code signing keys. Is there a way to do this without the keys?

Currently I am using the .cod files to deploy on a BlackBerry device simulator.

like image 271
David Prun Avatar asked Mar 25 '26 19:03

David Prun


1 Answers

You only need signing keys if you use BlackBerry APIs that require them (as noted in the javadocs for the classes and/or methods that require them). Otherwise, you can build, deploy, and test your application on the phone just fine.

like image 161
Marc Novakowski Avatar answered Mar 27 '26 17:03

Marc Novakowski



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!