I want to deploy the code directly on a BlackBerry device, but I do not have RIM code signing keys . Is there any way to do this without keys?
I am currently using .cod files to deploy to a BlackBerry device simulator.
You only need key signatures if you use the BlackBerry APIs they require (as indicated in javadocs for classes and / or methods that require them). Otherwise, you can easily create, deploy and test your application on your phone.
Source: https://habr.com/ru/post/1771529/More articles:Passing List Parameters Struts 2 - listhow to use the CoreTelephony framework - objective-cA text editor that can directly search for compressed text files? (only unpacking them in memory) - text-editorWord / Stem Dictionary - javaUsing NServiceBus in a web application - web-applicationsASP.NET MVC 2 to view: IList or List? - asp.net-mvc3d surface chart with javascript? - javascripterlang - checksum - binaryJs RegExp every other character - javascriptHow to order a list - c #All Articles