# HG changeset patch # User fturovic # Date 1285185753 18000 # Node ID 047b263f100422b062fbde5a903920f85bd783db # Parent 42a54f0190c1d9c20ecb293cfeb6eda7a2411c9c more trk to coda changes diff -r 42a54f0190c1 -r 047b263f1004 core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/run_mode_debug.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/run_mode_debug.htm Wed Sep 22 13:55:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/run_mode_debug.htm Wed Sep 22 15:02:33 2010 -0500 @@ -12,7 +12,7 @@

Run mode on-device debugging enables you to download and launch a project on a phone or target device and debug it using the Carbide debugger. Before you can do that, some setup requirements are required. Once the setup is done, Carbide can then use plug-and-play (PnP) with USB to create a remote connection that connects with the CODA agent on the target device to download, launch, and debug the program.

  1. Setup system and development requirements (below)
  2. -
  3. Install Application or System TRK v3.2.6 or later on the target device
  4. +
  5. Install CODA (Carbide On-device Debug Agent) 4.x or later on the target device
  6. Connect USB cable to phone or target device for PnP connectivity
  7. Create or import a project in the Carbide C/C++ workspace
  8. Build the project
  9. @@ -28,7 +28,7 @@
  10. Configure the environmental variables
  11. (Optional) Setup a virtual drive to use Techview and Cust Kits
  12. -

    Once you've setup your environment, its time to verify that the CODA agent is on the phone or target device.

    +

    Once you've setup your environment, its time to verify that CODA is on the phone or target device.

    diff -r 42a54f0190c1 -r 047b263f1004 core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/run_mode_debug_06.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/run_mode_debug_06.htm Wed Sep 22 13:55:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/run_mode_debug_06.htm Wed Sep 22 15:02:33 2010 -0500 @@ -23,13 +23,11 @@

Install the SISX File on the Target Device

-

The on-device debug agent is delivered to the target device as a SISX file. There are two versions of CODA: Symbian OS Device (Install SIS) and Symbian OS Device.

+

CODA (Carbide On-device Debug Agent) is delivered to the target device as a SISX file. It can be used with all Symbian OS launch configurations that require an on-device agent.

-

The following SISX file is officially signed by Nokia: - s60_3_0_app_trk_2_6_nokia_signed.sisx

Installing using Bluetooth
  1. Right click on the Bluetooth item on the system tray and select Quick Connect > File Transfer > Find Devices
  2. @@ -46,7 +44,7 @@
  3. The SISX file should then transfer from the PC to the device
  4. Navigate to where the SISX file was placed
  5. If you dropped it into the OBEX folder it will be in Applications > Messages > Inbox. If you dropped it into the C folder it will be in Applications > Utilities >FileBrowse > C.

    -
  6. Select the CODA SISX file on the device to install the CODA debug agent.
  7. +
  8. Select the CODA SISX file on the device to install the CODA software.
