BB10, Connection failed: connect timed out
-
I am new to developing application for BB10 with Qt. I created a Test application, I did not change anything. When I run the application I get a "Connection failed: connect timed out" error.
Any recomemded beginers tutorials on Qt Creator for BB10 will help alot.
N.B I am using Qt Creator 2.7.1
BB Z 10 and target BB 10 Native SDK 10.1.0.10 but my device target is BB 10 Native SDK 10.0.10(this might be my issue but it works well with the NDK) -
-
Check development mode is enabled on the device and you have the correct connection type for host selected in the settings menu. Choose Mac for Linux or Mac hosts.
-
Check you can ping it - usually on 169.254.0.1 if connected via usb
-
Try starting blackberry-connect in a terminal. (I thought Qt Creator should do this for you if it's not already running but maybe not).
See if that helps...
-