Tagged Questions
BlackBerry Java Plug-in for Eclipse
5
votes
1answer
2k views
Blackberry Apps - Importing a code-signed jar into an application project
I'm working on a library project that Blackberry Java developers can import into their projects. It uses protected RIM APIs which require that it be code-signed, which I have done. But, I can't get ...
4
votes
2answers
379 views
Things to keep in mind before developing a blackberry application
I have just entered into the Blackberry Arena.
Now I am ready for the develop an application for the blackberry devices.
(1) But I would like to know that while I develop any app for blackberry, ...
3
votes
2answers
29 views
Create a GridFieldManager With Focusable on each?
I want to know about the GridFieldManager and how to know about that.
3
votes
1answer
254 views
Debugging blackberry application in eclipse “source not found” problem
I am debugging an application in Eclipse. It works fine but at some methods, for example enterEventDispatcher(), it shows me source not found. Which source files should be attached to avoid this ...
3
votes
1answer
256 views
Filter Blackberry simulator console output messages
I am using the Blackberry Simulator plugin with Eclipse. I have a few System.out.println statements in order to view the values at runtime but the output has lots of RIM messages.
The question is, ...
3
votes
1answer
379 views
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 ...
3
votes
4answers
572 views
Blackberry: Efficient debugging on device?
I am currently trying to debug a blackberry application on a real device.
I find the setup time to be ludicrous!
Here is my workflow:
Uninstall the application using Blackberry Desktop Manager ...
3
votes
1answer
1k views
No BlackBerry JRE is installed?
I installed the blackberry plugin for Eclipse. When I click on new->project-> Blackberry->Blackberry Project
When I type project name it says "No BlackBerry JRE is installed. Please click "Configure ...
3
votes
4answers
3k views
Blackberry Development using NetBeans
I have gone through with the tutorial documents for blackberry development.
At every place they have showed the features with eclipse plugins.
So, I would like to know that which are the tools I ...
3
votes
2answers
1k views
Eclipse Blackberry Preprocessor Not Working?
I've already followed the directions @ http://stackoverflow.com/questions/1383277/using-preprocessor-directives-in-blackberry-jde-plugin-for-eclipse for making sure the blackberry plugin preprocessing ...
3
votes
4answers
584 views
Eclipse randomly exits after installation of Blackberry plugin/SDK
Since adding the Blackberry Java classes from their website into eclipse, I've had it where eclipse will randomly close, with no discernible pattern, rhyme, error or reason. Here is the ...
2
votes
1answer
26 views
How to alert vibrate loop with 10 seconds on Blackberry?
I have a screen. I want alert vibrate with 10th seconds, 20th seconds, 30th seconds....
How can I do that ?
Thanks for reading
2
votes
1answer
43 views
Avoid eclipse from formatting preprocessor directives
I use Blackberry java plug-in for eclipse to write code. I have preprocessor statements in my code in the following way
//#ifdef OS50
//run this
//#else
//run this
...
2
votes
2answers
75 views
Blackberry - How to make a clock count down and display on screen
I am making a quiz application with question and answer.
I want to make an clock count down ( Minute + Second ) and display it on screen.
But I can not how to do that.
Can anyone help me please ?
2
votes
0answers
320 views
BlackBerry Screen Shot Utility … Torch 9850 … a how to guide on creating your own capture script/tool
I am providing this for everyone to hopefully save you some brain damage in finding this yourself.
As I'm working on a BlackBerry project that will run on various devices I ran into an issue grabbing ...
2
votes
0answers
278 views
blackberry “Error Starting Module not found” adding external jar to eclipse plugin
Help
I'm using BlackBerry Java Plug-in for Eclipse Version: 1.3.0
Simulator 9800
I'm trying to run a Midlet that sucessfully runs on j2me emulator(tested).
The project compiles fine, but when I ...
2
votes
2answers
171 views
Ui.getUiEngine().pushScreen(new ContentScreen()) problem
I have completed a SOAP verification class for my blackberry, however I am having a problem implementing a sign in automatically function. When my application starts the main class reads the database ...
2
votes
1answer
344 views
creating “login using facebook” in blackberry app
I have been researching a lot on implementing logging into my blackberry app using facebook login. I have downloaded the latest BlackBerry Facebook SDK from Sourceforge. I received two jar files and a ...
2
votes
0answers
480 views
How to make Ant build for my BBM application with native BB jar
I am trying to use BBM in my application,I want to make the ant build for it
Bascially there is an implementationBBM a library project,and it in it i am adding the JAR file,and i want to make the ant ...
2
votes
2answers
134 views
Blackberry runtime error: FRIDG: could not find img/logo.png
I recently had to prepare a BB app for submission to the BB app world, but I have an issue when running the app. Basically, I've created a new Blackberry project, using the "use existing source" ...
2
votes
2answers
229 views
Java Sockets and Blackberry programming
i'm new to programming and I'm trying to build a blackberry IRC Client, I made it connect to a server, join a channel and say something, but how can I receive messages ? I don't know how to make a ...
2
votes
0answers
105 views
What version of BlackBerry OS can I target with WebWorks SDK 2.0
It looks like I can't install WebWorks SDK 2.1 in Eclipse without having to build everything manually...screw that. I need to build my app for BB SDK 6, but I keep getting build errors on 6.0 API ...
2
votes
2answers
481 views
Error when I create a BlackBerry project
Description Resource Path Location Type
InvalidRegex: Pattern value '([a-zA-Z_]{1,63}[\s-a-zA-Z_0-9.]{0,63}[;]?)*' is not a valid regular expression. The reported error was: ''-' is an invalid ...
2
votes
2answers
162 views
Class not found exception after adding a new image to the resource folder
The app works perfectly fine on the simulator and on the device. After adding a new set of images, it started to show on every run, on the simulator and on the device, a class not found exception.
...
2
votes
1answer
305 views
Sending pin to get Access token from twitter
Hi All i am integrating a twitter application for blackberry smartphone .
In which i am using OAuth authentication to get the pin . some how i managed to get the pin from twitter by authorizing my ...
2
votes
1answer
171 views
blackberry signed keys not working after mylaptop restart
i am getting signed keys to my mail.
i got 3 csi files and fallow the steps to install these keys which are give in main.
eveything is fine but after restarting my pc i can't able to sign project.
...
2
votes
2answers
487 views
Blackberry Screen Transitions on close
Hey everyone,
I'm doing a Blackberry App compatible with OS4.5+ and I'd like to do some screen transitions. I know how to do them through the screen's sublayout method when I push a screen to the ...
2
votes
2answers
177 views
Setting a custom browser as default browser in blackberry
I have made my own browser - now what I am trying to do is set my own browser as the default browser so that when a user clicks on the blackberry default browser, my brower will open.
Is it possible ...
2
votes
1answer
276 views
Blackberry simulator hangs under Windows VM guest
I run Ubuntu 10.10 x64 but use a Windows 7 x64 and Windows XP x86 VM to use Windows. I am trying to get the Blackberry simulator and the Eclipse load-to-device features to work.
The simulator is ...
2
votes
1answer
564 views
blackberry google map java code
how i add google map to my application.
when i click a button, then it open the google map.
how it can be done ?
give detailed explanation.
iam a fresher to blackberry programming.
2
votes
3answers
3k views
How to package and deploy blackberry apps to device from Eclipse
How do I package and distribute my apps from the Eclipse IDE?
My apps work within the simulators, but I have no idea how to deploy them to my blackberry device.
I moved the files to the Media card ...
2
votes
2answers
486 views
Blackberry Code Signing and OTA distribution
I have a Blackberry project developed in Eclipse using the Blackberry Plugin for Eclipse. The app works 100% fine in the simulators.
I have a signing key set from Blackberry, and I can sign the ...
2
votes
2answers
621 views
Blackberry - how do you specify argument(s) to application main method without using JDE or Eclipse plugin?
I am building my application .cod file without using Blackberry JDE or Eclipse plugin. Everything works fine in the simulator if I hardcode the String arguments which my main() method needs. (I am ...
2
votes
2answers
2k views
Blackberry - System.out.println() using eclipse plugin
I am just entered into the Blackberry Arena..
I am using Eclipse Plugin for running my testing application to simulator.
So, In my code somewhere I have add System.out.println("Print"); statements, ...
2
votes
1answer
363 views
How to automate BlackBerry debugging with Eclipse?
I am developing application for BlackBerry 8900 and I am using features that force me to test/debug it on the real device. I am looking for a convenient way to be able to automate build-deploy-lanuch ...
2
votes
3answers
4k views
How can I install the BlackBerry v5.0.0 component pack into Eclipse?
I'm trying to install the latest v5.0.0 "beta 2" BlackBerry OS Component Pack into Eclipse 3.4.2 with BlackBerry Eclipse plugin v1.0.0.67, but have hit a few problems. Has anybody found an easy way ...
1
vote
1answer
24 views
Error while building BB webworks application
I am trying to use the javascript extension in a blackberry webworks application.I hav the jar file in the ext folder.But whenever i m trying to build the application the error pops up saying :
...
1
vote
0answers
58 views
Can I use j2me app exactly on blackberry?
I have developed an app in j2me polish.This jar works perfectly fine on other devices. I want this exact app to work on blackberry. My app uses internet connection so I created 3 different jars for ...
1
vote
1answer
69 views
BlackBerry Eclipse Plugin Device not Found issue
I use BlackBerry Eclipse plugin for my development. From today it shows some problems. The problems are listed below.
First I try to run my project it dont response for some time and shows the ...
1
vote
1answer
43 views
BlackBerry debugging on Mac
I installed everything necessary to start the development for blackberry on mac but I have an issue.
I know I cannot use the simulator on Mac so I'm using a Blackberry bold 9870.. I downloaded the ...
1
vote
1answer
88 views
kxml2 to parse xml file on blackberry
I want to get data in my BlackBerry app from an xml file. I reseach and see that using kxml2 is the best choice.
But I can not find example code for it on Blackberry. I open kxml2.jar, I see ...
1
vote
1answer
131 views
Packaging Blackberry App for different OS Versions with a JAD File
What I am looking for:
I want to package my Application for different blackberry os versions (5,6 and 7). So that the user doesn't have to know what version he needs and just installs the app from ...
1
vote
2answers
61 views
How to change sdk version of application in blackberry
I am using Eclipse to develop a BlackBerry app for BBOS 6.0. I now want to support BBOS 5.0 instead of 6.0. How do I do this?
1
vote
1answer
215 views
Error while installing BlackBerry Web Development Plug-in for Eclipse
I want to add the blackberry Web Development Plug-in for Eclipse.I am using the link:
Web - http://www.blackberry.com/go/eclipseUpdate/3.6/web
but I am getting following error:
Cannot complete ...
1
vote
1answer
64 views
Do not display Blackberry icon on the Blackberry home screen for JDK
I am doing an application on Blackberry JDK. I want to use an option available for eclipse plugin saying "Do not display Blackberry icon on the Blackberry home screen".
How can I find this option ...
1
vote
1answer
82 views
How to delete an object store on Persisten Object on Blackberry?
I have a class with name DataContext that use Hashtable to save data to Persistent Object.
Example I save two object:
DataContext data = new DataContext();
data.set("object1", EditField1.getText();
...
1
vote
1answer
52 views
how to print the value for the Node of xml on console in blackberry
I have created the NODES for parsing but i dont know how to display the values within that NODE. hear is my NODE for that i want t\o print the value in console of eclipse.
enter code here
...
1
vote
1answer
49 views
How to save a long type data with Persistent Object on Blackberry?
I have a class DataContext to save data by Persistent Object.
DataContext data = new DataContext();
data.set("edit",myEditField.getText(); // ok
but
data.set("date",myDateField.getDate()); // not ...
1
vote
2answers
98 views
Blackberry Package Project for Multiple OS Targets/Versions
I'm using the Eclipse plug-in and my app runs on the following simulators: 9800, 9700, 8900 ,i.e, it is compatible with OS versions 5 and 6. However , when I package the application to run it on a ...
1
vote
2answers
135 views
Country name with space not accepted in BlackBerry ObjectChoiceField
I am developing a registration page in BlackBerry app. I am sending all the fields entered to the local server.Country is one of the form fields and is in a ObjectChoiceField. Whenever user selects a ...