Archive:Android FAQ: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
Line 158: Line 158:
| Answer=
| Answer=
* XBMC has its own volume level in addition to the Android system volume level, so be sure to check that both are up if you are having issues hearing audio.
* XBMC has its own volume level in addition to the Android system volume level, so be sure to check that both are up if you are having issues hearing audio.
}}
{{FAQ|1=NFS
| BGcolor=
| Question= NFS file sharing doesn't work
| Answer=
* [[NFS]] currently isn't supported in XBMC for Android (yet).
}}
}}



Revision as of 02:29, 5 December 2012

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)

Accessing media

Link
  • You can connect to media that's being shared from a computer, HTPC, or NAS device on your local network.
  • You can access media on the internal memory, SD cards or from USB ports (hard drives, USB stick drives, directly or via hubs, etc).

Add-ons and skins

Link
  • XBMC for Android is a full version of XBMC and will be able to use all non-platform specific add-ons and skins. More feature rich (CPU demanding) skins like AEON Nox might not run smoothly on lower powered systems, so keep to "lighter" skins for those boxes.
  • If you are using a touch screen device and the build you are using did not include it, you can manually instal Add-on:Touched for better touch screen support.

Remote controls

Link
  • Some Android set-top-boxes come with a remote and an IR port which XBMC can use.
  • Any Keyboard such as wired, wireless, bluetooth (if supported in your Android ROM). This includes "keymotes" such as a Rii, Boxee remote, most "air mouse" keyboard remotes, and others that appear as a normal USB keyboard to the system.
  • Web interfaces, including add-on interfaces.
  • XBMC smartphone and tablet remote apps.
  • Other IR remotes can be used with IR receivers such as the Flirc.
  • Some Android devices support CEC

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.

Launching Android apps from within XBMC

Link
  • XBMC can launch other Android apps by going to "Programs" (on the home screen) and selecting the app you want to run.

Troubleshooting

Getting more help with XBMC for Android

Link

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/files/.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


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, please note it here.

XBMC uses the battery too fast on portable devices

Link
  • This is a known issue. The main effort right now for XBMC for Android is set-top-boxes, but expect power usage issues to improve in time.

Issues with audio volume

Link
  • XBMC has its own volume level in addition to the Android system volume level, so be sure to check that both are up if you are having issues hearing audio.

NFS file sharing doesn't work

Link
  • NFS currently isn't supported in XBMC for Android (yet).

Performance: video buffering, stuttering, choppiness

Link
  • Note: Remember that hardware video decoding, which will be required on most devices for smooth video playback, is still very limited at this time. (see #Requirements)
  • Avoid using wireless. A lot of Android devices have weak wifi, even those that advertise as being wireless-n. It may be possible to use a USB-to-ethernet dongle on some devices.
  • Switch to a different network protocol (especially if you are using SMB), i.e. NFS, FTP, WebDAV, etc.
  • Try sharing the media on another device to rule out a device-specific (or network) issue.
  • Turn off thumbnails, XBMC > Settings > Video > File and deselect 'generate thumbnails'.
  • h.264 Hi10P will not work as there are no ARM processors powerful enough to software decode it, and no hardware decoders exist for it.
  • If your TV/receiver supports it, enable various audio passthrough options to reduce the load on the CPU.
  • If RSS feed is enabled, disable it in settings. This makes the main menu a bit faster.