Kodi Community Forum
Getting XBMC 12.1 to show on the topshelf/toprow on 5.2 - 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: iOS & tvOS (https://forum.kodi.tv/forumdisplay.php?fid=137)
+---- Thread: Getting XBMC 12.1 to show on the topshelf/toprow on 5.2 (/showthread.php?tid=159696)



Getting XBMC 12.1 to show on the topshelf/toprow on 5.2 - Memphiz - 2013-03-19

Because of the fact that showing XBMC on the first row of the ATV2 Software doesn't work reliable on all iOS Versions we had to disable this feature by default.

For users running iOS 6.1 (ATV2 Version 5.2) and want to give it a try here is a short HowTo.

1. Make sure that you are running XBMC 12.1 at the very least
2. ssh into the atv2 and issue the following commands:

Code:
cp /Applications/XBMC.frappliance/Info.plist /Applications/XBMC.frappliance/Info.plist.orig
wget --no-check-certificate https://dl.dropbox.com/u/30371861/atv2xbmctoprow.plist -O /Applications/XBMC.frappliance/Info.plist
killall AppleTV

For reverting the change and heaving the original installation back do:

Code:
cp /Applications/XBMC.frappliance/Info.plist.orig /Applications/XBMC.frappliance/Info.plist
killall AppleTV

In case your top row is already filled with 5 apps you can try to disable some of them in the parental control options of the ATV2.

Have fun.