LinuxMCE Forums
May 22, 2013, 11:18:38 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: [1]
  Print  
Author Topic: Android application as a device  (Read 1488 times)
jander
Making baby steps

Posts: 3


View Profile
« on: June 08, 2012, 04:14:17 am »

Hi all,

I'm willing to start understanding some of the DCE communication protocol and MCE architecture, so I want to create a simple application in an Android smartphone that could act as an MCE device.

Can anyone help me with directions on where I can start?

Thanks
Logged
golgoj4
wants to work for LinuxMCE
**
Posts: 823


hrumpf!


View Profile WWW
« Reply #1 on: June 08, 2012, 05:57:46 am »

Well there are 2 ways to go with this.

1) the way i went. Qorbiter, ie, Qt cross compiled for arm and running on android

2) Port dce-code to java so you can use the libraries on android  and have a go.

-golgoj4
i can be found #linuxmce-devel on freenode irc
Logged

Those people who tell you not to take chances, they are all missing what life's all about.

Wiki Hardware Page http://wiki.linuxmce.org/index.php/User:Langstonius
sambuca
Guru
****
Posts: 420


View Profile
« Reply #2 on: June 08, 2012, 07:35:24 am »

There is someone who already made a DCE implementation in Java that posted here a while ago. You should search the forums for it if you are going for that option.

br,
sambuca
Logged
jander
Making baby steps

Posts: 3


View Profile
« Reply #3 on: June 09, 2012, 04:07:03 pm »

Thanks for the feedback, guys.

I'll start and probably come back for further help.
Logged
golgoj4
wants to work for LinuxMCE
**
Posts: 823


hrumpf!


View Profile WWW
« Reply #4 on: June 09, 2012, 05:27:00 pm »

There is someone who already made a DCE implementation in Java that posted here a while ago. You should search the forums for it if you are going for that option.

br,
sambuca

in the source tree somewhere? been thinking about getting my hands dirty with java.

-golgoj4
Logged

Those people who tell you not to take chances, they are all missing what life's all about.

Wiki Hardware Page http://wiki.linuxmce.org/index.php/User:Langstonius
JaseP
Addicted
*
Posts: 526



View Profile WWW
« Reply #5 on: June 09, 2012, 08:33:16 pm »

Thinking of a chrome/chromium web app, maybe?! Note that Hexxah's Chromium OS builds will run off a USB drive or in a VirtualBox virtual machine...

http://chromeos.hexxeh.net/

Wouldn't it be nice to have a Chrome/Chromium LinuxMCE Orbiter installable app??

Logged

See my User page on the LinuxMCE Wiki for a description of my system configuration (click the little globe under my profile pic).
golgoj4
wants to work for LinuxMCE
**
Posts: 823


hrumpf!


View Profile WWW
« Reply #6 on: June 10, 2012, 03:18:55 am »

Thinking of a chrome/chromium web app, maybe?! Note that Hexxah's Chromium OS builds will run off a USB drive or in a VirtualBox virtual machine...

http://chromeos.hexxeh.net/

Wouldn't it be nice to have a Chrome/Chromium LinuxMCE Orbiter installable app??



hell no. btw the features request forum is elsewhere. this one is DEVELOPERS. Meaning people with intentions of, or who are currently DEVELOPING. not being looky-loo's or making inane suggestions on every damned topic. oi!


>.<

Admins: we need to start enforcing forum rules. kinda tired of this.
Logged

Those people who tell you not to take chances, they are all missing what life's all about.

Wiki Hardware Page http://wiki.linuxmce.org/index.php/User:Langstonius
davegravy
Guru
****
Posts: 451


View Profile
« Reply #7 on: June 10, 2012, 03:29:15 am »

hell no. btw the features request forum is elsewhere. this one is DEVELOPERS. Meaning people with intentions of, or who are currently DEVELOPING. not being looky-loo's or making inane suggestions on every damned topic. oi!


>.<

Admins: we need to start enforcing forum rules. kinda tired of this.


Jasp is just enthusiastic.... and learning the system.... I'm sure he'll contribute once he's got his bearings.
Logged
golgoj4
wants to work for LinuxMCE
**
Posts: 823


hrumpf!


View Profile WWW
« Reply #8 on: June 10, 2012, 04:22:44 pm »



Jasp is just enthusiastic.... and learning the system.... I'm sure he'll contribute once he's got his bearings.

you and your reasoning.,..you hear that jasep? you are now expected to start contributing Wink

-golgoj4
Logged

Those people who tell you not to take chances, they are all missing what life's all about.

Wiki Hardware Page http://wiki.linuxmce.org/index.php/User:Langstonius
JaseP
Addicted
*
Posts: 526



View Profile WWW
« Reply #9 on: June 11, 2012, 05:52:40 pm »

What?! These bearings are still rolling around all over the floor! What's the first rule for LinuxMCE again?? Patience, isn't it?!

PS: I wasn't actually requesting a Chrome-app Orbiter, I was was really just asking if you had that in mind, and that I thought it'd be very cool if you were... My first real contribution will likely be working up support for the Obi110 ATA,... But I can never seem to get the time,... especially since it involves the phone, and it's next to impossible to get the wife off it ...  Grin
« Last Edit: June 11, 2012, 06:08:49 pm by JaseP » Logged

See my User page on the LinuxMCE Wiki for a description of my system configuration (click the little globe under my profile pic).
david_a_dawson
Veteran
***
Posts: 66



View Profile
« Reply #10 on: December 04, 2012, 12:58:17 am »

Hey, not been around for ages.

There's a probably working Java DCE implementation here

https://github.com/dawsonsystems/JavaDCE

And a half built Java DCE device here  -> https://github.com/dawsonsystems/linuxmceagent

I'm not quite in a position to pick this up, but if anyone is interested, it'd be a good motivation to get myself set up again. My linux mce project died a death when my little girl started walking.  Now she's in nursery...  well, the possibilities open up a little again.
Logged
david_a_dawson
Veteran
***
Posts: 66



View Profile
« Reply #11 on: December 04, 2012, 01:01:20 am »

ah yes, I remember now.  Its not quite finished.  I hadn't decided whether to stick with the compile against database approach used in the normal C++ devices (so you have constants matched with IDs in your source code generated from the database), or whether to load them at runtime.
Anyway, its not in a slick, finished state.
Logged
golgoj4
wants to work for LinuxMCE
**
Posts: 823


hrumpf!


View Profile WWW
« Reply #12 on: December 04, 2012, 01:18:19 am »

ah yes, I remember now.  Its not quite finished.  I hadn't decided whether to stick with the compile against database approach used in the normal C++ devices (so you have constants matched with IDs in your source code generated from the database), or whether to load them at runtime.
Anyway, its not in a slick, finished state.


Stop by irc sometime if you have a chance. I would love to pick your brain re: integrating the native android media player into qOrbiter. If its even possible to embed it in other applications, can you overlay stuff on it, ect.

Nice to hear the little one is walking! I know from experience it can be awesome and terrifying at the same time...or maybe that was just me.

Cheers,
Golgoj4
Logged

Those people who tell you not to take chances, they are all missing what life's all about.

Wiki Hardware Page http://wiki.linuxmce.org/index.php/User:Langstonius
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!