equal
deleted
inserted
replaced
|
1 Overview |
|
2 ======== |
|
3 This directory contains the test root certificates bound to Manufacturer, Operator |
|
4 and Trusted Third Party domains and a keystore for signing a MIDlet suite so that |
|
5 it will be bound to one of these domains as needed. |
|
6 |
|
7 The following scripts can be used to sign a given MIDlet suite: |
|
8 - signMidlet_Manufacturer.cmd is a script to be used for signing a suite to manufacturer domain |
|
9 - signMidlet_Operator.cmd is a script to be used for signing a suite to operator domain |
|
10 - signMidlet_Trusted_Third_Party.cmd is a script to be used for signing a suite to identified third party domain |
|
11 |
|
12 These scripts need to be modified according to your installation - namely the locations |
|
13 of the Wireless Toolkit and JDK need to be fixed. Additionally, all of these scripts need |
|
14 to be ran from the drive which corresponds to the used S60 environment. |
|
15 See the detailed notes below. |
|
16 |
|
17 Examples |
|
18 ======== |
|
19 signMidlet_Manufacturer.cmd test.jad test.jar |
|
20 signMidlet_operator.cmd test.jad test.jar |
|
21 signMidlet_Trusted_Third_Party.cmd test.jad test.jar |
|
22 |
|
23 Details |
|
24 ======= |
|
25 Running of the scripts requires the following: |
|
26 - Wireless Toolkit and Java Developer Kit have been installed to your machine |
|
27 - The script's JDK variable has to be configured so that it points to the installation directory of the Java Developer Kit environment (e.g. C:\j2sdk1.4.2_09\) |
|
28 - The script's WTK variable has to be configured so that it points to the installation directory of the Wireless Toolkit environment (e.g. C:\WTK23\) |
|
29 |
|
30 Further requirements for the MIDlet suite (no way specific to this particular use case but nevertheless could cause easily failures in the wanted behaviour): |
|
31 - The JAD file MUST contain the proper size of the JAR file |
|
32 - Installation MUST be started from JAD (the signing information is in JAD, not in JAR) |