Kodi Community Forum
The Official OMG, XBMC on Android thread. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Android (https://forum.kodi.tv/forumdisplay.php?fid=164)
+---- Thread: The Official OMG, XBMC on Android thread. (/showthread.php?tid=136037)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38


RE: The Official OMG, XBMC on Android thread. - amarkin2015 - 2012-07-14

i am new to this so thats why i cant figure it out never did it before but really anxious to get it


RE: The Official OMG, XBMC on Android thread. - Anssi - 2012-07-14

(2012-07-14, 10:22)Kweker Wrote: I'm also compiling. Dependencies built fine. But when I try to build the main app after a while I get

configure: Using Python 2.6
checking for main in -lEGL... no
configure: error: Could not find a required library. Please see the README for your platform.
make: *** [../../../..//libxbmc.so] Error 1

If anybody can point me in the right direction Smile

Likely some dependencies didn't build correctly, try running "make" for the depends again, this time without -j N, and see if it finishes properly or not. You can get a hint on what is missing by looking at config.log for the exact error (it is likely not EGL, but probably e.g. python).


RE: The Official OMG, XBMC on Android thread. - amarkin2015 - 2012-07-14

(2012-07-14, 10:35)Anssi Wrote:
(2012-07-14, 10:22)Kweker Wrote: I'm also compiling. Dependencies built fine. But when I try to build the main app after a while I get

configure: Using Python 2.6
checking for main in -lEGL... no
configure: error: Could not find a required library. Please see the README for your platform.
make: *** [../../../..//libxbmc.so] Error 1

If anybody can point me in the right direction Smile

Likely some dependencies didn't build correctly, try running "make" for the depends again, this time without -j N, and see if it finishes properly or not. You can get a hint on what is missing by looking at config.log for the exact error (it is likely not EGL, but probably e.g. python).
tried on windows and it said something about not finding the ndk

says Invalid Source NDK Directory:
please use --ndk-dir=<path> to specify path of installed sd and i did it didnt work



RE: The Official OMG, XBMC on Android thread. - Kweker - 2012-07-14

Thanks anssi, I do in fact have an error in my dependencies. It's trying to get libzip from http://www.nih.at/libzip/libzip-0.10.tar.gz but i cannot connect to that.
I will try to download the tarball manually from another location and put it in the tarball dir. Don't know if it's as easy as that?


RE: The Official OMG, XBMC on Android thread. - Anssi - 2012-07-14

(2012-07-14, 10:49)Kweker Wrote: Thanks anssi, I do in fact have an error in my dependencies. It's trying to get libzip from http://www.nih.at/libzip/libzip-0.10.tar.gz but i cannot connect to that.
I will try to download the tarball manually from another location and put it in the tarball dir. Don't know if it's as easy as that?

Yes, that should work. Just make sure it is the same one, i.e. 0.10 and gz compressed.


RE: The Official OMG, XBMC on Android thread. - Prof Yaffle - 2012-07-14

Oh, so many questions about advanced capabilities on something that's barely out there...

I've got a steam-powered Android 1.6 rotary telephone with CGA graphics (hand-drawn by leprechauns), will it run on that? :-)


RE: The Official OMG, XBMC on Android thread. - Jezz_X - 2012-07-14

(2012-07-14, 10:11)beefsack Wrote: Fantastic work! I'm compiling now, I'll host my binary so people keen to try can get at it easily.

don't quote me on this but we would probably rather you didn't because as jmarshall says here http://forum.xbmc.org/showthread.php?tid=134031&pid=1147147#pid1147147

Quote:We're not providing APKs for those that can't build as yet - we want to focus on getting issues fixed over the next few weeks while prepping for a merge to master.

The purpose of opening it up is to get other devs eyes on it so we can make sure it'll work on as many devices as possible before we push out APKs.

Cheers,
Jonathan



RE: The Official OMG, XBMC on Android thread. - Kweker - 2012-07-14

I used the 0.10.1 and renamed as 0.10
Edit : thanks Anssi! That did the trick. I now saw the message that dependencies built successfully


RE: The Official OMG, XBMC on Android thread. - papampi - 2012-07-14

So is it ok if we go and order our PIVOS XIOS as it is now listed as an official XBMC sponsor or we should wait for OUYA ? or we should use our Atv's and still wait ? Rofl


RE: The Official OMG, XBMC on Android thread. - Starstream - 2012-07-14

Amazing thank you XBMC team for this. I have an Aml8726 and A10 to play with so this is going to rock.


RE: The Official OMG, XBMC on Android thread. - Jezz_X - 2012-07-14

(2012-07-14, 11:04)papampi Wrote: So is it ok if we go and order our PIVOS AIOS as it is now listed as an official XBMC sponsor or we should wait for OUYA ? or we should use our Atv's and still wait ? Rofl

If you run out and buy anything based on this news post all I can do is call you crazy, you would need too wait at least a couple of months to see what sort of hardware is good


RE: The Official OMG, XBMC on Android thread. - jompan87 - 2012-07-14

GREAT NEWS!!! This is a wonderfull day!! Big Grin

Davilla u little teaser Wink


RE: The Official OMG, XBMC on Android thread. - beefsack - 2012-07-14

(2012-07-14, 10:58)Jezz_X Wrote: don't quote me on this but we would probably rather you didn't because as jmarshall says here http://forum.xbmc.org/showthread.php?tid=134031&pid=1147147#pid1147147
Ah I see, I had the APK in my post but have now removed it.
(2012-07-14, 10:49)Kweker Wrote: Thanks anssi, I do in fact have an error in my dependencies. It's trying to get libzip from http://www.nih.at/libzip/libzip-0.10.tar.gz but i cannot connect to that.
I will try to download the tarball manually from another location and put it in the tarball dir. Don't know if it's as easy as that?

I changed the BASE_URL in tools/android/depends/libzip/Makefile as follows:

Code:
BASE_URL=ftp://ftp.giga.or.at/pub/nih/libzip

I've created a pull request to the repo to update the base url to a mirror.


RE: The Official OMG, XBMC on Android thread. - Geeba - 2012-07-14

Fantastic news! All a bit beyond me thou so I'll have to wait for apk's - the F5 key will be getting a bashing over the coming weeks! :-)


RE: The Official OMG, XBMC on Android thread. - papampi - 2012-07-14

(2012-07-14, 11:17)Jezz_X Wrote:
(2012-07-14, 11:04)papampi Wrote: So is it ok if we go and order our PIVOS AIOS as it is now listed as an official XBMC sponsor or we should wait for OUYA ? or we should use our Atv's and still wait ? Rofl
If you run out and buy anything based on this news post all I can do is call you crazy, you would need too wait at least a couple of months to see what sort of hardware is good
You can call me crazy when it comes to xbmc as I already pledged to Ouya and one of the only reasons is to have xbmc on it !
I cant count the number of xbmc devices on my home now and I love it since the first days of xbmc for xbox1 you cant believe how my 5 year old son scroll through libraries and find his animation series or movies or even play music for me ....

so huge thanks to all xbmc team