![]() |
Cant get into setting - Printable Version +- OpenELEC Forum (https://forum.openelec.tv) +-- Forum: Generic Forum (https://forum.openelec.tv/forumdisplay.php?fid=5) +--- Forum: KODI (https://forum.openelec.tv/forumdisplay.php?fid=32) +--- Thread: Cant get into setting (/showthread.php?tid=14917) |
Cant get into setting - slagman26 - 10-31-2011 hi i downloaded skin and it installed itself, the problem i have now is i cant get into setting to change it, i really dont want re-install Openelec... is there a way to change the skin not in setting or roll it back to the orignal one??/ This is all been done on a Xtreamer Ultra Help please Re: Cant get into setting - chewitt - 10-31-2011 SSH into the box and navigate to /storage/.xbmc/addons and "rm -rf <skin_folder_name>" then "reboot" - XBMC will default back to Confluence if it cannot find the configured skin when it restarts. Re: Cant get into setting - slagman26 - 10-31-2011 sorry to sound stupid but iam new to this when you say SSH into th box where exactly do i do that as i can get into anything on it? Re: Cant get into setting - chewitt - 10-31-2011 run THIS, select SSH protocol, and create a connection to the IP address of your HTPC username = root password = openelec it will prompt you to store the HTPC ssh key info (click ok) and then you should have a command shell where you can type: rm -rf /storage/.xbmc/addons/<name_of_the_skin_folder> replace <name_of_the_skin_folder> with the name of the skin folder, probably skin.something |