From 8e4dfe72bce1cda1f1f3c6260f44b5f9426f8531 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 17 Mar 2014 13:27:57 +0200 Subject: doc: describe how to use network connection for adb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTEE-172 Change-Id: Id284b46449f21a5d66384ee0ade8dbee49b32ef9 Reviewed-by: Topi Reiniƶ --- src/doc/src/b2qt.qdoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src') diff --git a/src/doc/src/b2qt.qdoc b/src/doc/src/b2qt.qdoc index 53cb4e7..33dbdc7 100644 --- a/src/doc/src/b2qt.qdoc +++ b/src/doc/src/b2qt.qdoc @@ -963,6 +963,23 @@ setting up the development environment for them. Receiving support for any other configuration requires a separate service agreement between a customer and Digia. + + \section1 Using Network Connection for ADB + + By default, \B2Q uses USB cable for communication between device and Qt Creator. + On \B2QL, you can change the device to use ethernet network connection for the + communication. To enable network connection, you need to modify file + \c /etc/default/adbd located on the devices, and change value of \c USE_ETHERNET + to \c 'yes'. This can also be done with \c adb, while the device is still + connected via USB. + + \code + /Tools/b2qt/adb shell sed -i -e 's/USE_ETHERNET=no/USE_ETHERNET=yes/' /etc/default/adbd + \endcode + + \note You need to restart the device for this change to take effect. + + \include b2qt-post-install-setup.qdocinc configuring network device */ /*! -- cgit v1.2.3