Kodi Community Forum
Android AMAZON FIRE TV 2 -trying to entirely move Kodi data to external sdcard1 Help ? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Android (https://forum.kodi.tv/forumdisplay.php?fid=164)
+---- Thread: Android AMAZON FIRE TV 2 -trying to entirely move Kodi data to external sdcard1 Help ? (/showthread.php?tid=241358)



AMAZON FIRE TV 2 -trying to entirely move Kodi data to external sdcard1 Help ? - ismadder - 2015-10-06

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?