Kodi Community Forum

Full Version: AMAZON FIRE TV 2 -trying to entirely move Kodi data to external sdcard1 Help ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
im trying to entirely move Kodi data to external sdcard1 storage,

Open a Fire TV shell prompt by running the command:
adb shell
Create a directory called kodi on your USB drive where we will move Kodi’s files by running the command:

mkdir /storage/sdcard1/kodi

Copy Kodi’s files to your USB drive by running the command:

cp -r /sdcard/Android/data/org.xbmc.kodi/files/.kodi /storage/sdcard1/kodi/


Create a blank Kodi configuration file by running the command:
touch /sdcard/xbmc_env.properties

Fill the configuration file by running the command:
echo xbmc.data=/storage//sdcard1/kodi > /sdcard/xbmc_env.properties

This Does Not work please help?