Forum:	Software allgemein
Téma:	Fernsteuerung des PCs. Bin am Verzweifeln!!!!!!!
--------------------------------------------------------

NumberOne:
Ich hab ein Siemens S55
Hab gerade versucht laut dieser Anleitung http://zoran-horvat.de/private/CarPC/default.htm die PhoneCtl.Config.xml Datei anzupassen. Nachdem ich &lt;keys&gt; reingenommen hab, kommt immer folgende Fehlermeldung: "PhoneCtl.Config.xml not found". 
Was mache ich jetzt falsch???
hier ist meine PhoneCtl.Config.xml :
Code:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;PhoneControl&gt;
&nbsp; &lt;!--===== Section which defines the primary settings for Communication, Design and Languange =====--&gt;
&nbsp; &lt;UseCommConfig&gt;Siemens&lt;/UseCommConfig&gt;
&nbsp; &lt;UseDesign&gt;Designs\PhoneCtl.Design1.xml&lt;/UseDesign&gt;
&nbsp; &lt;UseLanguage&gt;Deutsch&lt;/UseLanguage&gt;
&nbsp; &lt;!--===== Section containing the communication settings for different devices =====--&gt;
&nbsp; &lt;Communication id=&quot;SonyEricsson&quot;&gt;
&nbsp; &nbsp; &lt;Port /&gt;
&nbsp; &nbsp; &lt;Setting&gt;38400,N,8,1&lt;/Setting&gt;
&nbsp; &nbsp; &lt;Vendor&gt;Siemens&lt;/Vendor&gt;
&nbsp; &nbsp; &lt;PhoneBookLocation id=&quot;1&quot; timeout=&quot;90&quot; name=&quot;Tel&quot; static=&quot;True&quot; startup=&quot;True&quot; shortcut=&quot;True&quot;&gt;ME&lt;/PhoneBookLocation&gt;
&nbsp; &nbsp; &lt;PhoneBookLocation id=&quot;2&quot; timeout=&quot;90&quot; name=&quot;SIM&quot; static=&quot;True&quot; shortcut=&quot;True&quot;&gt;SM&lt;/PhoneBookLocation&gt;
&nbsp; &nbsp; &lt;PhoneBookLocation id=&quot;3&quot; timeout=&quot;30&quot; name=&quot;RC&quot; static=&quot;False&quot; shortcut=&quot;True&quot; sorted=&quot;False&quot; showDate=&quot;True&quot;&gt;RC&lt;/PhoneBookLocation&gt;
&nbsp; &nbsp; &lt;PhoneBookLocation id=&quot;4&quot; timeout=&quot;30&quot; name=&quot;MC&quot; static=&quot;False&quot; shortcut=&quot;True&quot; sorted=&quot;False&quot; showDate=&quot;True&quot;&gt;MC&lt;/PhoneBookLocation&gt;
&nbsp; &nbsp; &lt;PhoneBookLocation id=&quot;5&quot; timeout=&quot;30&quot; name=&quot;DC&quot; static=&quot;False&quot; shortcut=&quot;True&quot; sorted=&quot;False&quot; showDate=&quot;True&quot;&gt;DC&lt;/PhoneBookLocation&gt;
&nbsp; &nbsp; &lt;UseCharset&gt;8859-1&lt;/UseCharset&gt;
&nbsp; &nbsp; &lt;UseClip&gt;True&lt;/UseClip&gt;
&nbsp; &nbsp; &lt;UseCPAS&gt;True&lt;/UseCPAS&gt;
&nbsp; &nbsp; &lt;UseCLCC&gt;False&lt;/UseCLCC&gt;
&nbsp; &nbsp; &lt;UseCNMI mode=&quot;2,1&quot;&gt;True&lt;/UseCNMI&gt;
&nbsp; &nbsp; &lt;AdditionalInit&gt;*EAPM=3&lt;/AdditionalInit&gt;
&nbsp; &nbsp; &lt;AdditionalDeinit&gt;*EAPM=0;&lt;/AdditionalDeinit&gt;
&nbsp; &lt;/Communication&gt;
&nbsp; &lt;UseKeyMap locked=&quot;False&quot;&gt;...&lt;/UseKeyMap&gt;
&nbsp; &lt;Communication id=&quot;Siemens&quot;&gt;
&nbsp; &nbsp; &lt;Port&gt;5&lt;/Port&gt;
&nbsp; &nbsp; &lt;Setting&gt;19200,N,8,1&lt;/Setting&gt;
&nbsp; &nbsp; &lt;Vendor&gt;Siemens&lt;/Vendor&gt;
&nbsp; &nbsp; &lt;PhoneBookLocation timeout=&quot;60&quot;&gt;SM&lt;/PhoneBookLocation&gt;
&nbsp; &nbsp; &lt;UseCharset&gt;GSM&lt;/UseCharset&gt;
&nbsp; &nbsp; &lt;UseCNMI mode=&quot;1,1&quot;&gt;True&lt;/UseCNMI&gt;
&nbsp; &nbsp; &lt;AdditionalInit&gt;+CMER=3,2&lt;/AdditionalInit&gt;
&lt;Keys&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_0&quot;&gt;0&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_1&quot;&gt;1&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_2&quot;&gt;2&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_3&quot;&gt;3&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_4&quot;&gt;4&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_5&quot;&gt;5&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_6&quot;&gt;6&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_7&quot;&gt;7&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_8&quot;&gt;8&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_9&quot;&gt;9&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_Star&quot;&gt;*&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_Hash&quot;&gt;#&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_VolUp&quot;&gt;+&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_VolDown&quot;&gt;-&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_Up&quot;&gt;^&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_Down&quot;&gt;&#58;V&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_Left&quot;&gt;&amp;lt&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_Right&quot;&gt;&amp;gt&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_Enter&quot;&gt;&#93;&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_Back&quot;&gt;&#91;&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_Clear&quot;&gt;S&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_FK1&quot;&gt;&#91;&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_FK2&quot;&gt;M&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_FK3&quot;&gt;&#93;&lt;/Key&gt;
&nbsp; &nbsp;&lt;Key id=&quot;Key_FK4&quot;&gt;&#58;T&lt;/Key&gt;
&lt;/Keys&gt;
&nbsp; &lt;/Communication&gt;
&nbsp; &lt;Communication id=&quot;Nokia&quot;&gt;
&nbsp; &nbsp; &lt;Port /&gt;
&nbsp; &nbsp; &lt;Setting&gt;38400,N,8,1&lt;/Setting&gt;
&nbsp; &nbsp; &lt;Vendor&gt;Nokia&lt;/Vendor&gt;
&nbsp; &nbsp; &lt;PhoneBookLocation timeout=&quot;60&quot;&gt;ME&lt;/PhoneBookLocation&gt;
&nbsp; &nbsp; &lt;UseCharset&gt;8859-1&lt;/UseCharset&gt;
&nbsp; &nbsp; &lt;UseClip mode=&quot;1&quot;&gt;True&lt;/UseClip&gt;
&nbsp; &nbsp; &lt;UseCRC mode=&quot;1&quot;&gt;True&lt;/UseCRC&gt;
&nbsp; &nbsp; &lt;UseCLCC&gt;False&lt;/UseCLCC&gt;
&nbsp; &nbsp; &lt;UseCNMI mode=&quot;2,1&quot;&gt;True&lt;/UseCNMI&gt;
&nbsp; &nbsp; &lt;Keypad quote=&quot;True&quot; terminate=&quot;False&quot;&gt;+VTS&lt;/Keypad&gt;
&nbsp; &lt;/Communication&gt;
&nbsp; &lt;Communication id=&quot;Motorola&quot;&gt;
&nbsp; &nbsp; &lt;Port /&gt;
&nbsp; &nbsp; &lt;Setting&gt;38400,N,8,1&lt;/Setting&gt;
&nbsp; &nbsp; &lt;Vendor&gt;Motorola&lt;/Vendor&gt;
&nbsp; &nbsp; &lt;PhoneBookLocation timeout=&quot;60&quot;&gt;ME&lt;/PhoneBookLocation&gt;
&nbsp; &nbsp; &lt;UseCharset&gt;8859-1&lt;/UseCharset&gt;
&nbsp; &nbsp; &lt;UseClip&gt;True&lt;/UseClip&gt;
&nbsp; &nbsp; &lt;UseCLCC&gt;True&lt;/UseCLCC&gt;
&nbsp; &nbsp; &lt;UseCNMI mode=&quot;3,1&quot;&gt;True&lt;/UseCNMI&gt;
&nbsp; &nbsp; &lt;Keypad quote=&quot;True&quot; terminate=&quot;False&quot;&gt;-MVTS&lt;/Keypad&gt;
&nbsp; &lt;/Communication&gt;
&nbsp; &lt;Communication id=&quot;LG &#40;CDMA&#41;&quot;&gt;
&nbsp; &nbsp; &lt;Port /&gt;
&nbsp; &nbsp; &lt;Setting&gt;19200,N,8,1&lt;/Setting&gt;
&nbsp; &nbsp; &lt;Vendor&gt;LG&lt;/Vendor&gt;
&nbsp; &nbsp; &lt;PhoneBookLocation timeout=&quot;60&quot;&gt;SM&lt;/PhoneBookLocation&gt;
&nbsp; &nbsp; &lt;UseCharset&gt;GSM&lt;/UseCharset&gt;
&nbsp; &nbsp; &lt;UseCNMI mode=&quot;1,1&quot;&gt;True&lt;/UseCNMI&gt;
&nbsp; &nbsp; &lt;Dial quote=&quot;True&quot; terminate=&quot;True&quot;&gt;+CDV&lt;/Dial&gt;
&nbsp; &nbsp; &lt;Hangup&gt;+CHV&lt;/Hangup&gt;
&nbsp; &nbsp; &lt;UseCLCC&gt;False&lt;/UseCLCC&gt;
&nbsp; &lt;/Communication&gt;
&nbsp; &lt;Communication id=&quot;Falcom A1&quot;&gt;
&nbsp; &nbsp; &lt;Port /&gt;
&nbsp; &nbsp; &lt;Setting&gt;9600,N,8,1&lt;/Setting&gt;
&nbsp; &nbsp; &lt;Vendor&gt;Falcom&lt;/Vendor&gt;
&nbsp; &nbsp; &lt;PhoneBookLocation timeout=&quot;60&quot;&gt;SM&lt;/PhoneBookLocation&gt;
&nbsp; &nbsp; &lt;UseCharset&gt;GSM&lt;/UseCharset&gt;
&nbsp; &nbsp; &lt;UseCNMI mode=&quot;3,1&quot;&gt;True&lt;/UseCNMI&gt;
&nbsp; &nbsp; &lt;UseCLCC&gt;False&lt;/UseCLCC&gt;
&nbsp; &nbsp; &lt;UseClip&gt;False&lt;/UseClip&gt;
&nbsp; &nbsp; &lt;UsePIN pin=&quot;&quot;&gt;True&lt;/UsePIN&gt;
&nbsp; &lt;/Communication&gt;
&nbsp; &lt;!-- ===== Section containing the with main settings =====--&gt;
&nbsp; &lt;MainWindow&gt;
&nbsp; &nbsp; &lt;Window&gt;0,0,800,600&lt;/Window&gt;
&nbsp; &nbsp; &lt;WindowToSwitchTo /&gt;
&nbsp; &nbsp; &lt;SpeechEnabled&gt;True&lt;/SpeechEnabled&gt;
&nbsp; &nbsp; &lt;LogEnabled&gt;True&lt;/LogEnabled&gt;
&nbsp; &nbsp; &lt;MediaPlayer&gt;WMPlayer&lt;/MediaPlayer&gt;
&nbsp; &nbsp; &lt;MuteAnalogMic&gt;True&lt;/MuteAnalogMic&gt;
&nbsp; &nbsp; &lt;MainVolumeOnCall restoreVolume=&quot;True&quot;&gt;20%&lt;/MainVolumeOnCall&gt;
&nbsp; &nbsp; &lt;StartupMode&gt;Normal&lt;/StartupMode&gt;
&nbsp; &nbsp; &lt;UseOSK executable=&quot;osk.exe&quot;&gt;True&lt;/UseOSK&gt;
&nbsp; &nbsp; &lt;AutoHideTimeout&gt;0&lt;/AutoHideTimeout&gt;
&nbsp; &nbsp; &lt;BuildAbsolutePath&gt;True&lt;/BuildAbsolutePath&gt;
&nbsp; &nbsp; &lt;Standalone&gt;False&lt;/Standalone&gt;
&nbsp; &nbsp; &lt;Ringtone /&gt;
&nbsp; &nbsp; &lt;SMStone /&gt;
&nbsp; &nbsp; &lt;UseTaskbar&gt;False&lt;/UseTaskbar&gt;
&nbsp; &lt;/MainWindow&gt;
&nbsp; &lt;!--===== Section with text used within the application =====--&gt;
&nbsp; &lt;Texts id=&quot;Deutsch&quot;&gt;
&nbsp; &nbsp; &lt;Text id=&quot;LoadingMsg&quot;&gt;Das Telefonbuch des Mobiltelefons wird gelesen...&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CallFrom&quot;&gt;Anruf von&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendOK&quot;&gt;SMS wurde versendet!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendError&quot;&gt;Fehler bei SMS versand!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSFrom&quot;&gt;SMS von&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMS&quot;&gt;SMS&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;OKText&quot;&gt;Ok&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CancelText&quot;&gt;Abbrechen&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;DialManual&quot;&gt;Manuelle Wahl&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Dialing&quot;&gt;Wähle Nummer&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionMobile&quot;&gt;Mobil&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionWork&quot;&gt;Firma&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionHome&quot;&gt;Privat&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionFax&quot;&gt;Fax&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionOther&quot;&gt;Weitere&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Unknown&quot;&gt;Unbekannt&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Vendor&quot;&gt;Hersteller&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;PortNo&quot;&gt;Ser. Port&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Config&quot;&gt;Einstellungen&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Language&quot;&gt;Sprache&#58;&lt;/Text&gt;
&nbsp; &lt;/Texts&gt;
&nbsp; &lt;Texts id=&quot;English&quot;&gt;
&nbsp; &nbsp; &lt;Text id=&quot;LoadingMsg&quot;&gt;Reading your mobile phonebook&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CallFrom&quot;&gt;Call from&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendOK&quot;&gt;SMS has been sent!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendError&quot;&gt;Error occured during SMS sending!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSFrom&quot;&gt;SMS from&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMS&quot;&gt;SMS&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;OKText&quot;&gt;OK&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CancelText&quot;&gt;Cancel&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;DialManual&quot;&gt;Dial manually&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Dialing&quot;&gt;Dialing number&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionMobile&quot;&gt;Mobile&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionWork&quot;&gt;Work&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionHome&quot;&gt;Home&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionFax&quot;&gt;Fax&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionOther&quot;&gt;Other&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Unknown&quot;&gt;Unknown&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Config&quot;&gt;Settings&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Vendor&quot;&gt;Vendor&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;PortNo&quot;&gt;Ser. port&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Language&quot;&gt;Language&#58;&lt;/Text&gt;
&nbsp; &lt;/Texts&gt;
&nbsp; &lt;Texts id=&quot;Português&quot;&gt;
&nbsp; &nbsp; &lt;Text id=&quot;LoadingMsg&quot;&gt;A Carregar Mensagens...&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CallFrom&quot;&gt;Chamada de &lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendOK&quot;&gt;Mensagem enviada!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendError&quot;&gt;Envio Mensagem falhou!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSFrom&quot;&gt;Mensagem de &lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMS&quot;&gt;Mensagem&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;OKText&quot;&gt;Ok&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CancelText&quot;&gt;Cancelar&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;DialManual&quot;&gt;Marcar&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Dialing&quot;&gt;A marcar &lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionMobile&quot;&gt;Telemovel&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionWork&quot;&gt;Empresa&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionHome&quot;&gt;Casa&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionFax&quot;&gt;Fax&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionOther&quot;&gt;Outro&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Unknown&quot;&gt;Desconhecido&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Vendor&quot;&gt;Fabricante&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;PortNo&quot;&gt;P. Série&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Config&quot;&gt;Configurar&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Language&quot;&gt;Idioma&#58;&lt;/Text&gt;
&nbsp; &lt;/Texts&gt;
&nbsp; &lt;Texts id=&quot;Italiano&quot;&gt;
&nbsp; &nbsp; &lt;Text id=&quot;LoadingMsg&quot;&gt;Rubrica in caricamento..&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CallFrom&quot;&gt;Chiamata da&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendOK&quot;&gt;il tuo SMS è stato inviato!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendError&quot;&gt;Errore durante l'invio SMS!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSFrom&quot;&gt;SMS da&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMS&quot;&gt;SMS&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;OKText&quot;&gt;OK&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CancelText&quot;&gt;Cancella&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;DialManual&quot;&gt;Componi&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Dialing&quot;&gt;chiamata al n&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionMobile&quot;&gt;Cell&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionWork&quot;&gt;Lavoro&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionHome&quot;&gt;Casa&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionFax&quot;&gt;Fax&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionOther&quot;&gt;Altro&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Unknown&quot;&gt;Sconosciuto&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Config&quot;&gt;impostazioni&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Vendor&quot;&gt;Marca&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;PortNo&quot;&gt;porta&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Language&quot;&gt;Lingua&#58;&lt;/Text&gt;
&nbsp; &lt;/Texts&gt;
&nbsp; &lt;Texts id=&quot;Nederlands&quot;&gt;
&nbsp; &nbsp; &lt;Text id=&quot;LoadingMsg&quot;&gt;Telefoonnummers worden ingelezen&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CallFrom&quot;&gt;U wordt gebeld door&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendOK&quot;&gt;SMS is verstuurd!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendError&quot;&gt;Fout bij het versturen van SMS!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSFrom&quot;&gt;SMS van&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMS&quot;&gt;SMS&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;OKText&quot;&gt;OK&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CancelText&quot;&gt;Annuleer&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;DialManual&quot;&gt;Handmatig kiezen&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Dialing&quot;&gt;Belt&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionMobile&quot;&gt;Mobiel&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionWork&quot;&gt;Werk&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionHome&quot;&gt;Thuis&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionFax&quot;&gt;Fax&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionOther&quot;&gt;Anders&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Unknown&quot;&gt;Onbekend&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Config&quot;&gt;Instellingen&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Vendor&quot;&gt;Leverancier&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;PortNo&quot;&gt;Ser. port&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Language&quot;&gt;Taal&#58;&lt;/Text&gt;
&nbsp; &lt;/Texts&gt;
&nbsp; &lt;Texts id=&quot;Français&quot;&gt;
&nbsp; &nbsp; &lt;Text id=&quot;LoadingMsg&quot;&gt;Chargement des messages&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CallFrom&quot;&gt;Appel de &#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendOK&quot;&gt;SMS a été envoyé !&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendError&quot;&gt;L'erreur s'est produite pendant l'envoi de SMS !&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSFrom&quot;&gt;SMS de&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMS&quot;&gt;SMS&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;OKText&quot;&gt;OK&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CancelText&quot;&gt;Annulation&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;DialManual&quot;&gt;Cadran manuel&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Dialing&quot;&gt;Numero de telephone&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionMobile&quot;&gt;Mobile&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionWork&quot;&gt;Travail&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionHome&quot;&gt;À la maison&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionFax&quot;&gt;Fax&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionOther&quot;&gt;Autre&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Unknown&quot;&gt;Inconnu&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Config&quot;&gt;Settings&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Vendor&quot;&gt;Fournisseur&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;PortNo&quot;&gt;Ser. port&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Language&quot;&gt;Langue&#58;&lt;/Text&gt;
&nbsp; &lt;/Texts&gt;
&nbsp; &lt;Texts id=&quot;Dansk&quot;&gt;
&nbsp; &nbsp; &lt;Text id=&quot;LoadingMsg&quot;&gt;Læser din Telefonbog&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CallFrom&quot;&gt;Opkald fra&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendOK&quot;&gt;SMS sendt!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendError&quot;&gt;Fejl ved SMS afsendelse!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSFrom&quot;&gt;SMS fra&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMS&quot;&gt;SMS&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;OKText&quot;&gt;OK&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CancelText&quot;&gt;Annuller&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;DialManual&quot;&gt;Kald op manuelt&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Dialing&quot;&gt;Ringer til&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionMobile&quot;&gt;Mobil&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionWork&quot;&gt;Arbejde&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionHome&quot;&gt;Hjem&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionFax&quot;&gt;Fax&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionOther&quot;&gt;Andet&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Unknown&quot;&gt;Ukendt&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Config&quot;&gt;Indstillinger&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Vendor&quot;&gt;Udbyder&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;PortNo&quot;&gt;Ser. port&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Language&quot;&gt;Sprog&#58;&lt;/Text&gt;
&nbsp; &lt;/Texts&gt;
&nbsp; &lt;Texts id=&quot;Polski&quot;&gt;
&nbsp; &nbsp; &lt;Text id=&quot;LoadingMsg&quot;&gt;Ksiazka telefoniczna telefonu komorkowego jest wczytywana...&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CallFrom&quot;&gt;Telefon od&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendOK&quot;&gt;Wiadomosc SMS zostala wyslana!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendError&quot;&gt;Blad podczas wysylania wiadomosci SMS!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSFrom&quot;&gt;Wiadomosc SMS od&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMS&quot;&gt;Wiadomosc SMS&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;OKText&quot;&gt;Ok&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CancelText&quot;&gt;Cofnij&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;DialManual&quot;&gt;Wybor manualny&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Dialing&quot;&gt;Wybierz numer&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionMobile&quot;&gt;Komorka&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionWork&quot;&gt;Firma&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionHome&quot;&gt;Prywatny&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionFax&quot;&gt;Fax&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionOther&quot;&gt;Inne&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Unknown&quot;&gt;nieznany&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Vendor&quot;&gt;Producent&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;PortNo&quot;&gt;Port szeregowy&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Config&quot;&gt;Ustawienia&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Language&quot;&gt;Jezyk&#58;&lt;/Text&gt;
&nbsp; &lt;/Texts&gt;
&nbsp; &lt;Texts id=&quot;Türkçe&quot;&gt;
&nbsp; &nbsp; &lt;Text id=&quot;LoadingMsg&quot;&gt;Telefon Rehberiniz Okunuyor&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CallFrom&quot;&gt;Arayan&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendOK&quot;&gt;Mesaj gönderildi!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendError&quot;&gt;Mesaj gönderilemedi!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSFrom&quot;&gt;Mesaj gönderen&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMS&quot;&gt;Mesaj&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;OKText&quot;&gt;Tamam&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CancelText&quot;&gt;Iptal&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;DialManual&quot;&gt;Elle Ara&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Dialing&quot;&gt;Araniyor&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionMobile&quot;&gt;Mobil&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionWork&quot;&gt;Is&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionHome&quot;&gt;Ev&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionFax&quot;&gt;Fax&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionOther&quot;&gt;Diger&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Unknown&quot;&gt;Bilinmeyen&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Config&quot;&gt;Ayarlar&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Vendor&quot;&gt;Marka&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;PortNo&quot;&gt;Ser. port&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Language&quot;&gt;Dil&#58;&lt;/Text&gt;
&nbsp; &lt;/Texts&gt;
&nbsp; &lt;Texts id=&quot;Norsk&quot;&gt;
&nbsp; &nbsp; &lt;Text id=&quot;LoadingMsg&quot;&gt;Leser telefonlista di...&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CallFrom&quot;&gt;Samtale fra&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendOK&quot;&gt;SMS er sendt!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendError&quot;&gt;Feil ved SMS sending!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSFrom&quot;&gt;SMS fra&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMS&quot;&gt;SMS&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;OKText&quot;&gt;Ok&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CancelText&quot;&gt;Avbryt&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;DialManual&quot;&gt;Slå nummer&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Dialing&quot;&gt;Ringer nummer&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionMobile&quot;&gt;Mobil&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionWork&quot;&gt;Jobb&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionHome&quot;&gt;Privat&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionFax&quot;&gt;Fax&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionOther&quot;&gt;Annet&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Unknown&quot;&gt;Ukjent&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Vendor&quot;&gt;Merke&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;PortNo&quot;&gt;Ser. Port&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Config&quot;&gt;Instillinger&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Language&quot;&gt;Språk&#58;&lt;/Text&gt;
&nbsp; &lt;/Texts&gt;
&nbsp; &lt;Texts id=&quot;????????&quot;&gt;
&nbsp; &nbsp; &lt;Text id=&quot;LoadingMsg&quot;&gt;??????s? t?? t??. ?ata?????...&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CallFrom&quot;&gt;???s? p???&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendOK&quot;&gt;?? ????µa SMS ??e? pa?ad??e?!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendError&quot;&gt;?a???s??st??e sf??µa ?at? t?? ap?st??? t?? SMS!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSFrom&quot;&gt;????µa SMS p???&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMS&quot;&gt;SMS&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;OKText&quot;&gt;OK&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CancelText&quot;&gt;?????s?&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;DialManual&quot;&gt;???s?&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Dialing&quot;&gt;????µ?? ???s??&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionMobile&quot;&gt;????t?&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionWork&quot;&gt;???as?a&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionHome&quot;&gt;????a&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionFax&quot;&gt;Fax&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionOther&quot;&gt;???p?&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Unknown&quot;&gt;????st?&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Config&quot;&gt;???µ?se??&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Vendor&quot;&gt;???µ??e?t??&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;PortNo&quot;&gt;Se???a?? ???a&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Language&quot;&gt;G??ssa&#58;&lt;/Text&gt;
&nbsp; &lt;/Texts&gt;
&nbsp; &lt;Texts id=&quot;Svenska&quot;&gt;
&nbsp; &nbsp; &lt;Text id=&quot;LoadingMsg&quot;&gt;Läser mobilens adressbok&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CallFrom&quot;&gt;Samtal från&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendOK&quot;&gt;SMS har sänds!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendError&quot;&gt;Fel inträffade när SMS sändes!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSFrom&quot;&gt;SMS från&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMS&quot;&gt;SMS&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;OKText&quot;&gt;OK&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CancelText&quot;&gt;Avbryt&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;DialManual&quot;&gt;Manuell uppringning&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Dialing&quot;&gt;Ringer nummer&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionMobile&quot;&gt;Mobil&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionWork&quot;&gt;Arbete&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionHome&quot;&gt;Hem&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionFax&quot;&gt;Fax&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionOther&quot;&gt;Övrigt&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Unknown&quot;&gt;Okänd&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Config&quot;&gt;Inställningar&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Vendor&quot;&gt;Tillverkare&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;PortNo&quot;&gt;Ser. port&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Language&quot;&gt;Språk&#58;&lt;/Text&gt;
&nbsp; &lt;/Texts&gt;
&nbsp; &lt;Texts id=&quot;Español&quot;&gt;
&nbsp; &nbsp; &lt;Text id=&quot;LoadingMsg&quot;&gt;Leyendo la agenda del teléfono&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CallFrom&quot;&gt;Llamada de&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendOK&quot;&gt;¡SMS enviado!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendError&quot;&gt;¡Envío de SMS fallido!&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSFrom&quot;&gt;SMS de&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMS&quot;&gt;SMS&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;OKText&quot;&gt;OK&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CancelText&quot;&gt;Cancelar&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;DialManual&quot;&gt;Marcar&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Dialing&quot;&gt;Marcando número&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionMobile&quot;&gt;Móvil&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionWork&quot;&gt;Trabajo&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionHome&quot;&gt;Casa&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionFax&quot;&gt;Fax&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionOther&quot;&gt;Otro&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Unknown&quot;&gt;Desconocido&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Config&quot;&gt;Configuración&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Vendor&quot;&gt;Fabricante&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;PortNo&quot;&gt;Puerto&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Language&quot;&gt;Idioma&#58;&lt;/Text&gt;
&nbsp; &lt;/Texts&gt;
&nbsp; &lt;Texts id=&quot;Chinese&quot;&gt;
&nbsp; &nbsp; &lt;Text id=&quot;LoadingMsg&quot;&gt;???????&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CallFrom&quot;&gt;????&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendOK&quot;&gt;?????&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSSendError&quot;&gt;??????&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMSFrom&quot;&gt;????&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;SMS&quot;&gt;??&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;OKText&quot;&gt;OK&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CancelText&quot;&gt;??&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;DialManual&quot;&gt;????&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Dialing&quot;&gt;????&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionMobile&quot;&gt;??&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionWork&quot;&gt;???&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionHome&quot;&gt;??&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionFax&quot;&gt;??&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;CaptionOther&quot;&gt;??&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Unknown&quot;&gt;??&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Config&quot;&gt;Settings&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Vendor&quot;&gt;Vendor&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;PortNo&quot;&gt;Ser. port&#58;&lt;/Text&gt;
&nbsp; &nbsp; &lt;Text id=&quot;Language&quot;&gt;Language&#58;&lt;/Text&gt;
&nbsp; &lt;/Texts&gt;
&lt;/PhoneControl&gt;


