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

514 questions
4
votes
0 answers

Blackberry Keyboard with Action keys on BB 10 using Android runtime

I have an android app with certain keyboard layouts and some defined actions for the enter key on some textviews. For e.g., the textviews are defined with android:imeOptions="actionGo" android:inputType="text" and i have an EditText with…
4
votes
2 answers

Blackberry Development for both Playbook and BB10 - Possible to make universal app?

I am looking into doing development for BlackBerry, but I am confused about a few things. Maybe someone here can clear them up: Is it possible to build a "Universal" app that runs on both Playbook and BB10? Using the Java IDE, will I be able to…
Nic Hubbard
  • 39,231
  • 60
  • 236
  • 403
3
votes
2 answers

Blackberry - unable to see values in debugger

I see this when I try to inspect the value of any field in Eclipse - Method "toString" with signature "()Ljava/lang/String;" is not applicable on this object Is it something in the settings I need to change?
Suchi
  • 9,741
  • 22
  • 65
  • 107
3
votes
1 answer

Create a GridFieldManager With Focusable on each?

I want to know about the GridFieldManager and how to know about that.
3
votes
0 answers

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 run it in the BB simulator it gives me the…
3
votes
2 answers

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 to see if my tickbox (or checkbox) is checked,…
Jack Gleeman
  • 593
  • 1
  • 5
  • 18
3
votes
1 answer

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 "not at all useful" readme.pdf. Can somebody…
Rashmi.B
  • 1,759
  • 2
  • 18
  • 34
3
votes
0 answers

PhoneGap + jQuery Mobile + BlackBerry

Anybody tried this combination for building blackberry apps? I have created my BB project in Eclipse and it launches successfully, but the click events on the application are not working. As a result none of my ajax requests are made. Are there any…
user160108
  • 922
  • 3
  • 8
  • 35
3
votes
2 answers

Sending pin to get Access token from twitter

I am using OAuth authentication to get the pin . some how i managed to get the pin from twitter by authorizing my application . But I don't know how to use this pin which i got from twitter, how to send this to get access token and token secret .…
Sagar
  • 451
  • 1
  • 3
  • 13
3
votes
3 answers

I am sending data over HTTPS but the server side says it is not receiving it

I create an application that sends some data to a secured network. At the server side they need the data as JSON object. For that am creating the data as JSON object and writing that data in the OutputStream of the connection. But the response from…
TKV
  • 2,325
  • 9
  • 39
  • 54
3
votes
3 answers

Setup Eclipse for BlackBerry development

I want to start blackberry development. From the BlackBerry site I found that Eclipse is good for development. Since I have previous experience with Eclipse I decided to go with it. Now my problem is that I am not able to download the Eclipse plugin…
Syamkumar K S
  • 119
  • 3
  • 8
3
votes
2 answers

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 to do this? Thanks in advance
Neeraj
  • 31
  • 4
3
votes
1 answer

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 just a transparent window that completely locks up.…
3
votes
1 answer

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.
David Prun
  • 7,349
  • 14
  • 56
  • 81
3
votes
2 answers

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 application package fine (it goes off and does 70 odd…
Moo
  • 8,964
  • 9
  • 49
  • 79
1
2
3
34 35