ok. thanks.
I'm not using Vista but XP. no problem for the moment.
I have succeeded in installing most of the tools : I have made a helloworld application and the bluetooth sample run on the phone.
however, I have not search a lot yet, but the installation on the E71 says that there is a signature problem, even if installing the .sisx or a selfs.sis (for bluetooth sample) application with a self made certificate. I must configure the phone parameter to install all and not only signed application for it to work. is there something special to do in the make process ?
here is the make result :
Code:
***Invoking makesis.exe ....
C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\makesis.exe C:\Symbian\9.2\S60_3rd_FP1\epoc32\build\CarbideProjects\Helloworld\group\_resolvedHelloworld_S60_3_X_v_1_0_0.pkg C:\CarbideProjects\Helloworld\sis\Helloworld_S60_3_X_v_1_0_0.sis
Processing C:\Symbian\9.2\S60_3rd_FP1\epoc32\build\CarbideProjects\Helloworld\group\_resolvedHelloworld_S60_3_X_v_1_0_0.pkg...
Created C:\CarbideProjects\Helloworld\sis\Helloworld_S60_3_X_v_1_0_0.sis
...No key/cert defined. Generating dummy key/cert for self-signing (key-gen.key/cert-gen.cer)...
No passphrase defined. Using: "DefaultPassword"
***Invoking makekeys....
C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\makekeys.exe -cert -password DefaultPassword -len 2048 -dname "CN=JoeBloggs OR=Acme" key-gen.key cert-gen.cer
Using existing private key key-gen.key
Created certificate cert-gen.cer
***Invoking signsis.exe....
C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\signsis.exe -s C:\CarbideProjects\Helloworld\sis\Helloworld_S60_3_X_v_1_0_0.sis C:\CarbideProjects\Helloworld\sis\Helloworld_S60_3_X_v_1_0_0.sisx C:\Symbian\9.2\S60_3rd_FP1\epoc32\build\CarbideProjects\Helloworld\group\cert-gen.cer C:\Symbian\9.2\S60_3rd_FP1\epoc32\build\CarbideProjects\Helloworld\group\key-gen.key DefaultPassword
***SIS Creation Complete
But I have not read all the documentation.... and maybe the answer is in the forum but I didn't found anything yet.
Jean-Luc