Hello OVi –Team,
we have problems that all our Thawte signed Nokia S40 java game builds fail QA cause of the error message "Application is not from a trusted supplier. Continue anyway?"even we use the same signing procedure as for the S60 builds which passed the OVI QA succesfully…
for signing our Nokia OVI builds we use a simple jarsign.bat
set JAVA_BIN=C:\jdk1.6.0_16\bin
set WTK_BIN=C:\WTK2.5.2_01\bin
set ALIASNAME=efx2009
set PASSWORD=efxrocks2009
set KEYSTORE=C:\WTK2.5.2_01\j2mewtk_template\appdb\efx2009thawte
set JAD_FILE=fpt_nok_6131_efigs_1_0_8.jad
set JAR_FILE=fpt_nok_6131_efigs_1_0_8.jar
set PATH=%PATH%;%JAVA_BIN%
set JAD_TOOL=%WTK_BIN%\jadtool.jar
jarsigner.exe -keystore %KEYSTORE% -storepass %PASSWORD% %JAR_FILE% %ALIASNAME%
java -jar %JAD_TOOL% -addcert -keystore %KEYSTORE% -alias %ALIASNAME% -storepass %PASSWORD% -
inputjad %JAD_FILE% -outputjad %JAD_FILE%
java -jar %JAD_TOOL% -addjarsig -alias %ALIASNAME% -jarfile %JAR_FILE% -keystore %KEYSTORE% -
storepass %PASSWORD% -keypass %PASSWORD% -inputjad %JAD_FILE% -outputjad %JAD_FILE%
Do you have any hints that help us to find out why this signing procedure works for S60 devices but not for S40 devices? Or do you know about any common problems with Thawte signed S40 java builds which could help us?
Regards
Torsten

even we use the same signing procedure as for the S60 builds which passed the OVI QA succesfully… 



