Tagged Questions
The carbide tag has no wiki summary.
5
votes
4answers
2k views
Tutorial on understanding strings in Symbian
I have Carbide.c++ Developer from Nokia and I want to create applications for my S60 phone.
I've looked at the samples that goes with the different SDK's for S60 but I haven't found any simple ...
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
4answers
519 views
Symbian C++ Development Under Mac OS X
I've been developing for Symbian S60 3rd Edition since last year using Carbide.c++ under Windows. THe problem is that I moved to Mac OS X this year(bought a Macbook Pro) and when I was going to ...
2
votes
1answer
472 views
Symbian Emulator start and disappear
I am new with Symbian. I downloaded Symbian SDK, Active Perl 5.6.1.635, and Carbide C++.
I tried to create a Hello World Project but whenever I execute the emulator appears, shows loading and then ...
2
votes
2answers
583 views
Debugging panics in Symbian OS usnig Carbide.c++
Is there a way to drop into the debugger when any panic occurs like if there were a breakpoint?
I'm using Carbide.c++ 2.3.0. I know about the Debug Configurations > x86 Exceptions, but it covers ...
2
votes
1answer
217 views
Symbian C++ - Remove or hide component (ie. CEikLabel)
Seemingly a simple enough question, but I cannot work it out.
I want to hide a CEikLabel at a certain point. I want a function like..
myLabel->SetVisible(EFalse);
or..
...
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
89 views
Qlibrary unload dll with carbide/nokia emulator
I am using carbide and testing with emulator.
Even after my application terminates, the dlls are still loaded on emulator.
How can I forcefully unload them?
I get a sharing violation if I try to ...
1
vote
1answer
374 views
phoneGap files not found in QT-creator
i'm new to Qt, i just install all in one QT-SDK beta with QT-creator as described here. I tried to import PhoneGap example files from there (I use Qt-creator coz when I try to do it on Carbide, as ...
1
vote
2answers
2k views
How to make the eclipse IDE to build faster
I am using Eclipse for development. However, it's is taking too much time to build.
It hangs when the percentage of build gets to 78. It shows "refreshing workspace" several times. That eats up lots ...
1
vote
1answer
565 views
arm-none-symbianelf-ld throwing “No Such File or Directory” error looking for file […].GCCE.UREL.objects.via when building project
Im using Carbide C++ 2.3.0 to build a Flash Stub project with S60)5th_Edition_SDK-v1.0 Phone Release (GCCE) set as build configuration. I have installed Perl and JRE and the CSL toolchain (GCCE), and ...
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
45 views
Build error in carbide c++
I create a simple hello world project in carbide.c++ and i found these error ewhen i trying to build the project
I am using Sybmian^3 SDK and Carbide.C++.
Here is the console output
***Building ...
0
votes
0answers
17 views
Symbian c++-How to capture and identify TAP Touch selection
hi i am new to Symbian c++, i would like to capture and identify the touch selection when is over certain image on the principal screen. Thx in advance
0
votes
1answer
46 views
How to set default devices for sis creation
An error occured during sis creation via command window. Which says:
"To use new symbian OS tools specify a default device using devices
-setdefault(otherwise unset EPOCROOT and specify a ...
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
0answers
239 views
Flash lite Packager for Symbian^3 (N8)
I am flash lite developer and I want to do package for my swf and other files, I want to launch swf from symbian application, I found a blug-in for carbide c++ that generate c++ code of the launcher, ...
0
votes
1answer
90 views
tcp connection in symbian c++ using Carbide
I am new in symbian c++.
I have a assignment to write a program to "create a tcp/ip connection" in Symbian c++ using Carbide.
How can I do this?
0
votes
1answer
67 views
Symbian get content-type?
I'm develop on C++ for Symbian. How do I get the content-type from the site I'm accessing from RHTTPTransaction?
0
votes
1answer
193 views
Reusing QMutex and QWaitCondition
Are QMutex+QWaitCondition objects reusable?
I have a method to wait for some threads to complete.
void FinishWait()
{
mutex.lock();
waitCondition(&qMutex, ULONG_MAX);
}
The ...
0
votes
1answer
199 views
Intercept incoming SMS
I'm developing an app for Symbian device that need to silent filter incoming SMS, and the following link is the code that does that:
...
0
votes
2answers
197 views
How to begin with carbide.c++ programming
hello as I searched lot but didn't found anything how to start programming with carbide.c++ if is there is any book which can help me out please refer ts link as I am very new to Symbian os ...
0
votes
3answers
304 views
What is the easiest way to test/debug Symbian applications on the phone?
I am currently experimenting with programming for my Nokia 5800 XpressMusic (running Symbian 9.4). Setting up the development environment (Carbide C++) was already a huge pain, but now that I am ...
0
votes
0answers
48 views
Can anybody help to try to build this Symbian project and find what's wrong with it?
souce code at sourceforge:
http://symbianoggplay.svn.sourceforge.net/viewvc/symbianoggplay/trunk/
I'm quite new to symbian's C++ programming.
Thank you for your help.
0
votes
1answer
150 views
How to compile for S60 2nd Edition in Carbide 2.3
Im using carbide 2.3 to develop an application for 3rd and 5th editions of S60. Now my customer also wants to make the application compatible for 2nd edtion.
I have downloaded and installed CW 2nd ...
0
votes
2answers
185 views
Reading from XML file using XmlHandler class from Forum Nokia - Symbian C++
I'm trying to use XmlHandler class ( link to Forum Nokia with code of XmlHandler Class ) on Symbian S60 3rd FP2 edition to read xml files. I have in my function this code:
CXmlHandler *iXmlHandler;
...
0
votes
1answer
209 views
How to switch view in Symbian C++?
I'm just trying to switch between Test1View and Test2View on Symbian S60 3rd FP2 edition in Symbian C++ language. I have some components on both of them, but Test2 is for another operations than ...
0
votes
2answers
126 views
XML parsing error on symbian s60
I have a problem with Carbide C++.
I'm trying to use function from Nokia Forum to read xml files. So I found this article:
...
0
votes
1answer
123 views
Symbian-Carbide: Can't update 2.3.0 to 2.5.0
Just installed the SDK and ADK.
while updating, it gives the following error:
"unexpected end of zlib input stream" a dozen times.
0
votes
1answer
665 views
Carbide.c++ 1.2.2 not displaying SDK S60 2nd Edition CW templates
I downloaded Carbide.c++ 1.2 and also downloaded the SDK S60 2nd Edition CW.
I installed the SDK and it is recognized in the Window->Preferences->Carbide C++->SDK preferences.
but when I try to ...
0
votes
2answers
426 views
Subversion on carbide
I am using carbide for symbian developement there is plugins called subclipse but the issue is when i go to option of find and install under software updates the IDE gets hungs is there any other way ...
0
votes
4answers
4k views
Symbian C++ - Load and display image from .mbm file
I have a .mbm file that I copy to my device using this line in the .pkg file
"$(EPOCROOT)epoc32\data\z\resource\apps\MyApp.mbm" -"!:\resource\apps\MyApp.mbm"
Then in the draw function of my ...
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 ...