Archive:Android FAQ

From Official Kodi Wiki
Jump to navigation Jump to search
Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?

This is the Frequently Asked Questions for Android. Template:XBMC FAQ


General FAQ

See also: XBMC all platforms FAQ for FAQs that apply to all versions of XBMC.

Will this really do 1080 and all that stuff the desktop can do?

Link
  • Yes! This is a full port of XBMC! It is not a thin client or lite version!
Note: Hardware video decoding support is very limited right now, so most devices will have to use software decoding. Expect support for hardware decoding to improve with time.
  • The initial aim for the Android port is to get XBMC working on inexpensive Android set-top-boxes. Phones and tablets will be supported as well for those who want XBMC on-the-go.

Installing/getting XBMC for Android

Link

Is XBMC for Android different from normal XBMC?

Link
  • The current version of XBMC for Android is based on pre-Frodo (version 12) and is based on the same code as XBMC for all the other supported platforms. This is an unstable development version.

How do I find out what version of XBMC am I running?

Link
  • XBMC main menu > System > Lower submenu > System info. Note the alpha version and/or build date.

Video and audio formats XBMC for Android can playback

Link
  • XBMC for Android supports all the same formats that other platforms do (such as desktop OS).
  • Due to the weak processing power of most ARM processors, for smooth playback most Android hardware will require proper hardware decoding. (See #Requirements below)

Requirements

Link
Stop hand.png It is highly recommended for users to not make any hardware purchases in anticipation of running Kodi on Android without first researching the device you want to buy. Before you do buy, make sure multiple people have verified that it works! If in doubt, do not buy any hardware!
  • Kodi v17 and later requires Android 5.0 or higher.
  • x86 (Intel) or a NEON-compatible ARM-processor, (for example: Nvidia Tegra 3 and newer are fully supported by Kodi, while Tegra 2 and older are not).
  • The main aim for the Android port of Kodi is to foremost target media-players/set-top-boxes/sticks that connect to a large screen television and uses a standard remote control as its main interface device, (that is the same market as for HTPC).

Google TV

Link
  • Google TV devices are currently not supported.

How to hide the Android navbar

Link
  • Since Android v4 (aka, Ice Cream Sandwich), Android has changed how their navigation bar works. On some Android devices that do not have physical buttons, the navbar cannot be normally hidden, but only "dimmed". Some Android set-top-boxes have this "no buttons" flag set, and will not hide the navigation bar when using XBMC or any other full screen videos.
  • To remove the navbar:
    • You can use "HideBar" (Has a free version, and is open source if you wish to compile yourself)
    • A custom Android ROM can be installed to correctly handle the navbar on set-top-boxes.
    • There's some other tricks you can do if you have rooted the device Editor note: I keep hearing this, but haven't found any of these tricks yet. If someone finds one then please note it here.

Where can I get more information?

Link

Troubleshooting

Userdata folder and logs

Link

The userdata folder and debug log is located on external storage/sdcard at one of the following locations (depending on your device):

userdata folder
  • /Android/data/org.xbmc.xbmc/files/.xbmc/userdata/
  • /sdcard/Android/data/org.xbmc.xbmc/file/.xbmc/
  • /data/data/org.xbmc.xbmc/files/.xbmc/
  • Be sure to have hidden folders set to be shown in your file explorer.
debug log
  • /Android/data/org.xbmc.xbmc/cache/temp/xbmc.log
  • /sdcard/Android/data/org.xbmc.xbmc/cache/temp/xbmc.log
  • /data/data/org.xbmc.xbmc/cache/temp/xbmc.log