blackberry-jde
Module attempts to access secure API: RIM Blackberry
I used the \"Sign with Signature Tool\" in Eclipse to sign my app. I see that signer ids RRT, RBB and RCR are all signed for the cod files (JRE version 4.5). I try to d开发者_JAVA技巧eploy to a 5.0 de[详细]
2023-02-22 15:19 分类:问答Blackberry Can I view contents of .cod file?
Got a .jad and a bunch of .cod files.Can I view the contents开发者_运维技巧 of the .cod files?Thanks.cod files are basically .jar files that have been processed through RIM\'s compilation tool chain.A[详细]
2023-02-22 01:30 分类:问答unwanted dialog appears when pressing enter key
I am developing an online radio project. In the middle of hearing music, if the user presses the enter key开发者_开发问答, sometimes a dialog is displayed.What is the remedy for this?Do this:[详细]
2023-02-21 21:45 分类:问答BlackBerry Non-Compatibility Mode translate touch events
I am forcing my app (developed in JRE 4.5) to run in non-compatibility mode for OS versions 4.7 and higher so that the virtual keyboard would not take up half of the screen space.[详细]
2023-02-21 18:09 分类:问答Extract metadata from audio stream
I developing an online radio app.The app plays the streams by giving a url to to Player object: player = javax.microedition.media.Manager.createPlayer(url)[详细]
2023-02-21 02:23 分类:问答BlackBerry BrowserField executing javascript
I tried a simple javascript [Example: document.getElementById(\"mydiv\").style.display = \"n开发者_运维百科one\";] on a web page and tested it on BlackBerry 4.5 simulator browser and it worked.[详细]
2023-02-20 09:31 分类:问答Blackberry Browser isn't working on handhelds but it does in the simulator
I\'m trying to launch the Blackberry browser from within my app and it works for the simulator, but it doesn\'t for the device.[详细]
2023-02-19 14:23 分类:问答How to use the RIM crypto api for TripleDES encryption with NO Padding
It seems the RIM Crypto API provides for only PKCS5 Padding mode for symmetric encryption (3Des) - as far as I know. I\'m working with the JDE 4.6.0.[详细]
2023-02-19 08:21 分类:问答Dynamically resize background image according to different screen size
I dis开发者_开发知识库plays a splash Screen when my app loads,There is a background image in the splash screen,I problem is how can I make fit this image in all types of blackberry models?Keep in mind[详细]
2023-02-19 06:32 分类:问答Blackberry SQLite path exception
I developing an app which uses sqllite to store some data,I use the code from http://docs.blackberry.com to create database,create tables etc.Its works fine in my simulator[详细]
2023-02-19 06:00 分类:问答