XBMC for ANDROID

  Thread Rating:
  • 2 Votes - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
succo Offline
Fan
Posts: 361
Joined: Mar 2008
Reputation: 0
Location: Taranto, Italy
Post: #121
Code:
~/xbmc-android$ file system/players/dvdplayer/libavcodec-53-i486-linux.so
system/players/dvdplayer/libavcodec-53-i486-linux.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, not stripped
~/xbmc-android$ file tools/android/packaging/xbmc/lib/x86/libav
~/xbmc-android$ file tools/android/packaging/xbmc/lib/x86/libavcodec-53-i486-linux.so
tools/android/packaging/xbmc/lib/x86/libavcodec-53-i486-linux.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped
~/xbmc-android$ file tools/android/packaging/xbmc/obj/local/x86/libavcodec-53-i486-linux.so
tools/android/packaging/xbmc/obj/local/x86/libavcodec-53-i486-linux.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, not stripped
it doesn't seem to be right, is it? the response is quite similar to the one i have from my xbmc for linux located in system/lib/ffmpeg/libavcodec/avcodec-53-i486-linux.so
Code:
file ../xbmc/lib/ffmpeg/libavcodec/avcodec-53-i486-linux.so
../xbmc/lib/ffmpeg/libavcodec/avcodec-53-i486-linux.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=0x24fec88f4a5b77282c94574f71998c16372c69d7, not stripped
(This post was last modified: 2012-08-15 23:39 by succo.)
find quote
succo Offline
Fan
Posts: 361
Joined: Mar 2008
Reputation: 0
Location: Taranto, Italy
Post: #122
hmm... to be sure i checked my sensors.amd_brazos.so, and it seems to check just the same (but it works)
Code:
file android-x86/out/target/product/brazos/system/lib/hw/sensors.amd_brazos.so
android-x86/out/target/product/brazos/system/lib/hw/sensors.amd_brazos.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped
on the other hand, as far as i could check, all the other stuff in xbmc seems to work
i have no clue, right now
find quote
succo Offline
Fan
Posts: 361
Joined: Mar 2008
Reputation: 0
Location: Taranto, Italy
Post: #123
ok, i just realized i was still using android branch (as i was following the readme, which points to that branch)
this afternoon i'm going to try and use master, let's see what happens Smile
find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #124
can you add another remote to the pivos xios like the boxee remote or another remote that has a keyboard on the back?

ATV1 with crystalbuntu V1 (11.eden). Theater remote URC MX-810, droidx wtih xbmc remote, or transformer tf101 with YATSE. 2 x ATV2 (V12.0 Eden).

find quote
succo Offline
Fan
Posts: 361
Joined: Mar 2008
Reputation: 0
Location: Taranto, Italy
Post: #125
Ok, i rebuilt the apk adding the --with-cpu=x86 instance (and using master branch) and now everything seems to work... what i noticed is that the apk seems to need to be installed, can't be 'just added' to the custom apps in my android build folder, as it fc on start... everything works once it's installed
Is this a known/wanted stuff?
Btw, wouldn't the wiki entry need a little update to point to master?
And again, any chances of some more interesting music visualization?
Thanks for all the work!
find quote
Ned Scott Offline
Team-XBMC Wiki Guy
Posts: 11,878
Joined: Jan 2011
Reputation: 130
Location: Arizona, USA
Post: #126
(2012-08-16 19:35)rflores2323 Wrote:  can you add another remote to the pivos xios like the boxee remote or another remote that has a keyboard on the back?

That should work, yes. As long as it's seen as a standard USB keyboard, no additional software should be needed.

You can make easy links to the XBMC wiki using double brackets around words: [[debug log]] = debug log, [[Add-on:YouTube]] = Add-on:YouTube, [[Adding videos to the library]] = Adding videos to the library, [[userdata]] = userdata, etc
find quote
chricke Offline
Junior Member
Posts: 7
Joined: Aug 2012
Reputation: 0
Post: #127
hi,

i build xbmc from the git repos yesterday and it runs really nice on my samsung galaxy s3.

there are just a few things that i noticed:
- audio works with headphones plugged in and over hdmi but not with the internal speaker - or did i miss some setting for this?
- when decreasing volume audio begins to stutter
- hd video above 720p stutters (i know -> no hardware acceleration), but up to 720p it runs very smoothly ;-)

beside this few issues it is really impressing how stable this it seems to be even in this early stage of development.

i think i will also test it on my motorola xoom and use the s3 as a remote ;-)
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,397
Joined: Feb 2008
Reputation: 58
Post: #128
"- when decreasing volume audio begins to stutter"

that's strange, I fixed that bug.


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
chricke Offline
Junior Member
Posts: 7
Joined: Aug 2012
Reputation: 0
Post: #129
is that fix already in the git repos so i can build a new version?

Edit: sorry - i misunderstood you post. so it is a known bug for which a fixed was already implemented?
(This post was last modified: 2012-08-20 17:37 by chricke.)
find quote
kemonine96 Online
Senior Member
Posts: 193
Joined: Jul 2012
Reputation: 3
Post: #130
(2012-08-20 17:34)chricke Wrote:  is that fix already in the git repos so i can build a new version?

Edit: sorry - i misunderstood you post. so it is a known bug for which a fixed was already implemented?

The fix for this problem is in the main xbmc git repo. Davilla's fix was comitted to mainline on 2012/08/11.
find quote
Post Reply