Changes between Version 22 and Version 23 of Getting-Started/Symbian


Ignore:
Timestamp:
May 11, 2009 3:28:53 PM (15 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Symbian

    v22 v23  
    306306 
    307307 1. Select '''Options''' --> '''Settings''' menu. 
    308  1. Change the '''Connection''' to USB, and leave all settings unchanged: 
     308 1. Change the '''Connection''' to USB, and leave all settings unchanged. (Note: You may not get the baud rate settings input): 
    309309 
    310310[[Image(DevelopingSymbianAppWithCarbide:trk_p_usb.JPG)]] 
     
    312312 1. Click '''Back''' to get back to TRK main window. 
    313313 1. Now select '''Options''' --> '''Connect''' from the menu. 
    314  1. TRK main window should display '''Status: Connected''' now: 
     314 1. TRK main window should display '''Status: Connected''' now. There might less info on newer version of TRK, but as long as it says Connected, you're good to go: 
    315315 
    316316[[Image(DevelopingSymbianAppWithCarbide:trk_p_connected.JPG)]] 
    317317 
    318 Leave TRK running on the phone for the duration of this tutorial. 
    319  
    320  
    321 === Finding the COM Port Mapping for the Phone Connection === 
    322  
    323 Find out which COM port is the phone connection mapped to, in Device Manager: 
    324  
    325 [[Image(DevelopingSymbianAppWithCarbide:dev_mgr_com.JPG)]] 
    326  
    327 In this case, the COM port is COM3. Note this COM port number, as we will need to specify it in Carbide. 
     318Leave TRK running on the phone for the duration of this tutorial, and move on back to Carbide to set the connection up. 
     319 
     320=== Setting and Testing Connection Settings === 
     321 
     322Click on the '''Set Connection Settings''' tab, and choose the serial port that have your device name next to it. You might need to scroll a long way down, mine was COM17: 
     323 
     324[[Image(choose-serial-port.png)]] 
     325 
     326Now you can test the connection. Click on '''Test Service Testing''': 
     327 
     328[[Image(initiate-trk-testing.png)]] 
     329 
     330If everything is successful, you will get the following on the area in the big status textbox: 
     331 
     332[[Image(test-trk-success.png)]] 
     333 
     334Click '''Finish''', and you should be rewarded by a new connection appearing in the '''Remote Connections''' area in Carbide C++: 
     335 
     336[[Image(trk-connection-list.png)]] 
    328337 
    329338 
    330339=== Configure the Debug Settings in Carbide === 
    331  
    332 Back to Carbide. 
    333340 
    334341Next we will need to create a new on-device debugging configuration.