merge commit
authordadubrow
Wed, 20 May 2009 10:58:12 -0500
changeset 171 4ba2a4d74f9b
parent 170 ee2f99c3afcb (current diff)
parent 168 5376c680dd66 (diff)
child 172 ab726debd0c1
merge commit
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/install_remote_agent.xml	Wed May 20 10:58:12 2009 -0500
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<cheatsheet
+      title="Installing Remote Agents">
+   <intro>
+      <description>
+         A remote agent is required on a device in order to communicate with Carbide while debugging. Follow the steps below to learn how to download and install the latest remote agent for your target device.
+      </description>
+   </intro>
+   <item
+         href="/com.nokia.carbide.cpp.doc.user/html/reference/trk/view_remote_connection.htm"
+         title="Select a remote connection">
+      <description>
+         In the <b>Remote Connections</b> view select the connection setting used to communicate with the remote device.
+      </description>
+      <subitem
+            label="Right-click the connection setting used to communicate with the device and select Edit Connection Settings.">
+      </subitem>
+      <subitem
+            label="Click Next to open the Settings page.">
+      </subitem>
+   </item>
+   <item
+         href="/com.nokia.carbide.cpp.doc.user/html/reference/trk/wnd_new_conn_install_tab.htm"
+         title="Select the appropriate remote agent">
+      <description>
+         Choose the remote agent that matches the OS on the target device.
+      </description>
+      <subitem
+            label="In the remote agents list, select the remote agent that most closely matches the OS on the target device.">
+      </subitem>
+      <subitem
+            label="Click Save to download and save the remote agent for installation later. This step is optional as the immediate installation step below is recommended."
+            skip="true">
+      </subitem>
+      <subitem
+            label="Click Install to download and immediately install the selected remote agent to the target device.">
+      </subitem>
+   </item>
+</cheatsheet>
--- a/core/com.nokia.carbide.cpp.doc.user/plugin.xml	Wed May 20 10:57:14 2009 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/plugin.xml	Wed May 20 10:58:12 2009 -0500
@@ -43,13 +43,20 @@
 		 <cheatsheet
 		   composite="true"
 		   category="com.nokia.carbide.trk.cheatsheets"
-           contentFile="html/cheatsheets/trk_appTrk_Using_cs.xml"
+           contentFile="html/cheatsheets/new_remote_conn.xml"
            id="com.nokia.carbide.cpp.doc.user.new_remote_connection"
            name="Creating On-device Connections"/>
 
 		 <cheatsheet
 		   composite="true"
 		   category="com.nokia.carbide.trk.cheatsheets"
+           contentFile="html/cheatsheets/install_remote_agent.xml"
+           id="com.nokia.carbide.cpp.doc.user.install_remote_agent"
+           name="Installing Remote Agents"/>
+
+		 <cheatsheet
+		   composite="true"
+		   category="com.nokia.carbide.trk.cheatsheets"
            contentFile="html/cheatsheets/trk_appTrk_Using_cs.xml"
            id="com.nokia.carbide.cpp.doc.user.trk_appTRK_Using"
            name="Run Mode On-Device Debugging"/>