Open a .bar file in Blackberry Playbook Simulator

主宰稳场 提交于 2019-12-06 04:03:26

问题


Hi I have a early version of an Playbook app one of our developers made for us in Flash Builder. It is a .bar file. I have installed all the required Abode and RIM SDK's, keys and simulator and can create an app myself in Flash Builder 4.5 which runs in debug mode in the simulator perfectly.

The problem is our developer has gone on holiday for a week and I want to test the app while he is away and give him feedback but I cant seem to open a single .bar file.

Does anyone know how to do this?

Thanks in advance


回答1:


I assume you mean "install" a .bar file, since opening it (on your PC) is a simple matter of unzipping it.

To install/deploy to the simulator, you'd do this at the command line, where the SDK bin/ folder is in your PATH.

blackberry-deploy -installApp -device DEVIP -password PASS -package barfilename.bar

The DEVIP and PASS should be expanded to the device/simulator IP address and password, respectively. The default (maybe only possible?) simulator password is "playbook".

You can include "-launchApp" in the above command to automatically launch the app too, but if you don't you merely click on its icon. The simulator may still have a bug where the icon doesn't show up until you change categories back and forth, or pause for a moment.




回答2:


I think you can also refer this link: https://developer.blackberry.com/html5/documentation/using_the_tablet_simulator_1866980_11.html

Hope it will help you with more information.




回答3:


The instructions for BB10 simulator: https://developer.blackberry.com/html5/documentation/using_the_bb10_simulator_2008466_11.html



来源:https://stackoverflow.com/questions/6320657/open-a-bar-file-in-blackberry-playbook-simulator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!