Zitat: |
08.03.2006 00:30:20 MediaPlayer: WMPLAYER
---------------------------------------------------------------------------- 08.03.2006 00:30:20 Version: 1.6.0 Beta ---------------------------------------------------------------------------- 08.03.2006 00:30:20 Trial. Expires: 06.04.2006 ---------------------------------------------------------------------------- 08.03.2006 00:30:21 Keymap "Sample Key-Map for SE T610 simulating a mobile phone like keypad" loaded, 25 mappings found. ---------------------------------------------------------------------------- 08.03.2006 00:30:21 SMS templates loaded, 5 templates found. ---------------------------------------------------------------------------- 08.03.2006 00:30:21 Opening COM3 ---------------------------------------------------------------------------- 08.03.2006 00:30:22 >ATZ ---------------------------------------------------------------------------- 08.03.2006 00:30:37 **** TIMEOUT **** ---------------------------------------------------------------------------- 08.03.2006 00:30:37 >ATE0 ---------------------------------------------------------------------------- 08.03.2006 00:30:52 **** TIMEOUT **** ---------------------------------------------------------------------------- 08.03.2006 00:31:02 Overall startup time: 00:00:43.0468750 ---------------------------------------------------------------------------- |
Zitat: |
<?xml version="1.0" encoding="utf-8"?> <PhoneControl> <!--===== Section which defines the primary settings for Communication, Design and Languange =====--> <Profiles> <Profile id="Main" startup="True"> <UseCommConfig>Symbian OS</UseCommConfig> <UseDesign>Designs\PhoneCtl.Modern.xml</UseDesign> <UseLanguage>Deutsch</UseLanguage> <UseKeyMap id="1" locked="False">KeyMaps\Keypad.KeyMap.xml</UseKeyMap> </Profile> </Profiles> <!-- ===== Section containing the main settings =====--> <MainWindow> <Window>0,0,800,600</Window> <WindowToSwitchTo /> <SpeechEnabled>True</SpeechEnabled> <StartupSound>Sounds\startup.wav</StartupSound> <LogEnabled>True</LogEnabled> <SendLogEnabled>True</SendLogEnabled> <MediaPlayer host="127.0.0.1" port="7500">WMPlayer</MediaPlayer> <MuteAnalogMic>True</MuteAnalogMic> <MainVolumeOnCall restoreVolume="True">20</MainVolumeOnCall> <StartupMode>Normal</StartupMode> <UseOSK executable="osk.exe">True</UseOSK> <AutoHideTimeout>0</AutoHideTimeout> <BuildAbsolutePath>True</BuildAbsolutePath> <Ringtone /> <SMStone>Sounds\SMS.wav</SMStone> <DisconnectSound>Sounds\disconnected.wav</DisconnectSound> <ReconnectSound>Sounds\reconnected.wav</ReconnectSound> <UseTaskbar>False</UseTaskbar> <CheckPhoneTimeout>20</CheckPhoneTimeout> <PopupOnHide opacity="80" backColor="Black">True</PopupOnHide> <AllowTransparency>False</AllowTransparency> <Tooltip position="0,0" size="0,30" opacity="80" backColor="Goldenrod" textColor="White" selectColor="Royalblue">True</Tooltip> <ExitIfInitFails>True</ExitIfInitFails> </MainWindow> <!-- ===== Section containing the remote settings =====--> <RemoteControl> <Mode>Server</Mode> <IPPort>17015</IPPort> </RemoteControl> ... ... <Communication id="Siemens"> <Port /> <Setting>19200,N,8,1</Setting> <AdditionalInit>+CLIP=1;+CRC=1</AdditionalInit> <UseReset>False</UseReset> <Vendor>Nokia_spec</Vendor> <PhoneBookLocation timeout="60">SM</PhoneBookLocation> <UseCharset>GSM</UseCharset> <UseCNMI mode="1,1">True</UseCNMI> <AdditionalInit>+CLIP=1;+CRC=1</AdditionalInit> </Communication> <Communication id="Siemens x55, x60, x65"> <Port /> <Setting>38400,N,8,1</Setting> <Vendor>Siemens_Spec</Vendor> <PhoneBookLocation id="1" timeout="90" name="Tel" static="True" startup="True" shortcut="True" PBRead="^SDBR">SM</PhoneBookLocation> <PhoneBookLocation id="2" timeout="90" name="SIM" static="True" shortcut="True">SM</PhoneBookLocation> <PhoneBookLocation id="3" timeout="30" name="Received" static="False" shortcut="True" sorted="False" showDate="True">RC</PhoneBookLocation> <PhoneBookLocation id="4" timeout="30" name="Dialed" static="False" shortcut="True" sorted="False" showDate="True">LD</PhoneBookLocation> <PhoneBookLocation id="5" timeout="30" name="Missed" static="False" shortcut="True" sorted="False" showDate="True">MC</PhoneBookLocation> <UseCharset>GSM</UseCharset> <UseCPAS>True</UseCPAS> <UseCLIP>True</UseCLIP> <UseCNMI mode="1,1">True</UseCNMI> <UseReset>False</UseReset> <UseCBC>True</UseCBC> <UseCLCC>True</UseCLCC> <UseCRC>True</UseCRC> <AdditionalInit>+CLIP=1;+CRC=1</AdditionalInit> <Keys> <Key id="Key_0">0</Key> <Key id="Key_1">1</Key> <Key id="Key_2">2</Key> <Key id="Key_3">3</Key> <Key id="Key_4">4</Key> <Key id="Key_5">5</Key> <Key id="Key_6">6</Key> <Key id="Key_7">7</Key> <Key id="Key_8">8</Key> <Key id="Key_9">9</Key> <Key id="Key_Star">*</Key> <Key id="Key_Hash">#</Key> <Key id="Key_VolUp">+</Key> <Key id="Key_VolDown">-</Key> <Key id="Key_Left"><</Key> <Key id="Key_Up">^</Key> <Key id="Key_Right">></Key> <Key id="Key_Down">V</Key> </Keys> </Communication> |