Thanks, I'll consider that.
Type: Posts; User: ss7guru; Keyword(s):
Thanks, I'll consider that.
Yes, that is under Window/preferences. I have checked all the paths in the SDK configuration, and they are all correct. I am at a loss. This is not absolutely essential, since I can copy a backup...
Oh, I get what you mean by the Console output. The Console output says it is writing to the correct SDK, but in fact puts the output files into the old SDK.
For this and subsequent runs, I have...
If I import a new project and choose a different SDK, I have the same problem. Carbide still defaults to the FP1.
Could you explain what you mean by this, please: For the current project: it may...
When I clean the project, it still cleans files ONLY from the original SDK folder, not the one I have changed to. There must be a setting some place, or in some file, that is telling Carbide to look...
Yes, indeed, I have changed that, and actually eliminated any other SDK possibilities, including the one it is building into. It's a puzzle....
I can't seem to get Carbide to build into a different SDK than the one I started the project with. Started with S60_3rd_FP1, want to change to S60_3rd_FP2_SDK_v1.1_2, but it won't put the builds...
I am sorry, but I don't have any expertise with making or changing .dll files. When I changed UID's, all I did was a search and replace in the Carbide C++ SDK. So, I did not manually change...
Koyasivaji, what exactly is not working? Can you install? But when you click on the icon to start the program it won't start?
You must be very careful with the search and replace. if you do a...
Thanks, that was just what I needed!
I am releasing a vietnamese version of an English application. The translations are encoded to UTF-8 and disply properly in the Carbide C++ using S60_3rd with FP1 or FP2. But, when installed on an...
I went back to original files. Did a search and replace out of the SDK for old/new UIDs. DID NOTHING ELSE. Now it works. Go figure.
Thank you all for the helpful instructions. I really don't...
The only reason I have this problem is I have to an an IMEI to the dev cert so I can send this to VietNam to make sure the translations will actually display on a Vietnamese language phone. If I...
ltomua, I have done the search, and manually replaced the UIDs in all files. This works fine for the first .exe, without name or path changes, but not for subsequent exes. If I wipe the phone, is...
Wizard, I caught the privus.rsc after I posted the pkg. Fixed that, commented out the .mif, commented out the .hlp, and still no install. If I leave everything as PRIVUS, the app should just update...
I would like to go back to square one and JUST change the UID3 of my 3 executables. The only reason I tried a name change was desperation. I should not have to change the names in all these files...
Name change was from PRIVUS to iCaller:
; Privus.pkg To generate embedded.sis to sign before generating final SIS
;
;Language - standard language definitions
&VI,EN
;Standard SIS file...
Ok. I had changed too many names in the _reg.rss. Compiled. But, stopped installing at the same place. I wish I could get this to debug, but, I can't load a debug version, since I have to...
Can't get the _reg.rss to compile. I have this:
#include <appinfo.rh>
#include <iCaller.rsg>
UID2 KUidAppRegistrationResourceFile
UID3 0x20047D91
RESOURCE APP_REGISTRATION_INFO
{
thanks. trying things now.
No joy. wiped the phone. Change private paths. Still stops at the same place during installation. Bar is halfway all the time. First .exe still installs properly after signing. Second one...
Okey Dokey. I'll try that!
Thanks for the prompt response. I have tried wiping the phone before every attempt. Takes a lot of time. the PKG that works uses all the old paths. BUT, are you saying that the private folders...
I have 3 .exe that combine into 2 .sis, one embedded. Code works fine and installs with old (2007) UIDs and certs. When I change UIDs to new issued from SymSigning, 2 of the 3 .exe will not...
My application grabs the incoming ANI and sends an HTTP request while the device is ringing. This works perfectly on my N75 test device, but not on an E62. The problem is the E62 is inserting a "1"...