core/com.nokia.carbide.cpp.doc.user/html/reference/trk/view_remote_connection.htm
author fturovic <frank.turovich@nokia.com>
Tue, 09 Mar 2010 17:31:44 -0600
branchRCL_2_4
changeset 1086 c4cdf14b6868
parent 817 41b05da1d19f
child 1225 a546534a48de
permissions -rw-r--r--
BUG 10841/10842 revised TOC and Run mode example for PnP
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
88
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     2
<html>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     3
<head>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     6
<meta name="keywords" content="Check TRK, TRK, Install TRK"
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     7
><meta name="LASTUPDATED" content="06/17/05 11:09:43" />
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     8
<title>Remote Connections view</title>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     9
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    10
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    11
<style type="text/css">
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    12
<!--
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    13
.style1 {
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    14
	font-family: Helvetica, sans-serif;
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    15
	font-weight: bold;
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    16
}
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    17
-->
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    18
</style>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    19
</head>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    20
<body bgcolor="#FFFFFF">
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    21
<h2>Remote Connections view</h2>
806
5778753457c3 BUG 8648 - revised images and remote connection info
fturovic <frank.turovich@nokia.com>
parents: 796
diff changeset
    22
<p>Use  the <strong>Remote Connections</strong> view to monitor, create, edit, or remove  common  connection settings for remote agents. Remote agents provide support for debugging, profiling, trace, and more. The connection types currently supported include:</p>
5778753457c3 BUG 8648 - revised images and remote connection info
fturovic <frank.turovich@nokia.com>
parents: 796
diff changeset
    23
<ul>
5778753457c3 BUG 8648 - revised images and remote connection info
fturovic <frank.turovich@nokia.com>
parents: 796
diff changeset
    24
  <li>Serial &mdash; mainly for boards with a serial interface</li>
5778753457c3 BUG 8648 - revised images and remote connection info
fturovic <frank.turovich@nokia.com>
parents: 796
diff changeset
    25
  <li>Bluetooth &mdash; available for  debug support </li>
5778753457c3 BUG 8648 - revised images and remote connection info
fturovic <frank.turovich@nokia.com>
parents: 796
diff changeset
    26
  <li>USB &mdash; available for both debug and trace support </li>
5778753457c3 BUG 8648 - revised images and remote connection info
fturovic <frank.turovich@nokia.com>
parents: 796
diff changeset
    27
  <li>Platform Simulator (PlatSim) &mdash; Nokia's device simulator</li>
5778753457c3 BUG 8648 - revised images and remote connection info
fturovic <frank.turovich@nokia.com>
parents: 796
diff changeset
    28
</ul>
5778753457c3 BUG 8648 - revised images and remote connection info
fturovic <frank.turovich@nokia.com>
parents: 796
diff changeset
    29
<p>The columns in the Remote Connections view include:</p>
88
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    30
<ul>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    31
  <li>Connection/Services - connection name defined by you and remote agent type</li>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    32
  <li>Type - connection type, i.e. Bluetooth, USB, TCP/IP, etc.</li>
806
5778753457c3 BUG 8648 - revised images and remote connection info
fturovic <frank.turovich@nokia.com>
parents: 796
diff changeset
    33
  <li>Status - current connection status, i.e. Available, Not accessible, Ready, etc.</li>
88
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    34
  <li>Description - provides information on the current connection test status.</li>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    35
</ul>
796
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    36
<p align="center"><img src="../images/view_remote_connections.png" width="588" height="177"></p>
88
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    37
<p class="figure">Figure 1 - Remote Connections view</p>
1086
c4cdf14b6868 BUG 10841/10842 revised TOC and Run mode example for PnP
fturovic <frank.turovich@nokia.com>
parents: 817
diff changeset
    38
<p>When the view is closed or another perspective opened, a small display  appears in the trim area in the lower-right corner of the workspace showing the current active remote connection. Click the connection name to  open the drop-down menu where you can open the Remote Connections view or switch between  connections.</p>
c4cdf14b6868 BUG 10841/10842 revised TOC and Run mode example for PnP
fturovic <frank.turovich@nokia.com>
parents: 817
diff changeset
    39
<p align="center"><img src="../images/trim_remote_conns.png" width="212" height="44"></p>
c4cdf14b6868 BUG 10841/10842 revised TOC and Run mode example for PnP
fturovic <frank.turovich@nokia.com>
parents: 817
diff changeset
    40
<p class="figure">Figure 2. Available remote connection trim indicator</p>
88
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    41
<h3>Remote Connections view toolbar icons</h3>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    42
<p>The following commands appear on the toolbar within the Remote Connections view: </p>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    43
<table width="100%"  border="0" cellpadding="2" cellspacing="0">
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    44
  <tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    45
    <th width="28%" scope="col">Item</th>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    46
    <th width="13%" scope="col">Icon</th>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    47
    <th width="59%" scope="col">Explanation</th>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    48
  </tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    49
  <tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    50
    <td><strong>Refresh Connections</strong></td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    51
    <td><center>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    52
      <img src="../images/icon_remote_connection_refresh.png" width="18" height="18">
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    53
    </center>    </td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    54
    <td><p>Click to update the connection list status.</p>    </td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    55
  </tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    56
  <tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    57
    <td><strong>New Connection</strong></td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    58
    <td><center>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    59
      <img src="../images/icon_remote_connection_new.png" width="18" height="17">
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    60
    </center>    </td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    61
    <td>Click to open the New  Connection wizard to add a connection.</td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    62
  </tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    63
  <tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    64
    <td><strong>Edit Connection</strong></td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    65
    <td><center>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    66
      <img src="../images/icon_remote_connection_edit.png" width="18" height="17">
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    67
    </center>    </td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    68
    <td><p>Click to edit the selected remote connection.</p>    </td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    69
  </tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    70
