Hi, I am not sure if this is exactly what you are looking for but you can do the following after installing OpenSsh on the target device.
Copy your public key to "/data/ssh/authorized_keys". and make sure the daemon is started: "start sshd". $ ssh -f -N -L 5555:127.0.0.1:5555 shell@<IP address> $ adb connect localhost:5555 # and use adb like before $ adb shell Br, Brian On Wed, Dec 18, 2013 at 8:51 PM, Denis Shienkov <[email protected]>wrote: > Hi guys, > > I have an question: > > whether there is in QtCreator v3 an opportunity to debug an Android > device through network connection, for example through WiFi, instead of > USB? > > Of course, provided that on the remote device I have a root access, > executed the appropriate manipulations for start of ADB debugging > through WiFi. > > For example, having used the utility, like ADB WIFI: > https://play.google.com/store/apps/details?id=com.ryosoftware.adbw&hl=en > > Best regards, > Denis > > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator >
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
