author | ivan.fildichev@opencode.com |
Thu, 18 Nov 2010 15:42:16 +0200 | |
branch | opencode |
changeset 88 | 5e27cc612ac7 |
parent 24 | 6638e7f4bd8f |
permissions | -rw-r--r-- |
24 | 1 |
Instructions for installing config files for sim tsy: |
2 |
||
3 |
-1- |
|
4 |
||
5 |
Place config.txt and TelephonyISVAppConfig.cfg into epoc32\winscw\c\ directory of phone |
|
6 |
||
7 |
From the command prompt go to the your source root directory |
|
8 |
||
9 |
Change directory to epoc32/release/winscw/udeb |
|
10 |
||
11 |
run this command |
|
12 |
||
13 |
#>ced c:\TelephonyISVAppConfig.cfg |
|
14 |
||
15 |
check the generated ced.log file to be sure the config file has been read successfully |
|
16 |
||
17 |
-2- |
|
18 |
||
19 |
I suggest putting this line in \\epoc32\data\epoc.ini |
|
20 |
||
21 |
startupmode 1 |
|
22 |
||
23 |
As the applications use a purely console based interface. |
|
24 |
||
25 |
||
26 |
-- you have now successfully configured the simtsy to run the applications-- |
|
27 |
||
0
3553901f7fa8
Revision: 201005
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
28 |
Now import the mmp file of the application you'd like to run, build and run the project. |