User Tools

Site Tools


de:doc:startup_javame

This is an old revision of the document!


OOBD-ME: Die OOBD mobile Edition

(Achtung: wegen des grossen Preisverfalls bei Android Smartphones, ist die JavaME version nicht mehr die aktive Entwicklungsumgebung. Diese Seite wird aus historischen Gründen behalten)

OOBD-ME ermöglicht Java unterstützen Mobil Telefonen das Verstecken einer komplexen Kommunikation hinter einer einfachen Benutzeroberfläche. Alle Menue's und Funktionen sind nicht statisch , sondern anstelle dessen voll programmierbar mit einem eingebauten Lua-Interpreter.

Um neue Funktionalität hinzuzufügen, brauchst Du nicht ein neues Programm, sondern nur ein neues Skript :-)

Installation

Kopiere einfach die OOBD-ME.jar Datei als ausführbares Java Programm auf Dein Mobiltelefon. Wie es arbeitet, ist für jedes Mobiltelefon unterschiedlich, also folge den Instruktionen in unserem Manual. Falls es dort nicht beschrieben ist, viel Glück… ;-)

Nutzung

Die Hauptseite zeigt Dir drei verschiedene Menue Kommando's:

Konfiguration

Die folgenden Einstellungen können gemacht werden und werden automatisch abgespeichert,(Ausser dem Blind Modus) bis Du das Programm wieder neu installierst.

  • Bluetooth Device: This starts a bluetooth device discovery search, after which you can select your device. Please be patient, as this search can take a while..
  • OOBD Lua Script: Here you can select the OOBD Lua file, which contains the menus and functionality. If you don't choose your own file, the build in default will be used.
  • Blind Mode: This is only for testing purposes, as it overwrites the Bluetooth connection sequence and you can start the script menu also without beeing connected to a OBD device (which makes, as said, only sense for testing). This setting is not stored, so the blind mode is always “off” at program start.

Start

This will load the script menu after trying to connect to the Bluetooth device.

Exit

Guess what this is…

Requests & Bug reports

If you would like to report a bug, please use the OOBD Bugtracker

The Script Menu

As said, the interface is fully programmable. The available functions are shown as a list and simple called just by selecting the list entry. Depending on the actual functionality of the loaded program this starts e.g. a request to the Bluetooth device or opens another Menu.

Write your own scripts

as you can see in the OOBD.lua sample, the programming itself is quite straightforward. You do not need to know how to do Bluetooth communication on a mobile phone, this is all done by OOBD-ME itself, you can focus on the data exchange itself.

To write your own scripts, please follow the instruction in the Lua Programming section.

Transfer the resulting <myprogram>.lbc on your mobile and select it in the Config.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
de/doc/startup_javame.1407876449.txt.gz · Last modified: 2014/08/12 22:47 by wsauer