Installing using PC Suite
    diff -r 42a54f0190c1 -r 047b263f1004 core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/run_mode_debug_07.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/run_mode_debug_07.htm Wed Sep 22 13:55:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/run_mode_debug_07.htm Wed Sep 22 15:02:33 2010 -0500 @@ -27,7 +27,7 @@
    1. On the device make sure the Bluetooth port is turned on
    2. On the phone launch CODA.
    3. -

      The location of the CODA on-device debug agent will vary based on the phone. On some phones it will be in the Installed folder, on others it may be in the My Own folder.

      +

      The location of CODA (Carbide On-device Debug Agent) will vary based on the phone. On some phones it will be in the Installed folder, on others it may be in the My Own folder.

    4. CODA will ask which host you want to pair with. When requested, select your computer from the available Bluetooth devices list.
    5. After the host and phone are paired, CODA should be connected. Verify that CODA is running.
    6. On the PC: @@ -52,7 +52,7 @@
    7. Halt the Bluetooth device search by pressing Cancel
    8. Click Options > Settings > Connection
    9. Change Connection type to USB and set connection options (Figure 2)
    10. -
    11. Select Back and start the CODA again and you should be connected
    12. +
    13. Select Back and start the CODA software again and you should be connected
    14. Figure 2. USB Connection Settings

    15. On the PC
    16. diff -r 42a54f0190c1 -r 047b263f1004 core/com.nokia.carbide.cpp.doc.user/html/tasks/processes/attach_to_process.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/processes/attach_to_process.htm Wed Sep 22 13:55:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/processes/attach_to_process.htm Wed Sep 22 15:02:33 2010 -0500 @@ -13,7 +13,7 @@

      Use a Symbian OS Attach to Process launch configuration to attach the debugger to an already running Symbian OS process or thread on a target device. This is useful for debugging DLLs where the main process is unknown or for servers running in RAM in a client-server relationship where the client relies on the presence of the server process to operate.

      One common debugging DLL use case is when the developer doesn't know which process calls the DLL. This makes it difficult to debug the DLL because you doesn't know which process to attach to nor start. Carbide enables DLL debugging by simply attaching the DLL to any running process as long as the DLL is included in the Executables view.

      You can also attach to a process in the Symbian OS Data view when debugging.

      -

      NOTE You cannot attach to a process running on the emulator. It must be a target device running the Symbian OS and the CODA debug agent.

      +

      NOTE You cannot attach to a process running on the emulator. It must be a target device running the Symbian OS and the CODA software.

      When attempting to find a process the debugger uses the UID3 to locate the process.

      Attaching to any Running Process

      diff -r 42a54f0190c1 -r 047b263f1004 core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_debug_rom.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_debug_rom.htm Wed Sep 22 13:55:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_debug_rom.htm Wed Sep 22 15:02:33 2010 -0500 @@ -12,7 +12,7 @@

      You will see symbolic information for other components when you are debugging in ROM using Symbian OS Device if those components were built with symbolic information and the ROM Log file is specified. If a function in the stack crawl is in a ROM module and the IDE is able to find a file containing symbolic information for that module, the IDE will load it automatically and display function names. The IDE will also allow source level debugging and let you set breakpoints in this module.

      Some issues to pay attention to when debugging include:

        -
      • In Symbian OS Device you must specify the ROM log file in the ROM Log tab of the CODA or Attach to Process launch configurations
      • +
      • In Symbian OS Device you must specify the ROM log file in the ROM Log tab of the Symbian OS Device or Symbian OS Device (Attach to Process) launch configurations

      NOTE You cannot debug ROM DLLs using Symbian OS Device (Install SIS).

      diff -r 42a54f0190c1 -r 047b263f1004 core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_example_trk.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_example_trk.htm Wed Sep 22 13:55:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_example_trk.htm Wed Sep 22 15:02:33 2010 -0500 @@ -31,10 +31,10 @@

      For this example we select the musicplayer.exe as the main executable.

      Figure 2 - Executable Selection page showing selection

      -
    17. Select the remote connection to use in the CODA Connection Settings page, then click Next
    18. +
    19. Select the remote connection to use in CODA Connection Settings page, then click Next
    20. Figure 3 - CODA Connection Settings page showing selection

      -
    21. Select the SIS file to install in the CODA SIS Selection page if not already populated
    22. +
    23. Select the SIS file to install in CODA SIS Selection page if not already populated

    diff -r 42a54f0190c1 -r 047b263f1004 core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_overview_trk.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_overview_trk.htm Wed Sep 22 13:55:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_overview_trk.htm Wed Sep 22 15:02:33 2010 -0500 @@ -24,7 +24,7 @@
  1. Build the project using a target for on-device build configuration (GCCE or ARM)
  2. -
  3. Start the CODA on-device debug agent on the device
  4. +
  5. Start the CODA software on the device
  6. Create a Symbian OS Device (Install SIS) launch configuration to provide additional information to the debugger
  7. Launch the debugger to interactively control the program on the device
