Hi,
I have an app which uses some capabilities and therefore needs to be
signed before it can run on the P990 I have.
I have no ACS cert, and have therefore a cert that only fits on one
IMEI/phone.
How do I sign the SIS?? I feel like a fool, I have spent many hours
reading about all this but I can not figure it out how its done...
please help
/Jens
Ps.
Must UID3 be in the protected range? (I have tried both)
Ps2.
My dev cert looks like this
Exp date 31.07 2006
IMEIs for the certificate
00460101-853842-2
Capabilities for the certificate
LocalServices
Location
NetworkServices
PowerMgmt
ProtServ
ReadUserData
SurroundingsDD
SwEvent
UserEnvironment
WriteUserData
Jens Kufver wrote:
> Hi,
>
> I have an app which uses some capabilities and therefore needs to be
> signed before it can run on the P990 I have.
>
> I have no ACS cert, and have therefore a cert that only fits on one
> IMEI/phone.
>
> How do I sign the SIS?? I feel like a fool, I have spent many hours
> reading about all this but I can not figure it out how its done...
>
> please help
>
> /Jens
>
> Ps.
> Must UID3 be in the protected range? (I have tried both)
>
> Ps2.
> My dev cert looks like this
>
> Exp date 31.07 2006
>
> IMEIs for the certificate
> 00460101-853842-2
>
>
> Capabilities for the certificate
> LocalServices
> Location
> NetworkServices
> PowerMgmt
> ProtServ
> ReadUserData
> SurroundingsDD
> SwEvent
> UserEnvironment
> WriteUserData
Once you have built your sis use signsis.exe to sign the sis with your
dev cert. In the cmd prompt type signsis ? to get the various options.
BTW, I don't think you can have some of these capabilities in a dev cert
without an acs id.
AMK
Thank you very much for responding so quickly
I get an error when using signsis:
signsis -s MyApp_gcce.SIS MyApp_gcce_sgn.SIS p990jk.cer JensKufver.key
my_passphrase
results in:
Could not verify signature with known algorithm, exiting.
verification failure, invalid signature.
Any ideas?
Thanks
BTW. The DevCertRequest tool suggested all the capabilities when I
marked "no ACS PubID".
Jens Kufver wrote:
> Any ideas?
>
> Thanks
Never mind. I managed to screw up my keys. The key I submitted was not
the correct one (only the filename was, content is changed).
/Jens