<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=861214508-21042006><FONT face=Arial 
color=#0000ff size=2>Ariel,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=861214508-21042006><FONT face=Arial 
color=#0000ff size=2>I got as far as buying a BT dongle and getting it working 
in windows, reading the J2ME specs/docs (big, but good), installing the SDK/s 
(Sun Java Wireless toolkit2.3 Beta), building and installing a 'Hello World' to 
my 6230,&nbsp; learning the difference between MIDP 1 and 2 (2 rocks in 
comparison), installing a bunch of pre-made crappy apps to my phone (2/3 of 
which didn't run due to null pointer exceptions and the like).... and then got 
distracted....&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; oooh look, what's that 
shiny thing over there..... &lt;wanders off&gt;</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=861214508-21042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=861214508-21042006><FONT face=Arial 
color=#0000ff size=2>Sorry, back again..... I can help work on this a bit 
....&nbsp; if you can keep my attention :-) &lt;grins&gt;</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=861214508-21042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=861214508-21042006><FONT face=Arial 
color=#0000ff size=2>As a start, I'd like&nbsp;to see a minimalist application, 
which just sends "button presses" or "keystrokes" over blue-tooth, and somehow 
gets them converted into lirc compatible events that lirc can then translate 
into whatever you like (go lirc!), and essentially dumbs the phone down to a 
pocket sized bluetooth keyboard.&nbsp;&nbsp;:-) &nbsp;Getting smart UI and/or 
advanced features&nbsp;is something to do after getting it working.&nbsp; 
:-)</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=861214508-21042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=861214508-21042006><FONT face=Arial 
color=#0000ff size=2>What do you reckon?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=861214508-21042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=861214508-21042006><FONT face=Arial 
color=#0000ff size=2>Buzz.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=861214508-21042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=861214508-21042006><FONT face=Arial 
color=#0000ff size=2>FYI: for those with NO mobile phone programming here's a 
hello world that runs on my 6320 and any MIDP compatible phone 
....</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=861214508-21042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=861214508-21042006><FONT face=Arial 
color=#0000ff size=2>import javax.microedition.lcdui.*;<BR>import 
javax.microedition.midlet.*;</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=861214508-21042006><FONT face=Arial 
color=#0000ff size=2>public class HelloBuzz<BR>&nbsp;&nbsp;&nbsp; extends MIDlet 
<BR>&nbsp;&nbsp;&nbsp; implements CommandListener {<BR>&nbsp; private Form 
mMainForm;<BR>&nbsp; <BR>&nbsp; public HelloBuzz() {<BR>&nbsp;&nbsp;&nbsp; 
mMainForm = new Form("HelloBuzz");<BR>&nbsp;&nbsp;&nbsp; mMainForm.append(new 
StringItem(null, "Hello THere Buzz!"));<BR>&nbsp;&nbsp;&nbsp; 
mMainForm.addCommand(new Command("Exit", Command.EXIT, 
0));<BR>&nbsp;&nbsp;&nbsp; mMainForm.setCommandListener(this);<BR>&nbsp; 
}<BR>&nbsp; <BR>&nbsp; public void startApp() {<BR>&nbsp;&nbsp;&nbsp; 
Display.getDisplay(this).setCurrent(mMainForm);<BR>&nbsp; }<BR>&nbsp; <BR>&nbsp; 
public void pauseApp() {}<BR>&nbsp; <BR>&nbsp; public void destroyApp(boolean 
unconditional) {}<BR>&nbsp; <BR>&nbsp; public void commandAction(Command c, 
Displayable s) {<BR>&nbsp;&nbsp;&nbsp; notifyDestroyed();<BR>&nbsp; 
}<BR>}<BR></FONT></SPAN></DIV><FONT face=Arial color=#0000ff size=2></FONT><FONT 
face=Arial color=#0000ff size=2></FONT><BR>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> mythtv-dev-bounces@mythtv.org 
  [mailto:mythtv-dev-bounces@mythtv.org] <B>On Behalf Of </B>Ariel Mauricio 
  Nunez Gomez<BR><B>Sent:</B> Thursday, 20 April 2006 6:17 AM<BR><B>To:</B> 
  Development of mythtv<BR><B>Subject:</B> [mythtv] J2ME Remote via 
  Bluetooth<BR></FONT><BR></DIV>
  <DIV></DIV>Hello All,<BR><BR>I've been thinking about the idea of using my 
  Nokia 6620 as an alternate remote for my mythTV box. Until now, i've been 
  using bemused ( <A 
  href="http://bemused.sourceforge.org">http://bemused.sourceforge.org</A> ) as 
  a remote control for winamp and powerpoint. I use it via my bluetooth usb 
  dongle(Haven't tried IR or GPRS yet).<BR><BR>Before starting, I would like to 
  know if someone has already tried something similar or suggestions about 
  it.<BR><BR>Kind Regards,<BR clear=all>Ariel </BLOCKQUOTE></BODY></HTML>