diff -r 42a54f0190c1 -r 047b263f1004 core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_connection_bluetooth.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_connection_bluetooth.htm Wed Sep 22 13:55:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_connection_bluetooth.htm Wed Sep 22 15:02:33 2010 -0500 @@ -9,7 +9,7 @@

Bluetooth Connection Setup

-

The on-device debug agent software supports the use of Bluetooth to debug programs running on a target device. To enable communication with a Bluetooth device, a connection must be established between the PC and the device. The on-device debug agent requires a dedicated COM port in order to talk with the device. In some cases, other programs that use the same COM port number will interfere with the CODA debug agent, essentially "fighting" over control of the COM port. Follow the steps below to setup a Bluetooth connection with the Bluetooth enabled device.

+

The on-device debug agent software supports the use of Bluetooth to debug programs running on a target device. To enable communication with a Bluetooth device, a connection must be established between the PC and the device. The on-device debug agent requires a dedicated COM port in order to talk with the device. In some cases, other programs that use the same COM port number will interfere with CODA, essentially "fighting" over control of the COM port. Follow the steps below to setup a Bluetooth connection with the Bluetooth enabled device.

NOTE Ensure that no other program has commandeered the Bluetooth connection. For example, some phone connectivity programs will not release a COM port unless specifically told to do so.

NOTE Most problems with on-target debugging setup occur here, so be careful when performing each of these steps.

@@ -27,7 +27,7 @@

