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
in /data/media/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.estuary.mod/language/resource.language.en_us
/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 favorite 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 Concerts(1), Billiard(2), Thai movies (7), 3D(52).