</table>
796
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    71
<h3>Remote Connections view Status icons</h3>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    72
<p>The following status indicators appear in the Remote Connections view: </p>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    73
<table width="100%"  border="0" cellpadding="2" cellspacing="0">
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    74
  <tr>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    75
    <th width="28%" scope="col">Item</th>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    76
    <th width="13%" scope="col">Icon</th>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    77
    <th width="59%" scope="col">Explanation</th>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    78
  </tr>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    79
  <tr>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    80
    <td><strong>Connection</strong></td>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    81
    <td><center>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    82
      <img src="../images/icon_rc_connection.png" width="16" height="16">
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    83
    </center></td>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    84
    <td><p>Indicates an inactive remote connection setting.</p></td>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    85
  </tr>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    86
  <tr>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    87
    <td><strong>Not Active</strong></td>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    88
    <td><center>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    89
      <img src="../images/icon_rc_not_active.png" width="17" height="17">
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    90
    </center></td>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    91
    <td>Indicates an inactive connection type.</td>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    92
  </tr>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    93
  <tr>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    94
    <td><strong>Ready / Available</strong></td>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    95
    <td><center>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    96
      <img src="../images/icon_rc_available.png" width="17" height="18">
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    97
    </center></td>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    98
    <td><p>Indicates an active remote connection is ready or that a particular connection type is available.</p></td>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
    99
  </tr>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
   100
  <tr>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
   101
    <td><b>Not Accessible</b></td>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
   102
    <td><center>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
   103
      <img src="../images/icon_rc_not_accessible.png" width="16" height="16">
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
   104
    </center>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
   105
    </td>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
   106
    <td>Cannot access the connection type within the connection setup.</td>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
   107
  </tr>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
   108
</table>
88
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   109
<h3>Remote Connections view context menu options</h3>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   110
<p>Based on the current selection, one or more of the following commands appear on the context menu when you right-click within the Remote Connections view. For example, if no connections are defined, only the <b>New Connection</b> command is available on the context menu. Right-click on a connection name and the additional <b>Enable Service Testing</b> and <b>Disable Service Testing</b> are available.</p>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   111
<p align="center"><img src="../images/context_menu_remote_conn_view.png" width="211" height="104"></p>
817
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 806
diff changeset
   112
<p class="figure">Figure 3 - Remote Connections context menu</p>
88
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   113
<table width="100%"  border="0" cellpadding="2" cellspacing="0">
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   114
  <tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   115
    <th width="30%" scope="col">Item</th>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   116
    <th width="11%" scope="col">Icon</th>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   117
    <th width="59%" scope="col">Explanation</th>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   118
  </tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   119
  <tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   120
    <td><span class="style1">New Connection</span></td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   121
    <td><center>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   122
      <img src="../images/icon_remote_connection_new.png" width="20" height="18">
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   123
    </center>    </td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   124
    <td>Select to open the New  Connection wizard to add a connection.</td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   125
  </tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   126
  <tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   127
    <td><span class="style1">Rename Connection</span></td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   128
    <td>&nbsp;</td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   129
    <td>Select to rename the currently selected connection.</td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   130
  </tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   131
  <tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   132
    <td><span class="style1">Edit Connection Settings</span></td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   133
    <td><center>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   134
      <img src="../images/icon_remote_connection_edit.png" width="19" height="19">
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   135
    </center>    </td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   136
    <td><p>Select to edit the selected remote connection.</p></td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   137
  </tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   138
  <tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   139
    <td><span class="style1">Delete Connection</span></td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   140
    <td><center>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   141
      <img src="../images/icon_remote_connection_delete.png" width="17" height="16">
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   142
    </center>    </td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   143
    <td><p>Select to delete the selected connection from the connection list.</p></td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   144
  </tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   145
  <tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   146
    <td><span class="style1">Connection Documentation</span></td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   147
    <td><center>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   148
        <img src="../images/icon_remote_connection_docs.png" width="19" height="17">
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   149
    </center></td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   150
    <td>Select to open the Help view with connection information.</td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   151
  </tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   152
  <tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   153
    <td><span class="style1">Disable Service Testing</span></td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   154
    <td>&nbsp;</td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   155
    <td>Select to disable the connection testing. This releases the port so other connection services can use it. </td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   156
  </tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   157
  <tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   158
    <td><span class="style1">Enable Service Testing</span></td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   159
    <td>&nbsp;</td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   160
    <td>Select to re-enable testing of the connection.</td>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   161
  </tr>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   162
</table>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   163
<h5>Related references</h5>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   164
<ul>
89
75dede17b0d1 bug 8628 - fixed TOC and other links to point to On-device conn wizard
fturovic <frank.turovich@nokia.com>
parents: 88
diff changeset
   165
  <li><a href="../trk/wnd_on_device_setup.htm">On-Device Connections</a><a href="wnd_on_device_setup.htm"></a></li>
796
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
   166
  <li><a href="wnd_new_conn_install_tab.htm">Install latest TRK</a></li>
043c5c3bb50b daily merge
fturovic <frank.turovich@nokia.com>
parents: 89
diff changeset
   167
  <li><a href="../../tasks/trk/trk_plug_n_play_01.htm">Plug-n-Play TRK Setup</a></li>
88
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   168
</ul>
817
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 806
diff changeset
   169
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.htm</a></div>
88
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   170
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   171
</body>
0fcbe4e2fbe0 bugz 8642 - updated Remote Conn images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   172
</html>