Only the png files and the sound are found there.
True type fonts are loaded too but I disabled the loading and still same error.
Also fopen is used but this is later on, it doesnt load until...
Type: Posts; User: crazysoft; Keyword(s):
Only the png files and the sound are found there.
True type fonts are loaded too but I disabled the loading and still same error.
Also fopen is used but this is later on, it doesnt load until...
I made SDL a static library so that it doesn't need and UID.
Even now that I have only one exe file it doesn't run when its developer signed in the protected range.
It runs perfectly when its...
If I put a breakpoint just after E32Main it goes until there and breaks.
From there the SDL library starts until it ends up in my own code.
I have put a breakpoint at the start of my own code and...
yes it is GCCE UDEB
I put 2 UIDs, one for DLL and one for exe. Both are nokia assigned. then I sign them with the developer certificate to test it on my local phone. It installs ok, shows the icon but as soon as I click...
Please explain the ' single .pkg' a little more:
What UID3 do I put to SDL DLL? The same with my game or another one?
Do I put UID2: 0x1000008d ?
If I put a different UID3 than the actual game...
This is a new error. The QA says that it does not load anything at all. You loaded graphics and music and then crashed. Can you send me a screenshot?
Where did you install it? Internal or external...
I tried to sign the SDL DLL with my developer certificate to install it on my testing phone and I did it:
The sis file with the SDL DLL now installs on my test phone with no problem.
So I took...
So the only solution is:
To take out SDL DLL from my program and make it a sis of its own with nokias assigned UID in the 2*** range. Then express signed it and then add the signed sis on my own...
I got a developer certificate with my phones IMEI. Changed to nokia assigned 0x2006**** and signed with this certificate.
Then when I installed into the phone (with the correct IMEI):
1) It...
I will send you the game to test it with the 0xA001**** which works for me. I will send a private message. Thanks.
I have already did that. Nothing...
I have a good file manager and there is no old UID hidden somewhere.
How can I self sign my game with the nokia assigned 0x2006**** UID and run it on my own phone?
ok done. thanks a lot.
The riddle continues...
I have tested my app on my Belle testing phone (Nokia 603) with self signing (0xA) and it works perfectly.
I have installed the app on both, internal memory, external and...
Today I got an answer and they gave me new UIDs in the range of 0x2. I compiled the game and published it in OVI store without any problem. Now I am waiting for the tests.
I agree 100% but they have sent me 0xa89f****. I emailed them.
Nokia gave me 2 UIDs in the range of: 0xA89F****
One for the game and one for the DLL.
I have already made a sis file with the UID: 0xA89F**** and uploaded it unsigned to Ovi store.
I have...
I have sent and email for the free service today. Lets see if this kind of signing solves the error: "SUMMARY: When launching the application, it stops loading and does not start. A s a result,the...
Hi,
I try to express sign a symbian C++ app for ^3 phones and I get a generic "Express Signed error: "Your file could not be processed for unknown reason."
My app does not have any capabilities...
I did. But there is no reply. That's why I was hopping one of you know what to do.
Hi,
I'm using 'HandleScreenDeviceChangedL' to detect the screen orientation. (Portrait or Horisontal) and it works for all S60 5th edition phones that I have tested it (5800, N97) except the...
I just cleaned the project but nothing changed.
I tried abld reallyclean, I deleted the _data folder in group but still the same.
Hi,
I use Codewarrior 3,1 and S60 SDK.
I developed a game whih works perfectly in GCCE UREL target in my N73 but when I make it WINSCW UDEB to try it on the emulator I get an error before it...
I just found the problem!!
the UID3 was declared in the FrutakiaGCCEUREL.cwlink XML file that codewarrior 3.1 has. When I changed it there and put my new one everything worked perfectly!!