summaryrefslogtreecommitdiffstats
path: root/src/doc/src/b2qt.qdoc
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2014-03-17 13:27:57 +0200
committerSamuli Piippo <samuli.piippo@digia.com>2014-03-19 12:12:34 +0200
commit8e4dfe72bce1cda1f1f3c6260f44b5f9426f8531 (patch)
treef402ecdff94a30260d087ab6d101f6701396084d /src/doc/src/b2qt.qdoc
parent9767def438c4265319c3eef99e0531ee5164054e (diff)
doc: describe how to use network connection for adb
Task-number: QTEE-172 Change-Id: Id284b46449f21a5d66384ee0ade8dbee49b32ef9 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/doc/src/b2qt.qdoc')
-rw-r--r--src/doc/src/b2qt.qdoc17
1 files changed, 17 insertions, 0 deletions
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
+ <INSTALL_DIR>/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
*/
/*!