forked from qt-creator/qt-creator
Doc: connecting to CODA over WLAN
Reviewed-by: Pawel Polanski
This commit is contained in:
@@ -4276,6 +4276,9 @@
|
|||||||
|
|
||||||
\o Start the debugging agent (CODA or App TRK) application on your device.
|
\o Start the debugging agent (CODA or App TRK) application on your device.
|
||||||
|
|
||||||
|
\note If you use CODA over an USB connection, it starts up
|
||||||
|
automatically when you connect the device to the development PC.
|
||||||
|
|
||||||
\o Click the \gui Run button.
|
\o Click the \gui Run button.
|
||||||
|
|
||||||
\endlist
|
\endlist
|
||||||
@@ -4294,9 +4297,12 @@
|
|||||||
\o The Nokia USB drivers that come with \e{PC Suite} or \e{Ovi Suite}
|
\o The Nokia USB drivers that come with \e{PC Suite} or \e{Ovi Suite}
|
||||||
have been installed on the development PC.
|
have been installed on the development PC.
|
||||||
\o The device is connected through USB cable in \e{PC Suite} mode.
|
\o The device is connected through USB cable in \e{PC Suite} mode.
|
||||||
\o The debugging agent (CODA or App TRK) is running on the device, using
|
\o The debugging agent (App TRK or CODA) is running on the device with
|
||||||
the USB connection,
|
the status \e connected.
|
||||||
with the status \e connected.
|
|
||||||
|
\note If you use the CODA debugging agent over WLAN, you must enter
|
||||||
|
the WLAN address and port number in Qt Creator, separated by a
|
||||||
|
colon (:). For example: 192.167.0.100:1534
|
||||||
\o The device is detected and selected in the \gui {Run Settings}.
|
\o The device is detected and selected in the \gui {Run Settings}.
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
@@ -4568,7 +4574,9 @@
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\contentspage index.html
|
\contentspage index.html
|
||||||
|
\previouspage creator-tool-chains.html
|
||||||
\page creator-run-settings.html
|
\page creator-run-settings.html
|
||||||
|
\nextpage creator-editor-settings.html
|
||||||
|
|
||||||
\title Specifying Run Settings
|
\title Specifying Run Settings
|
||||||
|
|
||||||
@@ -4619,6 +4627,10 @@
|
|||||||
|
|
||||||
\image qtcreator-symbian-run-settings.png "Run settings for Symbian devices"
|
\image qtcreator-symbian-run-settings.png "Run settings for Symbian devices"
|
||||||
|
|
||||||
|
To use the CODA debugging agent over a WLAN connection, enter the WLAN
|
||||||
|
address of the device and the port number to use, separated by a colon (:),
|
||||||
|
in the \gui WLAN field. For example: 192.167.0.100:1534
|
||||||
|
|
||||||
When you deploy the application for the \gui{Symbian Device} target, Qt
|
When you deploy the application for the \gui{Symbian Device} target, Qt
|
||||||
Creator generates a Symbian installation system (SIS) file in the project folder
|
Creator generates a Symbian installation system (SIS) file in the project folder
|
||||||
and copies it to the device that is connected to the development PC.
|
and copies it to the device that is connected to the development PC.
|
||||||
@@ -5351,7 +5363,7 @@
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\contentspage index.html
|
\contentspage index.html
|
||||||
\previouspage creator-tool-chains.html
|
\previouspage creator-run-settings.html
|
||||||
\page creator-editor-settings.html
|
\page creator-editor-settings.html
|
||||||
\nextpage creator-build-dependencies.html
|
\nextpage creator-build-dependencies.html
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user