Reputation: 2584
I have created a BB application and want to install on mobile.
It is working perfectly on emulator but getting problem when I am installing on mobile.
I am using javaloader.exe for installing it on mobile.
Connecting to device...debug: HRESULT error during Open: 80040154
Error: unable to open port
How to solve this error?
Same .cod
file I can install from my other PC.
Upvotes: 2
Views: 4643
Reputation: 83
You need to sepcify the connection type:
JavaLoader.exe -u load xyz.cod
-u = USB
Or install the USB drivers:
https://www.blackberry.com/Downloads/entry.do?code=A8BAA56554F96369AB93E4F3BB068C22
Info from:
Upvotes: 1
Reputation: 1360
Usually that error means you need to install Blackberry Desktop Manager. Do you have that installed?
Upvotes: 4