Author Topic: Java/ J2ME mobile orbiter  (Read 283498 times)

ddamron

  • Alumni
  • wants to work for LinuxMCE
  • *
  • Posts: 962
    • View Profile
    • My LinuxMCE User Page
Re: Java/ J2ME mobile orbiter
« Reply #90 on: March 13, 2008, 07:29:01 am »
Hari,

you ROCK!

'nuff said.
The only intuitive interface is the nipple.  After that it's all learned.
My other computer is your windows box.
I'm out of my mind.  Back in 5 minutes.
Q:  What's Red and smells like blue paint?

A:  Red Paint.

rafik24

  • Guru
  • ****
  • Posts: 158
    • View Profile
Re: Java/ J2ME mobile orbiter
« Reply #91 on: March 13, 2008, 08:16:04 am »
 Hari,

 Well done once again, i compilled the BD lib and binaries and it all work on my k750i (svn rev 1584)

 I really thank you for the time you spent on this project and others.

 Regards,

Rafik
 

gazlang

  • Guru
  • ****
  • Posts: 210
    • View Profile
Re: Java/ J2ME mobile orbiter
« Reply #92 on: March 13, 2008, 12:18:56 pm »
Hi,

First, I must add my congrats to Hari!

I haven't got mine running yet (got the phone side sorted ok, just not the LMCE side) - how do I patch BD? and with what file.

Can someone give me a quick howto?

Cheers
AMD Athlon 5800+ X2
Asus M2N-SLI-Deluxe
2x Corsair XMS6400 DDR2 512mb
Samsung 400GB SATA + 500GB SATA
nVidia GeForce 7300GT
Hauppauge Nova-T 500
Hauppauge PVR-500
Thermaltake low-noise 450w PSU
Thermaltake Bach Case w/ imon vfd
Fiire Remote
UIRT

rafik24

  • Guru
  • ****
  • Posts: 158
    • View Profile
Re: Java/ J2ME mobile orbiter
« Reply #93 on: March 13, 2008, 02:38:26 pm »
  Hi gazlang,

 You first need to download the lmce sources from svn ==> http://svn.charonmedia.org/

 look at the instructions on the main page.

 Then download Hari's BD sources from http://svn.charonmedia.org/trac.cgi/browser/home/hari/bt-test

 then go to the build folder:

cd  linuxmce/lmce/src/BD/

 mv Makefile Makefile.orig

copy hari's sources file to this folder, then

 patch -p0 < BD-javamo.patch

 make

 mv Makefile Makefile.har

 mv Makefile.orig Makefile

 make libBDCommon.so

 mv /usr/pluto/lib/libBDCommon.so /usr/pluto/lib/  /usr/pluto/lib/libBDCommon.so.orig

 cp libBDCommon.so /usr/pluto/lib/

 cp rfc scan sdp /usr/pluto/bin
 
 now restart the core services and you should be done.

 Rafik

hari

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 2428
    • View Profile
    • ago control
Re: Java/ J2ME mobile orbiter
« Reply #94 on: March 13, 2008, 11:25:03 pm »
...
 Rafik
cool Rafik, that instructions are very complete as they even compile the test tools rfc, scan and sdp. They are not needed but were handy for my testing..

best regards,
Hari
rock your home - http://www.agocontrol.com home automation

hari

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 2428
    • View Profile
    • ago control
Re: Java/ J2ME mobile orbiter
« Reply #95 on: March 13, 2008, 11:27:43 pm »
Well done once again, i compilled the BD lib and binaries and it all work on my k750i (svn rev 1584)
cool, you are the first user reporting success ;)

Does the datagrid list work fine for you? How are the key mappings?
I still need to implement the repeated key handling for follow me/help and capture keyboard for pin/phonenr entry...

Quote
I really thank you for the time you spent on this project and others.
you are welcome ;)

best regards,
Hari
rock your home - http://www.agocontrol.com home automation

gazlang

  • Guru
  • ****
  • Posts: 210
    • View Profile
Re: Java/ J2ME mobile orbiter
« Reply #96 on: March 16, 2008, 05:12:45 pm »
Ok, I tried the howto from rafik (thankyou buy the way!!) unfortunately it didn't work for me - got as far as 'make libBDCommon.so' but got errors, and no libBDCommon.so file!

I'm running the x64 version, so don't know if thats a problem!?

Anyway, I'm going to do a clean install (I've been testing various things) and so will try it again

AMD Athlon 5800+ X2
Asus M2N-SLI-Deluxe
2x Corsair XMS6400 DDR2 512mb
Samsung 400GB SATA + 500GB SATA
nVidia GeForce 7300GT
Hauppauge Nova-T 500
Hauppauge PVR-500
Thermaltake low-noise 450w PSU
Thermaltake Bach Case w/ imon vfd
Fiire Remote
UIRT

gazlang

  • Guru
  • ****
  • Posts: 210
    • View Profile
Re: Java/ J2ME mobile orbiter
« Reply #97 on: March 18, 2008, 02:15:32 pm »
Nope same problem with a clean x64 DVD install.

