themeinstaller/source/ReadMe.txt
branchRCL_3
changeset 17 fe49e33862e2
parent 16 b685c59de105
child 18 04b7640f6fb5
equal deleted inserted replaced
16:b685c59de105 17:fe49e33862e2
     1 /*
       
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 * Read me for ThemeInstaller Tool                                  
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 Product description:
       
    22 ====================
       
    23 ThemeInstaller Tool (XML2ODT) converts the theme files into a binary form and installs these binary
       
    24 files into folders defined in the property file. By default these folders 
       
    25 are the folders from where emulator/hardware loads the theme.
       
    26 
       
    27 Main features:
       
    28 ==============
       
    29 - Single theme install
       
    30 - Multiple themes install
       
    31 - Localization support
       
    32 
       
    33 System requirements:
       
    34 ====================
       
    35 
       
    36 Minimum:
       
    37 - Microsoft Windows XP Professional, Service Pack 2, Service Pack 3, or 
       
    38   Microsoft Windows XP Home Edition, Service Pack 2, or any edition of
       
    39   Microsoft Windows Vista.
       
    40 - 512 MB of RAM.
       
    41 - 430 MB of free disk space.
       
    42 - 1.5-GHz processor.
       
    43 - Display supporting 16-bit colour at 1,280 x 1,024-pixel resolution.
       
    44 
       
    45 Recommended:
       
    46 - Microsoft Windows XP Professional, Service Pack 2, Service Pack 3, or 
       
    47   Microsoft Windows XP Home Edition, Service Pack 2, or any edition of
       
    48   Microsoft Windows Vista.
       
    49 - 1 GB of RAM.
       
    50 - 430 MB of free disk space.
       
    51 - 2.8-GHz processor.
       
    52 - Display supporting 24-bit colour at 1,280 x 1,024-pixel resolution.
       
    53 - Sound card.
       
    54 
       
    55 
       
    56 How to Run Themeinstaller:
       
    57 ====================================
       
    58 - There must not be spaces in the directory names of the path where ThemeInstaller 
       
    59 is placed.
       
    60 - If you are using the version that has JRE bundled, use 
       
    61 ./jre1.5.0_12/jre-1_5_0_12-windows-i586-p.exe to install runtime environment.
       
    62 - After having JRE installed, edit the ThemeInstaller.bat file using a text editor
       
    63 and set the variable of JRE_BIN_DIR to point to the directory where the java executable
       
    64 is located at. E.g. before editing the line would look like: 
       
    65 set JRE_BIN_DIR=".\jre1.5.0_12\bin" 
       
    66 - After editing the same line could look like (depending on where the JRE has been 
       
    67 installed): set JRE_BIN_DIR="C:\Program files\Java\jre1.5.0_12\bin"