Author Topic: Java Mo and symbian code location.  (Read 3019 times)

kyfalcon

  • Guru
  • ****
  • Posts: 390
    • View Profile
Java Mo and symbian code location.
« on: June 30, 2009, 02:48:22 pm »
Could someone give me a link to the JavaMO code and the symbian orbiter code. Also is there a way to test and orbiter without having a core present. IE an emulator of some sort. I'd like to try and add touch screen functionality to one of these so that the newer nokia touchscreen phones can be used as remotes.

Thanks,
Kevin

sambuca

  • Guru
  • ****
  • Posts: 462
    • View Profile
Re: Java Mo and symbian code location.
« Reply #1 on: June 30, 2009, 03:17:54 pm »
Hi Kevin,

The JavaMO code is here http://svn.linuxmce.org/trac.cgi/browser/people/hari/javamo/com/linuxmce/javamo/
The symbian code is here http://svn.linuxmce.org/trac.cgi/browser/branches/LinuxMCE-0810/src/PlutoMO/src, but I think it references stuff elsewhere, but you'll get a starting point at least.

You need a hybrid or a core and a MD to test this, as the MOs are just a 'dumb' terminal of sorts. It just receives images and reports back keypresses and mouse events.

Mouse events are already implemented in the JavaMO, but unfortunately, I don't have phone to try it out on.
You could check the MO log (holding the End call key for a while should get you back to the MO menu) for Mouse events, to verify that the touch screen is passed to the JavaMO and is properly detected, and the Bluetooth dongle log to see if anything is received there.

best regards,
sambuca

kyfalcon

  • Guru
  • ****
  • Posts: 390
    • View Profile
Re: Java Mo and symbian code location.
« Reply #2 on: June 30, 2009, 03:58:28 pm »
Hi Kevin,

The JavaMO code is here http://svn.linuxmce.org/trac.cgi/browser/people/hari/javamo/com/linuxmce/javamo/
The symbian code is here http://svn.linuxmce.org/trac.cgi/browser/branches/LinuxMCE-0810/src/PlutoMO/src, but I think it references stuff elsewhere, but you'll get a starting point at least.

You need a hybrid or a core and a MD to test this, as the MOs are just a 'dumb' terminal of sorts. It just receives images and reports back keypresses and mouse events.

Mouse events are already implemented in the JavaMO, but unfortunately, I don't have phone to try it out on.
You could check the MO log (holding the End call key for a while should get you back to the MO menu) for Mouse events, to verify that the touch screen is passed to the JavaMO and is properly detected, and the Bluetooth dongle log to see if anything is received there.

best regards,
sambuca

I've got the javamo working on my nokia 5800 music express but no touchscreen. I'm sure that there are probably some libraries specific to the 5800 needed for touchscreen. So I figured I'd try and mess with them a bit. Guess I have to wait till I get home from work though.

Thanks for the reply.

Kevin

sambuca

  • Guru
  • ****
  • Posts: 462
    • View Profile
Re: Java Mo and symbian code location.
« Reply #3 on: July 01, 2009, 08:49:39 am »
Touch screen presses is normally passed to the pointerPressed, ..Dragged, ..Released methods in the Java midlet, so unless your Nokia don't, I think that part is ok.

Let us know what you find out.

sambuca

kyfalcon

  • Guru
  • ****
  • Posts: 390
    • View Profile
Re: Java Mo and symbian code location.
« Reply #4 on: August 16, 2009, 12:10:02 am »
How do I get into those svn repositories? Do I need to create a new login? Is there a an anonymous log in? I am trying to connect through netbeans. I want to rebuild it using the symbian libraries to see if touch scrren will be activated.