User Tools

Site Tools


de:doc:startup_javame

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
de:doc:startup_javame [2014/08/10 17:15] – created wsauerde:doc:startup_javame [2014/08/13 22:32] (current) wsauer
Line 1: Line 1:
-====== OOBD-ME: The OOBD Mobile Edition ======+====== OOBD-ME: Die OOBD mobile Edition ======
  
-(AttentionBecause of the big price decrease of android phonesthe JavaME version is not anymore in active developmentThis page is kept for history reason only)+(Achtungwegen des grossen Preisverfalls bei Android Smartphonesist die JavaME version nicht mehr die aktive EntwicklungsumgebungDiese Seite wird aus historischen Gründen behalten)
  
-OOBD-ME allows on Java enabled mobile phones to hide complex communication with a Bluetooth device behind a simple user interfaceAll the menus and functions are not staticthey are fully programmable instead through an build-in Lua interpreter.+OOBD-ME ermöglicht Java unterstützen Mobiltelefonen das Verstecken einer komplexen Kommunikation hinter einer einfachen BenutzeroberflächeAlle Menue's und Funktionen  sind nicht statisch sondern anstelle dessen voll programmierbar mit einem eingebauten Lua-Interpreter.
  
-So to add new functionalityyou don't need another programyou just have to load another script :-)+Um neue Funktionalität hinzuzufügenbrauchst Du nicht ein neues Programmsondern nur ein neues Skript :-)
  
 ===== Installation ===== ===== Installation =====
  
  
-Just copy the [[https://sourceforge.net/projects/oobd/files/| OOBD-ME.jar]] file onto your mobile phone as executable java- programHow this works is different for each mobileso please follow the instruction in your user manualIf it's not described there: Good luck... ;-)+Kopiere einfach die [[https://sourceforge.net/projects/oobd/files/| OOBD-ME.jar]] Datei als ausführbares Java Programm auf Dein MobiltelefonWie es arbeitetist für jedes Mobiltelefon unterschiedlich, also folge den Instruktionen in unserem ManualFalls es dort nicht beschrieben ist, viel Glück... ;-)
  
-===== Usage =====+===== Nutzung =====
  
  
-The main form offers three menu commands:+Die Hauptseite zeigt Dir drei verschiedene Menue Kommando's:
  
  
-==== Config ====+==== Konfiguration ====
  
  
-The following settings can be made and will automatically be saved automatically (except the blind mode), until you going to re-install the program.+Die folgenden Einstellungen können gemacht werden und sind danach automatisch abgespeichert,(Ausser dem Blind Modusbis Du das Programm wieder neu installierst.
  
 {{:pics:oobd-config.png|}} {{:pics:oobd-config.png|}}
  
-  * Bluetooth DeviceThis starts a bluetooth device discovery searchafter which you can select your devicePlease be patientas this search can take a while.. +  * Bluetooth GerätHier wird die Suche nach Bluetoothfähigen Geräten gestartetdanach wählst Du aus was gefunden wurde.Sei geduldiges dauert eine Weile.. 
-  * OOBD Lua ScriptHere you can select the OOBD Lua filewhich contains the menus and functionalityIf you don't choose your own filethe build in default will be used+  * OOBD Lua SkriptHier kannst Du ein Lua Skript auswählenwas die Menues und die ganze Funktionalität enthältFalls Du noch kein Eigenes verwenden möchtestkannst Du auch einfach das Mitgelieferte verwenden
-  * Blind ModeThis is only for testing purposesas it overwrites the Bluetooth connection sequence and you can start the script menu also without beeing connected to a OBD device (which makesas saidonly sense for testing)This setting is not stored, so the blind mode is always "off" at program start.+  * Blind ModusDies ist eine Einstellungdie nur für Testzwecke gedacht ist und die auch die Parametrierung der Bluetoothverbindung überschreibt. Du kannst also diese Einstellung starten und bist nicht mit dem OOBD Dongle verbunden. Wie gesagtdas macht nur Sinnwenn Du etwas testen möchtestDiese Einstellung wird nicht gespeichert und ist bei Start der Applikation immer ausgeschaltet.
  
 ==== Start ==== ==== Start ====
  
-This will load the script menu after trying to connect to the Bluetooth device.+Hierbei wird das Skript Menu starten, nachdem versucht wurde sich mit dem OOBD Dongle zu verbinden.
  
 {{:pics:oobdme-window.png|}} {{:pics:oobdme-window.png|}}
  
-==== Exit ====+==== Ende ====
  
  
-Guess what this is... +Rate mal was das bedeutet... 
-===== Requests Bug reports =====+===== Anfragen Meldung von Fehlern =====
  
  
-If you would like to report a bugplease use the [[http://code.google.com/p/oobd/issues/list|OOBD Bugtracker]] +Wenn Du einen Fehler melden möchtestbenutze bitte den [[http://code.google.com/p/oobd/issues/list|OOBD Bugtracker]] 
-===== The Script Menu =====+===== Das Skript Menu =====
  
  
-As saidthe interface is fully programmableThe available functions are shown as a list and simple called just by selecting the list entryDepending on the actual functionality of the loaded program this starts e.ga request to the Bluetooth device or opens another Menu.+Wie schon vorher erwähntist die Applikation einfach und komplett zu programmierenAlle verwendbaren Funktionen sind als Liste dargestellt und durch das Auswählen des jeweiligen Eintrags zu aktivierenAbhängig von der Funktionalität des gerade geladenen Skripts, startet dies z.Bden Aufruf sich mit einem Bluetooth Gerät zu verbinden oder einen anderen Menuepunkt zu öffnen.
  
  
-===== Write your own scripts =====+===== Schreibe Deine eigenen Skripte =====
  
-as you can see in the [[http://code.google.com/p/oobd/source/browse/trunk/clients/OOBD-ME/testscripts/OOBD.lua|OOBD.lua]] samplethe programming itself is quite straightforwardYou do not need to know how to do Bluetooth communication on a mobile phonethis is all done by OOBD-ME itself, you can focus on the data exchange itself.+wie Du in der Anleitung[[http://code.google.com/p/oobd/source/browse/trunk/clients/OOBD-ME/testscripts/OOBD.lua|OOBD.lua]] sehen kannstist die Programmierung einfach geradeaus ohne kompliziertes BeiwerkDu musst nicht wissen wie die Bluetooth Kommunikation auf dem Telefon funktioniertdies wird bereits von OOBD-ME selbst bewerkstelligt. Stattdessen kannst Du Dich auf den Datenaustausch selbst fokussieren.
  
  
-To write your own scriptsplease follow the instruction in the [[lua_start|Lua Programming]] section.+Um Deine Eigenen Skripte zu schreibenfolge bitte der Anleitung [[lua_start|Lua Programmierung]].
  
  
-Transfer the resulting <myprogram>.lbc on your mobile and select it in the Config.+Transferiere das resultierende <myprogram>.lbc auf Dein Mobiltelefon und wähle es nachher im Konfigurationsmenue aus.
de/doc/startup_javame.txt · Last modified: 2014/08/13 22:32 by wsauer