Tagged Questions

4
votes
5answers
4k views

Carbide / Symbian C++ - Change Application Icon

I am using Carbide (just upgraded to 2.0) to develop an S60 3rd Edition application. I would like to know the easiest way to change the icon (both the application icon on the device menu and the icon ...
2
votes
3answers
569 views

Symbian C++ - Persistent storage of a single variable

I wish to store a single variable in my application that will be saved between runs. This will be a version number that will be used to trigger an update option and so will change only rarely. Does ...
2
votes
5answers
1k views

S60 application - Symbian C++ - Exit button doesn't work

In my Symbian S60 application, my Options menu works as expected. But the Exit button does nothing. I am developing with Carbide and have used the UI Designer to add items to the options menu. Does ...
1
vote
1answer
82 views

Carbide does not include debugging info for some files

In Carbide 2.0.2, if I set active configuration to be "Phone Debug GCCE", build the project, go to Debug perspective, choose "Executables" tab, and select the executable file, Source File ...
1
vote
4answers
1k views

Issues with build in Carbide C++ 2.0

I'm building my application and when I try to run it on the emulator, I get this error. Creation Time Description Resource Path Location Type 1254339868582 BLDMAKE ERROR: Directory ...
0
votes
1answer
48 views

Developer tool for network monitoring for S60 devices?

is there a developer tool or some developer application for Symbian S60 devices which would enable me sniff network packages and see what application uses GPRS and sends data? Anything integrated in ...
0
votes
2answers
1k views

Symbian C++ - S60 application launches through TRK and Carbide, but not afterwards or when downloaded

My application has just started exhibiting strange behaviour. I can boot it through the Carbide Debugger (using TRK) and it works fine with no visible errors and is left installed on the device. Any ...