Changes between Version 31 and Version 32 of Getting-Started/Symbian


Ignore:
Timestamp:
Jun 18, 2009 11:14:48 AM (15 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Symbian

    v31 v32  
    425425 
    426426 
     427=== Load Failed: TRKProtocolPlugin: Failed to launch the application === 
     428 
     429The complete error: 
     430{{{ 
     431Load Failed: 
     432TRKProtocolPlugin: Failed to launch the application (Installing the application may have failed or dependent libraries may be missing) 
     433}}} 
     434 
     435Solution: 
     436 - make sure the .sisx specified in Debug - Installation matches the .sisx specified in the Project Build properties: 
     437    - check the .sisx in Debug - Installation:  
     438         - open Debug Configurations dialog (from Run menu),  
     439         - select the debug configuration item from the left tree panel (e.g. select "pjproject phone Debug ((GCCE) [S60_3rd_FP1])") 
     440         - go to "Installation" tab 
     441         - check the .sisx name 
     442    - check the .sisx in Project Build properties: 
     443         - right click the project from "Symbian Project Navigator" panel, select "Properties" 
     444         - in the "Properties" dialog, from the left tree panel, select "Carbide C++" then "Build Configurations" 
     445         - in the "SIS Builder" tab, make sure build for symbian_ua.sisx is checked, and "Partial Upgrade" is also checked 
     446         - if you don't see the symbian_ua.sisx entry in the list: 
     447             - press "Add" 
     448             - set "PKG File:" to symbian_ua.pkg 
     449             - leave "Signing Options" to "Self sign sis file" 
     450             - press "OK" 
     451 - try to install manually from Windows Explorer (right click symbian_ua.sisx and select Install with Nokia Application Installer) 
     452      - if success, then .. (no idea why yet) 
     453 
     454 
     455 
    427456=== High Audio Latency === 
    428457