telephonyutils/etel3rdpartyapi/ExampleApps/configs/ReadMe.txt
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     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 
       
    28 Now import the mmp file of the application you'd like to run, build and run the project.