Hi,
i work for porting one application from 2nd to 3rd.
Now, application compiled, but when installed sis on the phone appear message "Corrupted file" and application not installed, where is the problem?
Thanks
Silvia
Hard to say with so limited information. But one of the checklists would probably be are you compiling for the right version or your device? is the signing happenning correctly..verbose output to check.
Recheck IDs (Vendor, Secure, Package) in your files (cpp, pkg...) - i think problem is probably in pkg. Also you have to sign your sis. Maybe these sites will be helpful for You:
;Language - standard language definitions
&EN
;Nome dell'applicazione sia in EN che in IT
#{"app"},(0xXXXXXXXX),208,0,0
;Localised Vendor name
%{"Vendor-EN"}
;Unique Vendor name
:"Vendor"
;Supports Series 60 v 3.0
[0x101F7961], 208, 0, 0, {"Series60ProductID"}
"app.db"-"!:\system\apps\app\app.db"
"ssaver.mbm"-"!:\system\apps\slc\ssaver.mbm"
"C:\Symbian\9.2\S60_3rd_FP1_2\Epoc32\release\gcce\urel\app.exe"-"!:\sys\bin\appname\app.exe"
"C:\Symbian\9.2\S60_3rd_FP1_2\Epoc32\data\z\resource\apps\app.rsc"-"!:\resource\apps\appname\app.rsc"
"C:\Symbian\9.2\S60_3rd_FP1_2\Epoc32\data\z\private\10003a3f\apps\app_reg.rsc" -"!:\private\10003a3f\import\apps\appname\app_reg.rsc"
"C:\Symbian\9.2\S60_3rd_FP1_2\Epoc32\release\winscw\udeb\z\resource\apps\app.mif" -"!:\resource\apps\appname\app.mif"
Yes, Now sis install, thanks
But my app not start...is possible becose at startup I load mbm? I not change loading of mbm for 3rd, Now I work on this
Thanks
Silvia
When Installation of sis finish not appear message "installation complete", and application icon appear on menu of phone, but it have a strange icon and if I push on it, application don't do nothing, what is the problem?
Thanks
Silvia
Ok, now message "installetion complete" appear, but icon is strange (I insert .mif ) and application don't start, It do nothing
Many many thanks
Silvia
Hi,
I generate uid code in symbiansigned;
I copy/paste this in my application, in particular:
app.mmp (UID and SECUREID), app.pkg and app.h, but application not open, i don't undestand why
Forum posts: 463
Hard to say with so limited information. But one of the checklists would probably be are you compiling for the right version or your device? is the signing happenning correctly..verbose output to check.
Forum posts: 8
Recheck IDs (Vendor, Secure, Package) in your files (cpp, pkg...) - i think problem is probably in pkg. Also you have to sign your sis. Maybe these sites will be helpful for You:
http://blogs.forum.nokia.com/index.php?op=ViewArticle&blogId=34687&articleId=93
http://www.whythefuckwontmysisfileinstall.com/
http://bloggy.kuneri.net/2006/05/04/helloworld-sis-installation-for-s60-3rd-edition/
Jozef Prídavok - http://pridavok.sk/
Mothiva, s.r.o - http://mothiva.com/
Forum posts: 463
I think I read in some other thread of Silvia. It appeared there that Silvia might have missed signing the application.
Forum posts: 158
Hi,

Problem isn't signed of sis, I sign sis without problem, I just work with 3rd
Now I control sites of oxy
Best regard
Silvia
Forum posts: 158
Insert my pkg and mmp
;Language - standard language definitions &EN ;Nome dell'applicazione sia in EN che in IT #{"app"},(0xXXXXXXXX),208,0,0 ;Localised Vendor name %{"Vendor-EN"} ;Unique Vendor name :"Vendor" ;Supports Series 60 v 3.0 [0x101F7961], 208, 0, 0, {"Series60ProductID"} "app.db"-"!:\system\apps\app\app.db" "ssaver.mbm"-"!:\system\apps\slc\ssaver.mbm" "C:\Symbian\9.2\S60_3rd_FP1_2\Epoc32\release\gcce\urel\app.exe"-"!:\sys\bin\appname\app.exe" "C:\Symbian\9.2\S60_3rd_FP1_2\Epoc32\data\z\resource\apps\app.rsc"-"!:\resource\apps\appname\app.rsc" "C:\Symbian\9.2\S60_3rd_FP1_2\Epoc32\data\z\private\10003a3f\apps\app_reg.rsc" -"!:\private\10003a3f\import\apps\appname\app_reg.rsc" "C:\Symbian\9.2\S60_3rd_FP1_2\Epoc32\release\winscw\udeb\z\resource\apps\app.mif" -"!:\resource\apps\appname\app.mif"Are there some error?
Thanks
Silvia
Forum posts: 2009
Should be:
(remove appname from target path)
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 158
Yes, Now sis install, thanks

But my app not start...is possible becose at startup I load mbm? I not change loading of mbm for 3rd, Now I work on this
Thanks
Silvia
Forum posts: 158
When Installation of sis finish not appear message "installation complete", and application icon appear on menu of phone, but it have a strange icon and if I push on it, application don't do nothing, what is the problem?
Thanks
Silvia
Forum posts: 463
Maybe it has something to do with registration file. Do you have one written?
Forum posts: 158
hem...what is it?
How found it?
You tell of this?
#include "app.hrh" #include <appinfo.rh> #include <app.rsg> UID2 KUidAppRegistrationResourceFile UID3 _UID3 RESOURCE APP_REGISTRATION_INFO { app_file="app"; localisable_resource_file = "\\resource\\apps\\app"; localisable_resource_id = R_LOCALISABLE_APP_INFO; embeddability=KAppNotEmbeddable; newfile=KAppDoesNotSupportNewFile; }Forum posts: 463
Yes I meant the same. Like suggested in your other post, the next check could be the UIDs
Forum posts: 158
Ok, now message "installetion complete" appear, but icon is strange (I insert .mif
) and application don't start, It do nothing 
Many many thanks
Silvia
Forum posts: 158
Hi,
I generate uid code in symbiansigned;
I copy/paste this in my application, in particular:
app.mmp (UID and SECUREID), app.pkg and app.h, but application not open, i don't undestand why
Forum posts: 463
Am not sure, but a suggestion is you havent mentioned changing it in the registration file. So maybe that you could check too
Forum posts: 158
Yes, of couse, I modify also this