Figure 1. Bluetooth Configuration windows Accessibility panel

  • Write down the Bluetooth COM Port number from the Local Services tab (Figure 2) for later use
  • The Bluetooth COM Port number in the Local Services tab - should match the COM port used in the Connections tab of the CODA launch
    + should match the COM port used in the
    Connections tab of CODA launch
    configuration
    .

    Figure 2. Bluetooth Configuration windows Local Services panel

    diff -r 42a54f0190c1 -r 047b263f1004 core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_install_bluetooth.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_install_bluetooth.htm Wed Sep 22 13:55:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_install_bluetooth.htm Wed Sep 22 15:02:33 2010 -0500 @@ -9,7 +9,7 @@

    Installing On-device Debug Agents using Bluetooth

    -

    Use Bluetooth to install the on-device debug agent, either Symbian OS Device (Install SIS) or Symbian OS Device, as a SISX file, to enable on-target debugging. The installation location of the on-device debug agent will vary based on the phone. Symbian OS Device (Install SIS) is usable on both consumer and RnD versions of the device. Symbian OS Device is only usable on RnD devices.

    +

    Use Bluetooth to install the on-device debug agent, either Symbian OS Device (Install SIS) or Symbian OS Device, as a SISX file, to enable on-target debugging. The installation location of the on-device debug agent will vary based on the phone. Symbian OS Device (Install SIS) is usable on both consumer and RnD versions of the device. Symbian OS Device is only usable on RnD devices.

    On some phones it will be the Installed folder, on others it may be in My Own folder. Refer to the documentation that came with the phone to learn where installed programs are stored.

    NOTE The following example shows how to install the SISX file from a PC running Windows XP SP2 using an internal Bluetooth device. The actions to install the SISX file may be different on your version of Windows. Refer to the OS documentation for information on transferring a file via a Bluetooth connection.

    @@ -28,7 +28,7 @@

    Start the Messaging application on the target device and locate the new message.

  • Select the SISx file and open the file to install it
  • Click OK when prompted to install CODA
  • -
  • Follow the instructions on the screen to finish installing the CODA debug agent
  • +
  • Follow the instructions on the screen to finish installing CODA
  • Related concepts
    diff -r 42a54f0190c1 -r 047b263f1004 core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_install_pcsuite.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_install_pcsuite.htm Wed Sep 22 13:55:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_install_pcsuite.htm Wed Sep 22 15:02:33 2010 -0500 @@ -8,32 +8,31 @@ -

    Installing On-device Debug Agents using PC Suite

    -

    Use the PC Suite software that came with your device (Nokia PC Suite is one example) to install the on-device debug agent, either Symbian OS Device (Install SIS) or Symbian OS Device, as a SISX file, to enable on-device debugging. Symbian OS Device (Install SIS) is usable on both consumer and RnD versions of the device. System TRK is only usable on RnD devices.

    +

    Installing On-device Debug Agents using Ovi/PC Suite

    +

    Use the Ovi Suite or PC Suite software that came with your device (Nokia PC Suite is one example) to install CODA (Carbide On-device Debug Agent) as a SISX file, to enable on-device debugging. CODA is usable on both consumer and Rnd versions of the device.

    The installation location of the on-device debug agent software varies based on the phone. On some phones it will be the Installed folder, on others it may be in My Own folder. Refer to the documentation that came with the phone to learn where installed programs are stored.

    -

    Using PC Suite you can install any TRK debug agent on the device using a Bluetooth or USB connection.

    +

    Using PC Suite you can install CODA on the device using a Bluetooth or USB connection.

    NOTE You can use the connection software that came with your device to install the on-device debug agent SISX file. See your phone's operating manual for assistance on using it's software.

    -

    Installing an On-device Debug Agent using PC Suite (USB example)

    +

    Installing CODA using Ovi/PC Suite (USB example)

      -
    1. Store the TRK SISX file on the PC connected to the device
    2. -

      The Application TRK debug agents are stored online and can be downloaded and installed using the On-Device Connections > New Connection Wizard > Install remote agents pane.

      +
    3. Store the CODA SISX file on the PC connected to the device
    4. +

      The CODA software is stored online and can be downloaded and installed using the On-Device Connections > New Connection Wizard > Install remote agents pane.

    5. Connect the USB cable to the PC, then to the device
    6. A status indicator should appear on the device indicating a serial connection has been established.

    7. Connect to the device using the latest PC Suite software
        -
      1. Install PC Suite if not available
      2. -

        NOTE If you have both Sony Ericcson Mobile Communications (SEMC) and Nokia PC Suites installed, conflicts may occur.

        -
      3. Launch the PC Suite software
      4. +
      5. Install Ovi/PC Suite if not already installed
      6. +
      7. Launch the Ovi/PC Suite software
      8. Click the "Click here to connect to a phone" and follow the Get Connected wizard instructions
      9. -

        Once the device has been found and authenticated by the PC its possible to install the TRK SISX file.

        +

        Once the device has been found and authenticated by the PC its possible to install the CODA SISX file.

    8. -
    9. Double-click the TRK SISX file to install it on the device
    10. +
    11. Double-click the CODA SISX file to install it on the device
    -

    The PC Suite application installer launches and asks where to install the SISX file. Select the recommended destination for installed applications on the device and click Yes. The SISX file is installed.

    - Then exit out of PC Suite.
    +

    The Ovi/PC Suite application installer launches and asks where to install the SISX file. Select the recommended destination for installed applications on the device and click Yes. The SISX file is installed.

    + Then exit out of Ovi/PC Suite.
    Related concepts
      diff -r 42a54f0190c1 -r 047b263f1004 core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_install_usb.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_install_usb.htm Wed Sep 22 13:55:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_install_usb.htm Wed Sep 22 15:02:33 2010 -0500 @@ -9,8 +9,8 @@

      Installing On-device Debug Agents using USB

      -

      An USB connection can be used to install the on-device debug agent, either Application TRK or System TRK, (SISX file), to enable on-target debugging. The installation location of the on-device debug agent will vary based on the phone. On some phones it will be the Installed folder, on others it may be in My Own folder. Refer to the documentation that came with the phone to learn where installed programs are stored.

      -

      NOTE You can use the connection software that came with your device to install the on-device debug agent SISX file. For example, all Nokia phones ship with the PC Suite software for installing programs. See your phone's operating manual for assistance on using it's software.

      +

      An USB connection can be used to install CODA (Carbide On-device Debug Agent), to enable on-target debugging. The installation location of the on-device debug agent will vary based on the phone. On some phones it will be the Installed folder, on others it may be in My Own folder. Refer to the documentation that came with the phone to learn where installed programs are stored.

      +

      NOTE You can use the connection software that came with your device to install the on-device debug agent SISX file. For example, all Nokia phones ship with the Ovi/PC Suite software for installing programs. See your phone's operating manual for assistance on using it's software.

      Installing an On-device Debug Agent using USB

        @@ -24,9 +24,9 @@
      1. Press OK soft key to accept notification
      2. The message "USB file transfer connection active" appears on the phone. On the PC, a folder appears showing the memory cards folders and files.

      -
    • Copy the SISX file to phone memory or MMC card
    • +
    • Copy the CODA SISX file to phone memory or MMC card
    • Locate the SISX file on the PC, then select and copy it into the target device's memory card.

      -
    • Install the SISX file
    • +
    • Install the CODA SISX file
    • The final step is to install the SISX program on the target device.

      1. Locate and launch the SISX file to install
      2. diff -r 42a54f0190c1 -r 047b263f1004 core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_installation_instr.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_installation_instr.htm Wed Sep 22 13:55:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_installation_instr.htm Wed Sep 22 15:02:33 2010 -0500 @@ -9,7 +9,7 @@

        Installing an On-device Debug Agent

        -

        To use any version of the on-device debug agent on a target device it must be installed. We highly recommend using the On-Device Connections dialog to help connect and verify that the latest version of TRK (3.2.6+) is installed on the device, especially to support plug-and-play (PnP) connections.

        +

        To use any version of the on-device debug agent on a target device it must be installed. We highly recommend using the On-Device Connections dialog to help connect and verify that the latest version of CODA (Carbide On-device Debug Agent) 4.x is installed on the device, especially to support plug-and-play (PnP) connections.

        Refer to the Bluetooth Connection Setup page for more information on using Bluetooth or the USB Connection Setup page if using USB.

        Related references
          diff -r 42a54f0190c1 -r 047b263f1004 core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_overview.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_overview.htm Wed Sep 22 13:55:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_overview.htm Wed Sep 22 15:02:33 2010 -0500 @@ -9,7 +9,7 @@

          CODA Overview

          -

          This section describes how to setup and use the CODA software (Carbide On-device Debug Agent) to debug programs on Symbian ^3, Symbian ^4, Nokia Qt SDK, S60 v5.x devices. Topics include:

          +

          This section describes how to setup and use CODA (Carbide On-device Debug Agent) to debug programs on Symbian ^3, Symbian ^4, Nokia Qt SDK, S60 v5.x devices. Topics include:

          • Preconditions for Using On-device Debugging
          • Installing the On-device Debug Agent on a Device
          • diff -r 42a54f0190c1 -r 047b263f1004 core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_preconditions.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_preconditions.htm Wed Sep 22 13:55:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_preconditions.htm Wed Sep 22 15:02:33 2010 -0500 @@ -15,18 +15,17 @@
            1. Verify that your system has the following:
                -
              • S60 v3.x or S60 v5.x kit installed
              • -
              • ActivePerl installed
              • +
              • A current Symbian OS SDK is installed
              • +
              • Perl installed
              • RVCT or GCCE compiler
              • USB or Bluetooth support on your PC
              • -
              • Nokia PC Suite (or equivilent software) for connecting and installing applications to the device
              • +
              • Nokia Ovi/PC Suite (or equivilent software) for connecting and installing applications to the device
            2. -
            3. Download and install the current TRK SISX file using the On-Device Connections dialog
            4. -

              The Application TRK debug agents are stored If not, install it now using the On-Device Connections > New Connection Wizard > Install remote agents pane.

              -

              NOTE The Application TRK versions included with Carbide is for CE versions of devices only. They are not intended for use with RnD devices.

              +
            5. Download and install the current CODA SISX file using the On-Device Connections dialog
            6. +

              If CODA is not install, use the On-Device Connections > New Connection Wizard > Install remote agents pane.

            7. Specify the communication method with the on-target device during the debug session
            8. -

              Start the Application TRK or System TRK on the device. During startup of TRK on the device you must specify the communication method the on-device agent uses to debug the device. Currently, those methods include Bluetooth and USB or a null serial cable. For Bluetooth, you must pair the device with the PC and a valid serial port assigned. For USB, A USB cable must connect the PC to the device and a valid serial port assigned. Use On-Device Connections dialog to make the identification and connection setup quick and easy.

              +

              Start CODA on the device. During startup of CODA on the device you must specify the communication method the on-device agent uses to debug the device. Currently, those methods include Bluetooth and USB or a null serial cable. For Bluetooth, you must pair the device with the PC and a valid serial port assigned. For USB, A USB cable must connect the PC to the device and a valid serial port assigned. Use On-Device Connections dialog to make the identification and connection setup quick and easy.

      Related concepts
      diff -r 42a54f0190c1 -r 047b263f1004 core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_start_sisx.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_start_sisx.htm Wed Sep 22 13:55:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_start_sisx.htm Wed Sep 22 15:02:33 2010 -0500 @@ -4,15 +4,15 @@ -Bluetooth Connectivity Setup +Starting the On-Device CODA Software -

      Starting the On-Device TRK Debug Agent

      +

      Starting the On-Device CODA Software

      -

      The location of the TRK on-device debug agent will vary based on the phone. On some phones it will be the Installed folder, on others it may be in My Own folder. Refer to the documentation that came with the phone to learn where installed programs are stored.

      +

      The location of the CODA software varies based on the phone. On some phones it will be the Installed folder, on others it may be in My Own folder. Refer to the documentation that came with the phone to learn where installed programs are stored.

        -
      1. Launch the Application TRK or System TRK program on the device
      2. +
      3. Launch the CODA program on the device
      4. When requested, select your computer from the available Bluetooth devices list
      5. Figure 1. Example device list on a S60 3rd Edition or UIQ device

        @@ -21,12 +21,12 @@

        Figure 2. COM port verification in TRK on a device

        -
      6. If Application TRK reports "Not Connected" -
          +
        1. If CODA reports "Not Connected" +
          1. Click Options > Settings soft key
          2. If Connection is not set to BlueTooth, choose BlueTooth
          3. Click Ok soft key
          4. -
          5. Restart Application TRK
          6. +
          7. Restart CODA
        diff -r 42a54f0190c1 -r 047b263f1004 core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_start_sisx_usb.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_start_sisx_usb.htm Wed Sep 22 13:55:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_start_sisx_usb.htm Wed Sep 22 15:02:33 2010 -0500 @@ -10,11 +10,11 @@

        Starting the On-Device Debug Agent Using USB

        -

        The location of the TRK on-device debug agent will vary based on the phone. On some phones it will be the Installed folder, on others it may be in My Own folder. Refer to the documentation that came with the phone to learn where installed programs are stored.

        +

        The location of the CODA software varies based on the phone. On some phones it will be the Installed folder, on others it may be in My Own folder. Refer to the documentation that came with the phone to learn where installed programs are stored.

        1. On the device
            -
          1. Launch Application TRK or System TRK program on the device
          2. +
          3. Launch the CODA program on the device
          4. Select PC-Suite from the USB Mode list
        2. @@ -25,7 +25,7 @@

           

          Figure 1 - Change connection type to USB and set connection options

          -
        3. Select Back and start TRK again and you should be connected
        4. +
        5. Select Back and start CODA again and you should be connected
        Related concepts