Kodi Community Forum
Port XBMC to Android OS so that it can run on Google TV based platforms and such? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222)
+--- Forum: Feature Requests (https://forum.kodi.tv/forumdisplay.php?fid=9)
+--- Thread: Port XBMC to Android OS so that it can run on Google TV based platforms and such? (/showthread.php?tid=134031)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16


Port XBMC to Android OS so that it can run on Google TV based platforms and such? - kcabrams - 2010-10-27

Let me first start off by saying that XBMC is the greatest thing since sliced bread. Loved it on original XBOX and love having it on my HTPC. BEST.MEDIA.PLAYER.EVER esp if you have a remote for the true leanback setup.

I recently picked up a Logitech Revue which is one of the first devices that carries Google TV. Its still in its realllllly early stages (No Android apps yet or app store. will be available early 2011) but I can tell it has some epic potential.

I just wanted to see if there was an XBMC Android App in the works at all. That would be wonderful. The Logitech Media player that comes with the Revue is SUPERWEAK and doesn't even work properly. Also it only picks up DLNA streaming media sources on your network which i hate working with.


- topfs2 - 2010-10-27

No developer has google tv (donations welcomed) and there need to exist a SDK and would also be awfully important to get a proper libc in there, or atleast get access to c++ for it to become possible....


- tobi11 - 2010-10-30

Google hasn't released a SDK yet: Click
As far as i know it is based on Android which uses Java.


The holy grail of HTPC front ends? - doylecollings - 2010-11-01

I just learned about xbmc today. Is it simplistic to hope that by having xbmc running on linux/android based Google TV embedded in tv's and blue ray players, we could finally have a standard interface to the many media center back ends. Imagine the Wife Acceptance Factor? Is this really possible or am I missing a step?


- outleradam - 2010-11-01

Isn't android a pretty weak development platform? I mean we are talking about a device with the processing power a bit better then xbox right? I doubt it could handle a port if it were possible to translate xbmc to java.

I think it should be possible to stream to it though.. We would just need to convince one of the android remote guys to handle it.

I've seen xbmc remotes and xbmc upnp plugins but never an advanced streaming method which uses the power of the interfaces provided and streams.


Streaming from Media Center Backends to Google TV - doylecollings - 2010-11-01

Even if Android is a weak development platform, all I am asking the platform to do is streaming. For example, if I have a Google TV enabled Blue Ray Device, let the on-board native players hand the Blue-Ray, CD's, and SD Card Media and use XBMC on Google TV handle the streaming. Is this technically possible with the proper SDK? That way companies that desire to stream to these devices don't have to develop "channels" for the Samsung, Panasonic, or LG Blue Ray Devices, they only have to write for XBMC on Android. What a wonderful world it would be.


- topfs2 - 2010-11-01

outleradam Wrote:Isn't android a pretty weak development platform? I mean we are talking about a device with the processing power a bit better then xbox right? I doubt it could handle a port if it were possible to translate xbmc to java.

I think it should be possible to stream to it though.. We would just need to convince one of the android remote guys to handle it.

I've seen xbmc remotes and xbmc upnp plugins but never an advanced streaming method which uses the power of the interfaces provided and streams.

Please read up abit before guessing Wink

Android is a framework ontop of linux, any device can run it. This makes processing power argument void since you could have any type of powerful device underneath.

Android have a NDK which means you can write code in C for it through JNI, no need to port xbmc to java. Sadly the NDK does not support c++ atm, hopefully they will add that otherwise XBMC is not possible. If we rolled our own android rom it would be possible as we could change the libc and compile ourself outside NDK. This is what I was refering to in my first post, albeit abit over technical perhaps.


- CrashX - 2010-11-01

topfs2 Wrote:Please read up abit before guessing Wink

Android is a framework ontop of linux, any device can run it. This makes processing power argument void since you could have any type of powerful device underneath.

Android have a NDK which means you can write code in C for it through JNI, no need to port xbmc to java. Sadly the NDK does not support c++ atm, hopefully they will add that otherwise XBMC is not possible. If we rolled our own android rom it would be possible as we could change the libc and compile ourself outside NDK. This is what I was refering to in my first post, albeit abit over technical perhaps.

http://www.crystax.net/android/ndk-r4.php


- rausch101 - 2010-11-01

CrashX Wrote:http://www.crystax.net/android/ndk-r4.php

Well thats great news.

On a slightly related note, I see that there is currently some items in the roadmap about adding ARM processor architecture support, which suggests that implementation of XBMC into Android (on mobile devices) might be a post-Eden possibility. The more the android-XBMC collaborations the better!


- topfs2 - 2010-11-01

CrashX Wrote:http://www.crystax.net/android/ndk-r4.php



Cool, will take a look at itfor sure. Nice find.
if anyone have used it feel free to ping me on irc.

As for Eden and arm we already run quite well on arm if you roll your own Linux dist. We are working hard though to bring down xbmc so it works better. For example loose unnecessary libraries and move to addons, optimize our rendering and support hw accelerated decoding and other video processing to make xbmc on arm viable.


- Cthugha - 2010-11-05

I would love to see XBMC running on Android tablets like the Samsung Galaxy Tab (7") and Archos 101/70 (10.1"/7")! A great platform for media on the go, and I believe products like these will sell really well next year.

It would be awesome to have the same interface both at home on the TV/projector and on the move on a tablet!

So far most of these tablets have a ARM A8-powered 1GHz CPU but some upcoming devices have Nvidia Tegra2.


- athloni - 2010-11-23

+1


- fns76 - 2010-11-28

For the Galaxy Tab it will be cool, so you can use it with the docking station and hdmi output. the galaxy tab playes all 1080p content with multichannel sound via external hdmi.

i hope anyone is able to port XBMC, this will be very cool

here you see the video test on youtube: http://www.youtube.com/watch?v=7LqoBYDzEjI


XBMC on Android Tablet? - XMENER - 2010-12-12

Does XBMC for Android?
or is there a way to install the Linux version in android?

excuse my English is not so good.


- soulnothing - 2010-12-12

I'm pretty sure the answer is no. Android is primarily java based, and is missing some core fundaments for linux build libc etc. So it is unlikely. The closest you can get is the xbmc remote app which just controls your xbmc media center.
http://code.google.com/p/android-xbmcremote/#Current_Features