Changes between Version 25 and Version 26 of DevelopingSymbianAppWithCarbide


Ignore:
Timestamp:
Jan 1, 2008 9:40:02 AM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopingSymbianAppWithCarbide

    v25 v26  
    441441 
    442442 
    443 === IP address is not detected by symbian_ua === 
    444  
    445 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 browser) before starting the debugging. 
     443=== High Audio Latency === 
     444 
     445We're working on this issue. 
     446 
     447=== Random Crash === 
     448 
     449When you have random crash (sometimes in ICE/pjnath) or KERN-EXEC 3 when running without debugger, check if increasing stack size in the MMP fixes the problem. The default stack size (I believe it's 8KB) should be enough for the sample ''symbian_ua'' console application, but you may need to increase this for your application. 
    446450 
    447451---- 
     
    450454 
    451455Checkout: 
    452  - [http://newlc.com/Carbide-c-Setting-up-On-Target.html Carbide.c++: Setting up On Target Debugging | NewLC] 
    453  
    454  
    455  
    456  
    457  
    458  
    459  
    460  
     456 - [http://newlc.com/Carbide-c-Setting-up-On-Target.html Carbide.c++: Setting up On Target Debugging | NewLC] - this article describes how to set up on-device debugging using Bluetooth connection. 
     457 
     458 
     459 
     460 
     461 
     462 
     463 
     464