One thing though, when I download and 'make' the sources from SVN it hangs after trying to make th bttv driver - says something like 'cannot determine build environment - falling back...' (can't remember exactly!).
The note at the foot of the page http://svn.charonmedia.org/ says:

"The "./configure ; make" pair will build everything except the DB packages and a couple problematic Devices. It will also prep your system so that you can compile the remaining unbuilt packages manually (Building the DB packages)"

So I assumed this was normal, and closed the konsole to crack on with building the DB package.

Don't know if anyone else has tried this and had the same probs??


AMD Athlon 5800+ X2
Asus M2N-SLI-Deluxe
2x Corsair XMS6400 DDR2 512mb
Samsung 400GB SATA + 500GB SATA
nVidia GeForce 7300GT
Hauppauge Nova-T 500
Hauppauge PVR-500
Thermaltake low-noise 450w PSU
Thermaltake Bach Case w/ imon vfd
Fiire Remote
UIRT

totallymaxed

  • LinuxMCE God
  • ****
  • Posts: 4660
  • Smart Home Consulting
    • View Profile
    • Dianemo - at home with technology
Re: Java/ J2ME mobile orbiter
« Reply #98 on: March 21, 2008, 02:25:36 pm »
Well done once again, i compilled the BD lib and binaries and it all work on my k750i (svn rev 1584)
cool, you are the first user reporting success ;)

Does the datagrid list work fine for you? How are the key mappings?
I still need to implement the repeated key handling for follow me/help and capture keyboard for pin/phonenr entry...

Quote
I really thank you for the time you spent on this project and others.
you are welcome ;)

best regards,
Hari

Yet another very cool and impressive piece of work Hari!

I have not had a chance before today to pay much attention to what you have been doing on the JavaMO... damn i wish i had brought a BlueTooth dongle home with me now... my Sony-Ericsson K800i is begging to run your JavaMO ;-)

We must get this into the autobuild system asap after the release and svn's are harmonised ;-)

Great work as ever

Andrew
Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses http://forum.linuxmce.org/index.php?topic=14026.0

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: http://wp.me/P4KgIc-5P

Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

http://www.dianemo.co.uk

hari

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 2428
    • View Profile
    • ago control
Re: Java/ J2ME mobile orbiter
« Reply #99 on: March 22, 2008, 01:39:46 am »
Yet another very cool and impressive piece of work Hari!
hehe, the Bluetooth_Dongle does the hard work ;) It only displays pictures...

Quote
We must get this into the autobuild system asap after the release and svn's are harmonised ;-)
The patch for the sdp lookup is in the lmce trunk. Only needs to be copied to the 0710 branch..

Quote
Great work as ever
You are welcome!
We need to do a branded version with dianemo splash screen ;)

best regards,
Hari
rock your home - http://www.agocontrol.com home automation

totallymaxed

  • LinuxMCE God
  • ****
  • Posts: 4660
  • Smart Home Consulting
    • View Profile
    • Dianemo - at home with technology
Re: Java/ J2ME mobile orbiter
« Reply #100 on: March 22, 2008, 01:33:27 pm »
Yet another very cool and impressive piece of work Hari!
hehe, the Bluetooth_Dongle does the hard work ;) It only displays pictures...

Quote
We must get this into the autobuild system asap after the release and svn's are harmonised ;-)
The patch for the sdp lookup is in the lmce trunk. Only needs to be copied to the 0710 branch..

Quote
Great work as ever
You are welcome!
We need to do a branded version with dianemo splash screen ;)

best regards,
Hari


A Dianemo branded version would be cool :-)

What your thinking on where the JavaMO should go feature/functionality wise in the future?
Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses http://forum.linuxmce.org/index.php?topic=14026.0

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: http://wp.me/P4KgIc-5P

Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

http://www.dianemo.co.uk

nite_man

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1019
  • Want to work with LinuxMCE
    • View Profile
    • Smart Home Blog
Re: Java/ J2ME mobile orbiter
« Reply #101 on: April 08, 2008, 09:08:06 pm »
Hi guys,

Maybe it's a stupid question but where can I get jar and jad files?
Michael Stepanov,
My setup: http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup
Russian LinuxMCE community: http://linuxmce.ru

darrenmason

  • Addicted
  • *
  • Posts: 529
    • View Profile
Re: Java/ J2ME mobile orbiter
« Reply #102 on: April 09, 2008, 12:58:33 am »

skerit

  • Veteran
  • ***
  • Posts: 56
    • View Profile
Re: Java/ J2ME mobile orbiter
« Reply #103 on: April 16, 2008, 07:48:25 pm »
When is the next beta arriving, anyway? (Or RC or whatever :))
Call me lazy, but I'm not in a compiling mood (that and I don't have enough bandwith to spare! Somehow 54 GiBs a month aren't enough!)

Looks cool though, does anyone have any example pictures of the app on a real phone? :P

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Java/ J2ME mobile orbiter
« Reply #104 on: April 16, 2008, 07:49:51 pm »
dude, look back in the thread. You'll see it running on Hari's N73.

-Thom