Changes between Version 33 and Version 34 of Getting-Started/Symbian


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Symbian

    v33 v34  
    427427=== Load Failed: TRKProtocolPlugin: Failed to launch the application === 
    428428 
    429 The complete error: 
     429If you get this error while trying to debug the application: 
    430430{{{ 
    431431Load Failed: 
     
    450450             - leave "Signing Options" to "Self sign sis file" 
    451451             - press "OK" 
    452  - try to install manually from Windows Explorer (right click symbian_ua.sisx and select Install with Nokia Application Installer) 
    453       - if success, then .. (no idea why yet) 
    454  
     452 - If everything above has been set correctly and you still get the error, this is what I did that fixed it: 
     453     - install the .sisx manually from Windows Explorer (right click symbian_ua.sisx and select Install with Nokia Application Installer) 
     454     - the installation was successful 
     455     - uninstall the app from the phone 
     456     - delete both the .sis and .sisx in the Windows computer 
     457     - build the project again in Carbide 
     458     - and launch debug 
     459 
     460 
     461=== Load Failed: TRKProtocolPlugin: Unable to install the application === 
     462 
     463If you get this error when trying to launch debug: 
     464{{{ 
     465Load Failed: 
     466TRKProtocolPlugin: Unable to install the application. If self signing,  
     467certificate could be invalid if your PC clock is ahead of your phone clock.  
     468If not, your developer certificate may be invalid or UID of your application  
     469may be invalid or already in use. 
     470}}} 
     471 
     472The solution is hinted in the message. Common causes are: 
     473 - your PC clock is ahead of the phone clock 
     474 - there may be other application installed in the phone which uses the same UID. 
    455475 
    456476