If you’ve followed my guide to move Kodi’s data to external storage on a 1st-gen Fire TV, you’ll probably find all your Kodi settings and data are gone after your device updates to the new 5.0.5 software version. That’s because Fire OS 5 changes the 1st-gen Fire TV’s path for external USB storage from
If you moved all Kodi data to External Storage using my guide…
- Connect to your Fire TV via ADB.
- Run the command:
adb shell - Run the command:
echo xbmc.data=/storage/usbdisk/Android/data/org.xbmc.kodi/files > /sdcard/xbmc_env.properties - Optionally, run this command to delete any new Kodi files from your Fire TV’s internal storage that may have been created:
rm -rf /sdcard/Android/data/org.xbmc.kodi/files/.kodi - Run the command:
exit
If you moved only Kodi’s thumbnails to External Storage using my guide…
- Connect to your Fire TV via ADB.
- Run the command:
adb shell - Run the command:
echo \<advancedsettings\>\<pathsubstitution\>\<substitute\>\<from\>special://thumbnails/\</from\>\<to\>/storage/usbdisk/Android/data/org.xbmc.kodi/files/.kodi/userdata/Thumbnails/\</to\>\</substitute\>\</pathsubstitution\>\</advancedsettings\> > /sdcard/Android/data/org.xbmc.kodi/files/.kodi/userdata/advancedsettings.xml - Optionally, run this command to delete all Kodi thumbnail files from your Fire TV’s internal storage:
rm -rf /sdcard/Android/data/org.xbmc.kodi/files/.kodi/userdata/Thumbnails - Run the command:
exit
im trying using terminal with a macbook but says command not found?
-bash: adb: command not found