Difference between revisions of "Java Mobile Orbiter"
From LinuxMCE
m (→See also) |
m (cosmetic edits) |
||
Line 6: | Line 6: | ||
= Introduction = | = Introduction = | ||
− | The JavaMO is a lightweight [[Mobile_Orbiter]] client. It receives rendered pictures from the [[Bluetooth_Dongle]] [[Orbiter]] and sends keystrokes back. The protocol used over Bluetooth is [[BD_-_Bidirectional_command_processor|BD]]. | + | The JavaMO is a lightweight [[Mobile_Orbiter|Mobile Orbiter]] client. It receives rendered pictures from the [[Bluetooth_Dongle|Bluetooth dongle]] [[Orbiter]] and sends keystrokes back. The protocol used over Bluetooth is [[BD_-_Bidirectional_command_processor|BD]]. |
JavaMO is under active development. An alpha version can be found on the charonmedia svn tree. | JavaMO is under active development. An alpha version can be found on the charonmedia svn tree. | ||
Line 22: | Line 22: | ||
= See also = | = See also = | ||
− | [[Mobile_Orbiter]] | + | [[Mobile_Orbiter|Mobile Orbiter]] |
− | [[LinuxMCE_Orbiter_Symbian_Programmer%27s_Guide]] | + | [[LinuxMCE_Orbiter_Symbian_Programmer%27s_Guide|LinuxMCE Orbiter Symbian Programmer's Guide]] |
= Links = | = Links = | ||
− | http://forum.linuxmce.org/index.php?topic=2893 | + | [http://forum.linuxmce.org/index.php?topic=2893 Forum thread re JavaMO] |
Revision as of 08:10, 21 April 2008
Introduction
The JavaMO is a lightweight Mobile Orbiter client. It receives rendered pictures from the Bluetooth dongle Orbiter and sends keystrokes back. The protocol used over Bluetooth is BD.
JavaMO is under active development. An alpha version can be found on the charonmedia svn tree.
Installation
For most phones you need the jad and the jar file. Copy both to the phone and select the jad from the file or application manager.
Classes
The JavaMO consists of multiple java classes:
- BDCommand
- BDCommandProcessor
- JavaMO
- SerializeClass
- BTServer
See also
LinuxMCE Orbiter Symbian Programmer's Guide