Suicider:
hab den selben fehler, scheint aber keinen zu interessieren

c!rYx:
habt ihr schonmal zorro eine mail geschrieben ? Weil er ja nichtmehr support gibt in diesem forum...

Suicider:
nein, da ich dachte, dass er immer noch support übers forum gibt

c!rYx:
das ist nichtmehr so ganz der fall siehe: http://car-pc.info/phpBB2/viewtopic.php?t=2305

Suicider:
hab ihn nun angeschrieben und warte mal auf die antwort

Suicider:
also mit meiner keymap geht es nun! Hier der code:
Code:&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;PhoneControl&gt;
&nbsp; &nbsp;&lt;!--===== Section which defines the primary settings for Communication, Design and Languange =====--&gt;
&nbsp; &nbsp;&lt;UseCommConfig&gt;SonyEricsson&lt;/UseCommConfig&gt;
&nbsp; &nbsp;&lt;UseDesign&gt;Designs\PhoneCtl.Modern.xml&lt;/UseDesign&gt;
&nbsp; &nbsp;&lt;UseLanguage&gt;Deutsch&lt;/UseLanguage&gt;
&nbsp; &nbsp;&lt;UseKeyMap locked=&quot;False&quot;&gt;KeyMaps\WMP9.KeyMap.xml&lt;/UseKeyMap&gt;
&nbsp; &nbsp;&lt;!--===== Section containing the communication settings for different devices =====--&gt;
&nbsp; &nbsp;&lt;Communication id=&quot;SonyEricsson&quot;&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;Port&gt;6&lt;/Port&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;Setting&gt;38400,N,8,1&lt;/Setting&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;Vendor&gt;SonyEricsson&lt;/Vendor&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;PhoneBookLocation id=&quot;1&quot; timeout=&quot;90&quot; name=&quot;Tel&quot; static=&quot;True&quot; startup=&quot;True&quot; shortcut=&quot;True&quot;&gt;ME&lt;/PhoneBookLocation&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;PhoneBookLocation id=&quot;2&quot; timeout=&quot;90&quot; name=&quot;SIM&quot; static=&quot;True&quot; shortcut=&quot;True&quot;&gt;SM&lt;/PhoneBookLocation&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;PhoneBookLocation id=&quot;3&quot; timeout=&quot;30&quot; name=&quot;RC&quot; static=&quot;False&quot; shortcut=&quot;True&quot; sorted=&quot;False&quot; showDate=&quot;True&quot;&gt;RC&lt;/PhoneBookLocation&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;PhoneBookLocation id=&quot;4&quot; timeout=&quot;30&quot; name=&quot;DC&quot; static=&quot;False&quot; shortcut=&quot;True&quot; sorted=&quot;False&quot; showDate=&quot;True&quot;&gt;DC&lt;/PhoneBookLocation&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;PhoneBookLocation id=&quot;5&quot; timeout=&quot;30&quot; name=&quot;MC&quot; static=&quot;False&quot; shortcut=&quot;True&quot; sorted=&quot;False&quot; showDate=&quot;True&quot;&gt;MC&lt;/PhoneBookLocation&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;!--===== Use this as replacement if you'd like to have Outlook contacts as a phonebook --&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;!-- PhoneBookLocation id=&quot;2&quot; timeout=&quot;90&quot; name=&quot;Contacts&quot; static=&quot;True&quot; shortcut=&quot;True&quot; folderPath=&quot;Personal Folders\Contacts&quot; encoding=&quot;8859-1&quot;&gt;OUTLOOK&lt;/PhoneBookLocation --&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;UseCharset&gt;8859-1&lt;/UseCharset&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;UseClip&gt;True&lt;/UseClip&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;UseCPAS&gt;True&lt;/UseCPAS&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;UseCLCC&gt;False&lt;/UseCLCC&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;UseCNMI mode=&quot;2,1&quot;&gt;True&lt;/UseCNMI&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;AdditionalInit&gt;*EAPM=3;+CMER=3,2;&lt;/AdditionalInit&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;AdditionalDeinit&gt;*EAPM=0;&lt;/AdditionalDeinit&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;Keys&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_0&quot;&gt;0&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_1&quot;&gt;1&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_2&quot;&gt;2&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_3&quot;&gt;3&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_4&quot;&gt;4&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_5&quot;&gt;5&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_6&quot;&gt;6&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_7&quot;&gt;7&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_8&quot;&gt;8&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_9&quot;&gt;9&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_Star&quot;&gt;*&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_Hash&quot;&gt;#&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_VolUp&quot;&gt;u&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_VolDown&quot;&gt;d&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_Up&quot;&gt;v&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_Down&quot;&gt;&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_Left&quot;&gt;&amp;lt;&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_Right&quot;&gt;&amp;gt;&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_Enter&quot;&gt;&#58;J&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_Back&quot;&gt;&#58;R&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_Clear&quot;&gt;c&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_FK1&quot;&gt;&#91;&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_FK2&quot;&gt;&#93;&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_FK3&quot;&gt;&#58;O&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&lt;Key id=&quot;Key_FK4&quot;&gt;&#58;C&lt;/Key&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;/Keys&gt;
&nbsp; &nbsp;&lt;/Communication&gt;
&nbsp; &nbsp;&lt;!-- ===== Section containing the main settings =====--&gt;
&nbsp; &nbsp;&lt;MainWindow&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;Window&gt;0,0,800,600&lt;/Window&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;WindowToSwitchTo/&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;SpeechEnabled&gt;True&lt;/SpeechEnabled&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;LogEnabled&gt;True&lt;/LogEnabled&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;MediaPlayer&gt;WMPlayer&lt;/MediaPlayer&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;MuteAnalogMic&gt;True&lt;/MuteAnalogMic&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;MainVolumeOnCall restoreVolume=&quot;True&quot;&gt;20%&lt;/MainVolumeOnCall&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;StartupMode&gt;Normal&lt;/StartupMode&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;UseOSK executable=&quot;osk.exe&quot;&gt;True&lt;/UseOSK&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;AutoHideTimeout&gt;0&lt;/AutoHideTimeout&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;BuildAbsolutePath&gt;True&lt;/BuildAbsolutePath&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;Standalone&gt;False&lt;/Standalone&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;Ringtone/&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;SMStone/&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;UseTaskbar&gt;False&lt;/UseTaskbar&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;CheckPhoneTimeout&gt;20&lt;/CheckPhoneTimeout&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;PopupOnHide position=&quot;700,550&quot; size=&quot;72,56&quot; opacity=&quot;80&quot; backColor=&quot;Black&quot; buttonColor=&quot;Firebrick&quot;&gt;True&lt;/PopupOnHide&gt;
&nbsp; &nbsp;&lt;/MainWindow&gt;
&nbsp; &nbsp;&lt;!-- ===== Section containing the remote settings =====--&gt;
&nbsp; &nbsp;&lt;RemoteControl&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;Mode&gt;Server&lt;/Mode&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;IPPort&gt;17015&lt;/IPPort&gt;
&nbsp; &nbsp;&lt;/RemoteControl&gt;
&nbsp; &nbsp;&lt;!--===== Section with text used within the application =====--&gt;
&nbsp; &nbsp;&lt;Texts id=&quot;Deutsch&quot;&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;Text id=&quot;LoadingMsg&quot;&gt;Das Telefonbuch des Mobiltelefons wird gelesen...&lt;/Text&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;Text id=&quot;CallFrom&quot;&gt;Anruf von&#58;&lt;/Text&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;Text id=&quot;SMSSendOK&quot;&gt;SMS wurde versendet!&lt;/Text&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;Text id=&quot;SMSSendError&quot;&gt;Fehler bei SMS versand!&lt;/Text&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;Text id=&quot;SMSFrom&quot;&gt;SMS von&#58;&lt;/Text&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;Text id=&quot;SMS&quot;&gt;SMS&lt;/Text&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;Text id=&quot;OKText&quot;&gt;Ok&lt;/Text&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;Text id=&quot;CancelText&quot;&gt;Abbrechen&lt;/Text&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;Text id=&quot;DialManual&quot;&gt;Manuelle Wahl&lt;/Text&gt;
&nbsp; &nbsp;&nbsp; &nbsp;&lt;Text id=&quot;Dialing&quot;&gt;Wähle Nummer&#58;&lt;/Text&gt;
&nbsp; &nbsp;&lt;/Texts&gt;
&lt;/PhoneControl&gt;

benutze ein T630. nur so am rande. zorro hat mir eine wmp9 keymap geschrieben, mit der ich den wmp steuern kann. funzt ganz gut

NumberOne:
Kann man eigentlich mit auch mehrere Befehle hintereinander ausführen lassen? Z.b. ich möchte das die Lautstärke für all 5 Kanäle(hab 5.1 System) mit nur 2 Tasten gesteuert wird. D.h. jeweils eine Tast für 3xVolumeUP und 1 Taste 3xVolumeDown
???
