From d24e945a1e21f2bf301e08c6091428e32cc9fa39 Mon Sep 17 00:00:00 2001 From: "shingil.kang" Date: Tue, 8 Sep 2015 16:22:42 +0900 Subject: [PATCH] Added Remote device manager manual Change-Id: I9e2048df4d2a13727d6c69943d43c46aeba1a2a0 Signed-off-by: shingil.kang --- .../html/common_tools/connection_explorer.htm | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/org.tizen.devtools/html/common_tools/connection_explorer.htm b/org.tizen.devtools/html/common_tools/connection_explorer.htm index 27e7fbf..54a19d4 100644 --- a/org.tizen.devtools/html/common_tools/connection_explorer.htm +++ b/org.tizen.devtools/html/common_tools/connection_explorer.htm @@ -25,6 +25,7 @@ @@ -63,6 +64,22 @@

The Emulator icon (Emulator icon) is displayed in the Connection Explorer view, and the Emulator is ready for testing the application.

+

Testing with the Remote Device

+

You can test your application by running and debugging it on a remote device.

+

To connect the remote device

+
    +
  1. On the Quick Access Toolbar of the Connection Explorer view, click the Remote Device Manager icon.
  2. +
  3. Click New.
  4. +
  5. Enter Name, IP, Port in the Add Device dialog box. Then the information of the remote device is registered to the Remote Device Manager.
  6. +
  7. Select the remote device you entered in the Remote Device Manager.
  8. +
  9. Click Connect.
  10. +
+

The shortcut icon of the remote device is displayed in the Connection Explorer view. The remote device is ready for testing the application.

+

Transferring Files with Connected Devices

@@ -81,7 +98,7 @@

To set the Connection Explorer preferences, right-click the project and select Preferences > Tizen SDK > Tools > Connection Explorer.

- + -- 2.7.4