Blackberry 10 Installing .bar file [closed]

安稳与你 提交于 2019-12-10 12:08:39

问题


I have only .bar file and its debug token . I want to run it on other device of BlackBerry z10. How should I do this? Please help me.


回答1:


you need to install debug token to device. Once that is done you can use following command to deploy bar file to device. following command can deploy multiple bar file.

./batchbar-deploy ~/Desktop/BARFOLDER 169.254.0.1 DEVICE_DEVELOPMENT_PASSWORD

Here 169.254.0.1 is device IP, when you attach it to computer. Device should be in development mode.

You can use following command too.

 ./blackberry-deploy -installapp -package ./BAR_FILE.bar -device 169.254.0.1 -password DEVICE_DEVELOPMENT_PASSWORD

You can fine more information here.




回答2:


here is how i do 1) download DDPB

2) switch on development mode of your device

3) open that .bar file in the software

4) connect the device and press install.

Hope it does help.......




回答3:


  1. Drag the .bar file into your qnx editor work-space
  2. Now click install button by selecting target device
  3. It will run on simulator without any prompt
  4. Try it to install by selecting mobile as target device


来源:https://stackoverflow.com/questions/18628442/blackberry-10-installing-bar-file

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