Quote Originally Posted by costas3850 View Post

If ux folders are on external card modify tools.lua according to the name under which the external card is seen ( for me \storage\extSdCard\ ) :
storage = ""
local _ = string.gsub(tools, "(.+)(Android)", function(s) storage = s return end)
storage = "\storage\extSdCard"
This is not true. First, the name of the card is different for different versions of Android. The second is that tools.lua should be on the same carrier, where is your_xxx