Good catch. It was indeed #include <euserhl.h> . Removing this line made the project compile. I don't know how it got there, I might have inserted accidentally when changing the headers. I tried...
Type: Posts; User: atleta; Keyword(s):
Good catch. It was indeed #include <euserhl.h> . Removing this line made the project compile. I don't know how it got there, I might have inserted accidentally when changing the headers. I tried...
What SDK did you try it with? I'm just asking, because I didn't add anything to my Symbian^3 0.9 installation (so EUserHL must be a part of it). Also I didn't directly include any part of EUserHL as...
Hi,
I'm trying to compile an application to the phone with GCCE. I managed to install it (well, as far as I know), but I get compilation errors on SDK headers. Is there a GCCE patc for the SDK, or...
Dealing with inadequate and messy documentation is wrestling, independent of the fact wheather you have to buy a compiler to make the SDK usable or not. There is a txt describing how to make gcc work...
You're right, I just checked my scripts and it's built for winscw. Sorry about that. (Originally I tried testing it on the emulator so it was deliberate, but then somehow the file manager on the...
Hi Lucian,
Thanks. Yes I know it looks weird, because it should work by all means. The only difference between this problematic SISX and another is the SKD (and the tools) used for building....
What do you mean by saying it has more capabilities than I can grant? Does it mean that the capabilities I requested cannot be granted by OpenSigning the package? I checked the open signed...
I did this in an attemtp to find the reason for the installer rejecting my SISX. Now I see that I can't copy a file to a private folder unless there is an exe with the specified SID. Sounds logical....
I checked it, and there are two certificates in there:
Issuer: CN=Symbian Developer Certificate CA 280205A, O=Symbian Software Limited, C=GB, EM=developercertificates@symbian.com
...
Hi,
It seems that in an attempt to debug this issue I have created an invalid pkg file (no exe with SID for the data cage I tried to install files into). Now I added back the exe, however I got...
Thanks. I don't (se below for the PKG file). Also I could see an error message in epocwind.out when trying to install the (signed) package on the emulator, that it checked the secure id and the path...
Thanks. The empty file is there to ensure that the private directory is created (and I don't have to do it from code). It may be unnecessary, but it it may help find the reason why it's not working....
Hi,
I'm trying to package and install an application for Symbian^3. I signed the SIS file with the OpenSigned service and after trying to install it I got the above error message (see the title)....
Thanks, but I'd like to get answers to my specific questions. I have to create a qt app that also contains some symbian c++ code so I'd like to use carbide and the Symbian^3 SDK (that's the target...
Hi,
I'm trying to compile a simple Qt project with the Symbian^3 0.9 SDK but I keep running into problems. I've tried it from carbide and the command line as well. First of all, after a lot of...
The UI is built with carbide, the UI assembling methods and thus any code that touches the resource files and the resource files themselves are generated by carbide. I have not written (manually) any...
That's just what I did. I searched for .rsg from the root of my project when you suggested checking the includes. All I found was avkon.rsg and MyAppNameUI.rsg (I mean I only found these two rsg...
So you mean that the resource file might reference another resource file (or built-in resource), that is present in the emulator but not the device? How do I find that? My app originally had a single...
Hi,
Here it is... note that it contains shell variables (like EPOCROOT, PLATFORM, TARGET) which are replaced by a shell script before actually calling makesis. This works for sure, I have tested...
Sorry for being ambiguous, I managed to build the project after the clean, I just double checked that the pkg was referring the right file by deleting it before doing the makesis (and then I of...
Hi,
I tried what you said, but didn't help. I double checked that I'm looking at the file that goes into the SIS (when I deleted it, makesis failed). This file is identical to the one used by the...
Hi All,
My application crashes with CONE 14 on a real device. I checked the "System Panic reference" in the help, but it's not very informative. The app used to install and work flawlessly and...
Great, thanks!
Hi,
How do I pass a custom parameter (common application settings stored in a file backed properties object) down to a screen (CAknSettingItemList derivative)? I created the UI using the carbide...
Hi,
I've just finished wrestling with an e55 on RDA. I used it (well, mostly just tried) for 4 hours and it was more or less unusable because the key board presses were either repeated a number of...