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.
相关问题
- Sorting 3 numbers without branching [closed]
- QML: Cannot read property 'xxx' of undefin
- QML: Cannot read property 'xxx' of undefin
- How to compile C++ code in GDB?
- Why does const allow implicit conversion of refere
相关文章
- ubuntu20.4中c#通过c++库调用python脚本
- Qt槽函数自动执行多遍
- Class layout in C++: Why are members sometimes ord
- How to mock methods return object with deleted cop
- Which is the best way to multiply a large and spar
- C++ default constructor does not initialize pointe
- Selecting only the first few characters in a strin
- What exactly do pointers store? (C++)
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.
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.
You can fine more information here.
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.......