hi every bode after i run the code and the emulator work on carbide i made a project 60 . but i can't find the .sis file which will installed on the mobile , i searche it on the workspace in all folders but i can't find it please help
thanks
hi every bode after i run the code and the emulator work on carbide i made a project 60 . but i can't find the .sis file which will installed on the mobile , i searche it on the workspace in all folders but i can't find it please help
thanks
Check in Application manager. It is installer or not. you can find out.
i have checked the application wizard i didn't find any .sis files also i connected the phone and searched using application installer also i didn't find any thing
Do you have .pkg file? The build tool creates .sis file from the .pkg file.
If you do have .pkg file in your project, Carbide.c++ will create .sis automatically. If it is not created, it means there is something wrong with the .pkg file. It could be missing files or some other reasons.
If you don't have .pkg file, then you have to add it to your Carbide.c++ project.
Antony
Antony Pranata
http://www.antonypranata.com/
http://www.s60tips.com/
thanks antonypr for your help . i really have in sis folder the package file called MizoCellId8.pkg but the carbide c++ didn't creat the .sis file the .pkg file only exist in the folder :S:S
thanks
Could you please check the log of your build. Normally, you should be able to find a hint in the log.
For Carbide.c++ 1.2, the log is displayed in Problems window (at the bottom of the IDE). Check also Console window.
Antony
Antony Pranata
http://www.antonypranata.com/
http://www.s60tips.com/
thanks antonypr
i checked the consol window and problems window and i found that warning
make: warning: Clock skew detected. Your build may be incomplete.
and the description was :
*** Warning: File `objects.mk' has modification time in the future (2007-06-23 15:38:18 > 2007-06-23 15:38:16)
i don't know if that warning cause the carbide not to make .sis file , how to cure this problem
thanks
That warning should not cause the problem. One last idea you may want to try. From the Carbide.c++ IDE, right click your .pkg file and select Build PKG file. Let's see whether this works.
Antony
Antony Pranata
http://www.antonypranata.com/
http://www.s60tips.com/
i didn't find that possible to build the .pkg file when i press right click on it , also i have setted up a new instance form carbide but with no use . i need it in my graduation project but i can't find .sis file :S
Why isn't it possible to build the PKG file? What is the error message?
Another way of building .sis file is via Command Prompt. Use makesis.exe tool to do it from the Command Prompt.
Antony
Antony Pranata
http://www.antonypranata.com/
http://www.s60tips.com/
my makesis.exe tool is not workin..it just opens for a fraction of second and then automatically closes...thus i am not able to make changes in it...what shall i do!!..plz help me...i have code warrior n sdk s60 3rd
makesis is a command-line tool, so you should run it from a command prompt.
hi all ,
i think there is a way that the carbide will make the .sis file without any modification .but unfortunatly it doesn't work with me :s
any way , you have to open command prompt then go to the path of your_file.pkg then you can use the makesis as .
makesis your_file.pkg
there are many options you can check them like password ,name of sis ...etc
Perthachy
Go to properties of the project->Carbide build configuration. Check Active configuration is a phone release.Originally Posted by perthachy
Browse for pkg file and enter the appropriate names for output files and other things. if you apply, it should work.
- Neil R.Bhasme -
Twitter: @Symbian_Neil