09-12-2012 05:31 AM
Hi,
Is there any driver needed for the connection? The usb display "not connected" in NDK IDE while the debug token and sign keys are all finished without any problem. I can't deploy the application to the device through Linux. Thanks.
regards,
pigling
11-11-2012 09:30 PM - edited 11-11-2012 09:32 PM
I'm using Linux and the latest NDK 10.0.9.
I managed to connect, build and run as BB C/C++ Application without problem on the alpha dev device. No additional driver installed on Linux (Debian x86).
Did you try to "r-click" connect to the USB device? Can try:
1. unplug device
2. launch IDE
3. plug in device
4. check your ifconfig if there's a USB interface (rndis) meaning alpha dev device established a TCP connection with Linux. This is a good sign.
5. Attempt to connect the USB device at IDE. Should prompt for info if not setup etc.
*Am a newbie with BB NDK and eclipse in general. Hope this helps.
**Check this out http://supportforums.blackberry.com/t5/Cascades-De
12-29-2012 05:34 PM
forcing to windows usb worked for me on debian x64 ...
02-06-2013 06:17 PM
Doing this on Linux Mint, I had to go to my Network settings, open the Options for the USB connection and then:
Then when I connected my device it worked fine. This might have something to do with Mint being run in VirtualBox as well. Running this from the command line seems to do the trick too:
sudo ip addr add 169.254.0.2/16 dev usb0
sudo ip ro add 169.254.0.0/16 dev usb0
02-06-2013 06:54 PM
How did I get subscribed to this thread ? Suddenly started getting notifications of replies here, and never looked at it before now.