Changes between Version 21 and Version 22 of DevelopingSymbianAppWithCarbide


Ignore:
Timestamp:
Dec 31, 2007 6:22:31 AM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopingSymbianAppWithCarbide

    v21 v22  
    391391 
    392392 
    393 === Program failed to debug after it has been downloaded to the phone === 
    394  
    395 I experienced this once, and in my case, I suspect it was caused by some other program is currently using an Access Point (in my case, it was the periodic mail checking on the phone). 
     393=== TRKProtocolPlugin: Failed to download the specified file to target === 
     394 
     395I had experienced this few times. The file seems to be downloaded to the phone fine (the download progress bar shows progress), but once debugging starts Carbide displays "Carbide Alert": "Load Failed", "TRKProtocolPlugin: Failed to download the specified file to target" (as shown in the picture below). 
     396 
     397[[Image(trk_fail.JPG)]] 
     398 
     399I'm not sure what's causing this, but closing TRK on the phone, then reconnecting the USB cable and restarting TRK seems to have fixed this. 
    396400 
    397401 
     
    399403 
    400404This 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. 
    401  
    402405 
    403406----