Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Android Installation

Yuki MIZUNO edited this page Aug 5, 2015 · 3 revisions

The problem

Kodi for Android error

In some cases, Kodi for android installs add-ons into $EXTERNAL_STORAGE and external storage is mounted with non-executable option. If the PVR add-on is placed on non-executable device, Kodi can't load the add-on.

So, you should place Chinachu PVR add-on in specific location.

For rooted devices

First, install Chinachu PVR client to Kodi from zip file. (See README.md)

Enter the adb shell and execute as root:

# mv $EXTERNAL_STORAGE/Android/data/org.xbmc.kodi/files/.kodi/addons/pvr.chinachu/libpvr.chinachu.so $ANDROID_DATA/app/org.xbmc.kodi-1/lib/arm/
# chmod 755 $ANDROID_DATA/data/app/org.xbmc.kodi-1/lib/arm/libpvr.chinachu.so
# chown system:system $ANDROID_DATA/app/org.xbmc.kodi-1/lib/arm/libpvr.chinachu.so

Then, force restart Kodi

For non-rooted devices.

Coming soon.

Clone this wiki locally