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 | |
| 463 | If you get this error when trying to launch debug: |
| 464 | {{{ |
| 465 | Load Failed: |
| 466 | TRKProtocolPlugin: Unable to install the application. If self signing, |
| 467 | certificate could be invalid if your PC clock is ahead of your phone clock. |
| 468 | If not, your developer certificate may be invalid or UID of your application |
| 469 | may be invalid or already in use. |
| 470 | }}} |
| 471 | |
| 472 | The 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. |