porque para que reconozca alguna carpeta mas hay que editarlo...
si sabes de que va el tema solo abre los archivos fulltheme.lua, savetheme.lua, etc, etc y editalos y curratelos a tu gusto que es lo que estoy yo haciendo, para incluir mas temas, o los mios propios..
aqui tienes un ejemplo de fulltheme.lua y como va el tema:
screen:clear()
screen:print(0,0,"theme flasher made by lucifer",groen)
screen:print(420, 0, bat.."%bat", groen)
screen:print(20,50," flash Black-Blue Sexy XMB",blauw)
screen:print(20,70," flash scribbeld XMB",blauw)
screen:print(20,90," flash blue vista XMB",blauw)
screen:print(20,110," flash next generation black XMB",blauw)
screen:print(20,130," flash next generation white XMB",blauw)
screen:print(20,160," back",blauw)
pad = Controls.read()
if current == 1 then
screen:print(20,50,"->flash Black-Blue Sexy XMB",rood)
screen:print(20,260,"press [ ]to flash",dgroen)
end
if current == 2 then
screen:print(20,70,"->flash scribbeld XMB",rood)
screen:print(20,260,"press [ ]to flash",dgroen)
end
if current == 3 then
screen:print(20,90,"->flash blue vista XMB",rood)
screen:print(20,260,"press [ ]to flash",dgroen)
end
etc, etc....
Salut2