Questions tagged [blackberry-eclipse-plugin]

BlackBerry Java Plug-in for Eclipse

The BlackBerry Java Plug-in for Eclipse is an Eclipse plug-in that improves productivity by providing an integrated BlackBerry smartphone specific development, debugging and simulation workflow.

More information here

512 questions
2
votes
1 answer

Not Being able to Show Image in blackberry Simulator

I have just started to learn the basics of Blackberry.... So, I am facing one issue in Bitmap UI API of Blackberry.. I have a class called UiFunApplication which have main method : public class UiFunApplication extends UiApplication { public…
Nirmal
  • 4,789
  • 13
  • 72
  • 114
2
votes
1 answer

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 process. The process is: Package application &…
pajton
  • 15,828
  • 8
  • 54
  • 65
2
votes
4 answers

BlackBerry Ported Android Application Upgrade Issue

Recently we provided an update to an BB ported application(Android) which is already there in blackberry world. This time we added few more permission in Android application manifest and BB application was signed from a different computer. When…
2
votes
1 answer

Blackberry parse String in format yyyy-MM-dd to Date

I've tried using the HttpParserDate.parse method but in one device (Blackberry Pearl 9100) I get the error Error starting App: Class 'net.rim.device.api.io.http.HttpDateParser' not found. I'm using the BlackBerry JDE 6.0. Is there a way to parse…
2
votes
0 answers

Blackberry custombutton on touch/trackpad frozen screen

I created a sort of a grid with multiple vertical and horizontal fieldmanagers. The code to create the grid is: public class CategoriasScreen extends MainScreen { private int colores [] = {Color.BLUE, Color.ALICEBLUE, Color.CHOCOLATE,…
2
votes
1 answer

How to ignore the focus of a cell in gridfieldmanager?

i just made this example for the sake of my question. public MyScreen() { setTitle("GridFieldManager"); GridFieldManager grid2 = new GridFieldManager(1,2,GridFieldManager.FIXED_SIZE); add(grid2); String[]…
AmirG
  • 615
  • 8
  • 18
2
votes
3 answers

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 to do this? I had no trouble installing the v4.5.0…
2
votes
3 answers

No repository found error while downloading Eclipse plugin for BB10

I am using this site to download eclipse plugin to develop Blackberry 10 application. "http://developer.blackberry.com/android/downloads/eclipseplugin"... But I get this error when I try to download An error occurred while collecting items to be…
ydnas
  • 519
  • 1
  • 12
  • 29
2
votes
2 answers

The device version (2.1.0.1753) does not support the API level (Blackberry Native SDK 10.2)

I have blackberry playbook with OS. Version 2.1.0.1753 i have connected with WIFI. Now when i run project it will start executing project into my playbook but every time i got below error Then i click on update the project's API level Then i click…
2
votes
2 answers

Remove application with status "Required" on real BlackBerry device

I am unable to debug my application using Eclipse > Run on device and so I am trying to load the app onto the device with an ALX file using the "Blackberry Desktop Software." However, I am unable to remove it using the device or the desktop software…
tacos_tacos_tacos
  • 10,277
  • 11
  • 73
  • 126
2
votes
2 answers

how to get signing keys for blackberry?

Signing keys for blackberry link For BlackBerry 10 apps developed using Android. When I selected the First CheckBox for BlackBerry Keys Order Form, it is automatically point to another links are Sign In to BlackBerry ID. How to submit Blackberry…
Sathish Sathish
  • 2,251
  • 3
  • 20
  • 21
2
votes
2 answers

Best method to run a periodic background service in java blackberry

Objective: I want to develop an UI application that runs a service/ task/method periodically to update database. This service should start after periodically even if my application is not active/visible/user exits app. Similar to an Android…
2
votes
1 answer

Unable to change width of TextField in Blackberry

I am a newbie to Blackberry, I was just trying out some sample apps in Blackberry. I tried to create a login page. In that, when I tried to change the width of the text field, the text field became invisible. The below is part of the code to create…
2
votes
1 answer

How to attach and get particular list item id in BlackBerry?

I am trying to create lists using FieldManagers (Horizontal and Vertical). In this list I have multiple clickable items like buttons, so I am not using ListField or ObjectListField. I have successfully created the UI, but I am unable to attach a…
2
votes
0 answers

Not loading my application on blackberry 9220 simualotr

Does anyone know this error below its not loading my application on blackberry 7.1(9220) simulator.