Changes between Version 13 and Version 14 of DevelopingSymbianAppWithCarbide


Ignore:
Timestamp:
Dec 29, 2007 1:45:00 PM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopingSymbianAppWithCarbide

    v13 v14  
    11= Developing, Building and Debugging PJSIP for Symbian S60 3rd Edition Device using Carbide C++ = 
     2 
     3[[Image(symbian_ua.JPG)]] 
    24 
    35== Introduction == 
     
    368370[[Image(symbian_ua.JPG)]] 
    369371 
    370 You may make calls, receive calls, do presence stuffs, etc. 
     372You may make calls, receive calls, do presence stuffs, etc. Full debugging should also be possible; you may set breakpoints, step into functions, etc. 
    371373 
    372374 
     
    382384=== Program failed to debug after it has been downloaded to the phone === 
    383385 
    384 I experienced this once, and in my case, I suspect it was caused by some other program is currently using an Access Point (in my case, it was the periodic mail checking on the  
    385  
    386 phone). 
     386I experienced this once, and in my case, I suspect it was caused by some other program is currently using an Access Point (in my case, it was the periodic mail checking on the phone). 
    387387 
    388388 
    389389=== IP address is not detected by symbian_ua === 
    390390 
    391 This causes symbian_ua to use 127.0.0.1 as its address. This is still an ongoing problem, but it may help if you start an Access Point on the phone (such as by opening the web  
    392  
    393 browser) before starting the debugging. 
     391This causes symbian_ua to use 127.0.0.1 as its address. This is still an ongoing problem, but it may help if you start an Access Point on the phone (such as by opening the web browser) before starting the debugging. 
    394392 
    395393