Changes between Version 58 and Version 59 of FAQ


Ignore:
Timestamp:
Dec 17, 2008 8:19:44 PM (15 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v58 v59  
    10291029      102400 .rdata 
    10301030       24576 .reloc 
     1031 
    10311032      536576 .text 
    10321033 
     
    13521353Please follow the guideline in [wiki:APS this page]. 
    13531354 
     1355=== I get "Panic KERN-EXEC 3" in Audio Server when running the application on emulator === 
     1356 
     1357We get this message on S60 3rd Edition FP1 emulator (on Carbide's console output): 
     1358 
     1359 {{{ 
     1360Thread MMFAudioServer.exe::Local-01e5e324 Panic KERN-EXEC 3 
     1361 }}} 
     1362 
     1363This happens on subsequent (SIP) calls on the emulator. Restarting the emulator should fix it. 
     1364 
     1365=== I get one way audio when running the application on emulator === 
     1366 
     1367This is expected problem with the emulator (on all S60 3rd Edition versions up to FP1 at least). The emulator can play streaming audio but it's unable to capture audio from microphone. PJSIP will report some error when opening the audio device, but otherwise the call should proceed (with one way audio). 
     1368 
     1369=== I get ICE negotiation failure when running the sample console application === 
     1370 
     1371We encountered this when running the sample console application with log verbosity greater than three. We suspect this is caused by the logging messages taking much of the CPU processing time, causing the ICE connectivity checks to time out. This was fixed by setting the console log verbosity to three. 
     1372 
     1373Note that too many console logging messages will also disrupt the audio. 
     1374 
    13541375---- 
    13551376