Yes I am using a developer certificate do sign the application but I have been using it since a long time without any issues. This untrusted supplier is shown on E6-00.
Anyways here is my pkg file:
Code:
; Installation file for VoIPTest application
;
; This is an auto-generated PKG file by Carbide.
; This file uses variables specific to Carbide builds that will not work
; on command-line builds. If you want to use this generated PKG file from the
; command-line tools you will need to modify the variables with the appropriate
; values: $(EPOCROOT), $(PLATFORM), $(TARGET)
;
;Language - standard language definitions
&EN
; standard SIS file header
#{"VoIPTest"},(0xef3a3b7b),1,0,0
;Localised Vendor name
%{"Vendor-EN"}
;Unique Vendor name
:"Vendor"
;3rd FP1
[0x102032BE], 0, 0, 0, {"Series60ProductID"}
;3rd FP2
[0x102752AE], 0, 0, 0, {"Series60ProductID"}
;5th edition
[0x1028315F], 0, 0, 0, {"Series60ProductID"}
;symbian anna
[0x20022E6D], 0, 0, 0, {"Series60ProductID"}
;Files to install
;You should change the source paths to match that of your environment
;<source> <destination>
"$(EPOCROOT)epoc32\release\$(PLATFORM)\$(TARGET)\VoIPTest_0xef3a3b7b.exe" -"!:\sys\bin\VoIPTest_0xef3a3b7b.exe"
"$(EPOCROOT)epoc32\data\z\resource\apps\voiptest_0xef3a3b7b.rsc" -"!:\resource\apps\VoIPTest_0xef3a3b7b.rsc"
"$(EPOCROOT)epoc32\data\z\private\10003a3f\apps\voiptest_0xef3a3b7b_reg.rsc" -"!:\private\10003a3f\import\apps\VoIPTest_0xef3a3b7b_reg.rsc"
"$(EPOCROOT)epoc32\data\z\resource\apps\voiptest_0xef3a3b7b.mif" -"!:\resource\apps\VoIPTest_0xef3a3b7b.mif"
"..\help\voiptest_0xef3a3b7b.hlp" -"!:\resource\help\VoIPTest_0xef3a3b7b.hlp"
"$(EPOCROOT)\Epoc32\data\z\resource\apps\VoIPTest.mbm" -"!:\resource\apps\VoIPTest.mbm"
; For all other S60 edition feature packs, upgrade or install the VoIP support files
IF EXISTS("z:\system\install\series60v5.0.sis")
@"VoIPAudioSrvc_v2.04.0.sis", (0x10207B9E)
ELSEIF EXISTS("z:\system\install\Series60v3.2.sis")
@"VoIPAudioSrvc_v2.04.0.sis", (0x10207B9E)
ELSEIF EXISTS("z:\system\install\Series60v3.1.sis")
@"VoIPAudioSrvc_v2.04.0.sis", (0x10207B9E)
ENDIF
; Add any installation notes if applicable
;"VoIPTest.txt" -"!:\private\efc3b7d0\VoIPTest.txt"
;required for application to be covered by backup/restore facility
"..\sis\backup_registration.xml" -"!:\private\efc3b7d0\backup_registration.xml"
But i did not change anything in here. It was working fine.