Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install .bar file in Blackberry 10 simulator

I have 1 .bar file which is generated from eclipse plug-in.

Now I want to test that .bar file in Blackberry 10 simulator.

How can I test that Application?

I have installed blackberry simulator 10 Dev Alpha successfully and configured IP Address also.

Please help me. Thanks in Advance.

like image 427
Riddhi Barbhaya Avatar asked Jan 18 '13 12:01

Riddhi Barbhaya


3 Answers

After signing the bar file please paste the following line into the command line *

blackberry-deploy -installApp 192.168.177.131 -password 1234 hello.bar

*

like image 181
pranavjayadev Avatar answered Nov 16 '22 18:11

pranavjayadev


I was able to get the playbook simulator working using this tut:

http://blog.joelambert.co.uk/2012/02/07/getting-started-with-phonegap-on-blackberry-playbook/

like image 24
Jon Avatar answered Nov 16 '22 17:11

Jon


When you say you're using the Eclipse plug in, do you mean the QNX Momentics IDE (which is The native BlackBerry 10 IDE but based on Eclipse)? If so, here are the steps I take.

If you have the simulator running, make sure development mode is on.

Click the Run Menu -> Run Configurations Select "Simulator-Debug" for the run configuration (note the simulator needs to run the x86 compiled binary not ARM) You mention that you have the IP address set up, so the simulator should appear as a target.

I also like to set the auto build option.

Apply these settings and close.

Now run and the IDE should build the code, and deploy it to your simulator.enter image description here

like image 1
John Sibly Avatar answered Nov 16 '22 18:11

John Sibly