Blackberry 10 Installing .bar file [closed]

2019-06-08 12:13发布

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.

3条回答
\"骚年 ilove
2楼-- · 2019-06-08 12:46
  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
查看更多
戒情不戒烟
3楼-- · 2019-06-08 13:09

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.

查看更多
兄弟一词,经得起流年.
4楼-- · 2019-06-08 13:13

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.......

查看更多
登录 后发表回答