This is an old revision of the document!
Tanix Tx6 with Android 9
The new default skin “Estuary” is very good, not too heavy, and well maintained. However, it lacks the ability to customize the home screen. This walk-through exists also for Kodi 18.1 on LibreELEC 9.0.1.
However, it is possible to customize the home menu items manually. With SSH access to your Kodi box, you can create custom menu entries.
su cp -R /data/data/org.xbmc.kodi/cache/apk/assets/addons/skin.estuary /data/media/0/Android/data/org.xbmc.kodi/files/.kodi/addons ; source: /data/data/org.xbmc.kodi/cache/apk/assets/addons/skin.estuary ; dest: /data/media/0/Android/data/org.xbmc.kodi/files/.kodi/addons
/data/media/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.estuary.mod/addon.xml
/data/media/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/favorites.xml
/data/media/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.estuary.mod/xml/Home.xml
/data/data/org.xbmc.kodi/cache/apk/assets/media /data/media/0/Android/data/org.xbmc.kodi/files/.kodi/media
Refer to the example file home.zip which contains custom menu items replacing the games entry. Note id 43 below, which is the id of the favourite selected.
<item> <label>$LOCALIZE[20389]</label> <property name="menu_id">$NUMBER[17000]</property> <onclick>ActivateWindow(10025,"videodb://movies/sets/43/?setid=43",return)</onclick> <thumb>icons/sidemenu/musicvideos.png</thumb> <property name="id">games</property> <visible>!Skin.HasSetting(HomeMenuNoGamesButton)</visible> </item>
In my setup, it is 3D(39), Billiard(42), Concerts(43), and Thai movies (47).