RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Accidentally uninstalled default theme on Pi Zero

    Scheduled Pinned Locked Moved Help and Support
    themestech help
    84 Posts 4 Posters 37.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      backstander @BennySpaceCore
      last edited by backstander

      @BennySpaceCore

      ok, after i typed it nothing popped up after, should i do the rest of the commands you gave me earlier?

      Yes

      This command mounts your USB drive
      sudo mount /dev/sda1 /mnt/usb1

      This creates a home "themes" directory (only do this once)
      mkdir /home/pi/.emulationstation/themes (if this directory is not already there)

      This copies the "pixel" theme from your USB drive to your "themes" directory
      cp -R /mnt/usb1/pixel /home/pi/.emulationstation/themes/

      BennySpaceCoreB 1 Reply Last reply Reply Quote 0
      • BennySpaceCoreB
        BennySpaceCore @backstander
        last edited by

        @backstander so close yet so far http://m.imgur.com/y4mrdek

        B 1 Reply Last reply Reply Quote 0
        • B
          backstander @BennySpaceCore
          last edited by backstander

          @BennySpaceCore
          Can you read that USB drive in Windows? (are you using Windows or Mac OS X?)

          BTW, I just plugged in a USB drive into my RPi and it auto-mounted it at /media/usb0

          BennySpaceCoreB 1 Reply Last reply Reply Quote 0
          • BennySpaceCoreB
            BennySpaceCore @backstander
            last edited by

            @backstander yeah i have windows, should i use the name that it has in windows?

            B 1 Reply Last reply Reply Quote 0
            • B
              backstander @BennySpaceCore
              last edited by backstander

              @BennySpaceCore
              Yeah try that instead. You can also type ls /media/usb0 just to see if "pixel" shows up on the list.

              BennySpaceCoreB 2 Replies Last reply Reply Quote 0
              • BennySpaceCoreB
                BennySpaceCore @backstander
                last edited by

                @backstander alright ill try different things

                1 Reply Last reply Reply Quote 0
                • BennySpaceCoreB
                  BennySpaceCore @backstander
                  last edited by

                  @backstander oh my god it worked, thank you so much, I have one last question, can you help me replace the splash screen with the pixel one that's in the pixel theme folder? If not that's fine, it just would be nice for everything to match.

                  B 2 Replies Last reply Reply Quote 0
                  • B
                    backstander @BennySpaceCore
                    last edited by backstander

                    @BennySpaceCore
                    HerbFargus has a collection of different splashscreens locate here:
                    https://github.com/HerbFargus/retropie-splashscreens-extra

                    Find the ones you like and put them on your USB flash drive. Then after you plug your USB drive into your Pi Zero, type something like cp /media/usb0/<NAME-OF-IMAGE-FILE> ~/RetroPie/splashscreens

                    Next go into the RetroPie menu -> Splash Screens menu and pick the splashscreen you like:
                    https://github.com/RetroPie/RetroPie-Setup/wiki/splashscreen

                    BennySpaceCoreB 1 Reply Last reply Reply Quote 0
                    • B
                      backstander @BennySpaceCore
                      last edited by

                      @BennySpaceCore
                      There's also a Pixel Runcommand Launch screen pictures that shows when you launch a game.

                      Download this file and put it on your USB drive:
                      https://dl.dropboxusercontent.com/u/60872572/EmulationStation/Pixel/Pixel_RunCommand_Wallpapers/launching.zip

                      With USB drive in Pi Zero type this to install:
                      unzip -o launching.zip -d /opt/retropie/configs/

                      BennySpaceCoreB 1 Reply Last reply Reply Quote 0
                      • BennySpaceCoreB
                        BennySpaceCore @backstander
                        last edited by

                        @backstander what if i wanted to use a video for the splash screen? would i just do cp /media/usb0/<NAME-OF-VIDEO-FILE> ~/RetroPie/splashscreens

                        btw this is what i want to use

                        1 Reply Last reply Reply Quote 0
                        • BennySpaceCoreB
                          BennySpaceCore @backstander
                          last edited by

                          @backstander I tried to use a video for the splash screen, it said it could find the file name, same for the game launch screen

                          B 1 Reply Last reply Reply Quote 0
                          • B
                            backstander @BennySpaceCore
                            last edited by

                            @BennySpaceCore

                            what if i wanted to use a video for the splash screen? would i just do cp /media/usb0/<NAME-OF-VIDEO-FILE> ~/RetroPie/splashscreens

                            Yes that should work

                            I tried to use a video for the splash screen, it said it could find the file name

                            It might be easiest if your Video file doesn't have any spaces in the name or you can put quote around "/media/usb0/<NAME-OF-VIDEO-FILE>"

                            same for the game launch screen

                            Sorry, I forgot to put "/media/usb0/" before "launching.zip". Try this instead:
                            unzip -o /media/usb0/launching.zip -d /opt/retropie/configs/

                            BennySpaceCoreB 1 Reply Last reply Reply Quote 0
                            • BennySpaceCoreB
                              BennySpaceCore @backstander
                              last edited by

                              @backstander alright thanks, will try when I get home from school, btw thank you very much for helping me, I wish I could repay you.

                              B 1 Reply Last reply Reply Quote 1
                              • B
                                backstander @BennySpaceCore
                                last edited by

                                @BennySpaceCore

                                btw thank you very much for helping me, I wish I could repay you.

                                You're welcome and don't worry about it. Just pay it forward. When you get more comfortable on the RPi maybe help someone else on the forums or in person.

                                BennySpaceCoreB 2 Replies Last reply Reply Quote 2
                                • BennySpaceCoreB
                                  BennySpaceCore @backstander
                                  last edited by

                                  @backstander it still can't find ether, btw my USB stick name is ESD-USB http://m.imgur.com/nuW5QJU

                                  B 1 Reply Last reply Reply Quote 0
                                  • BennySpaceCoreB
                                    BennySpaceCore @backstander
                                    last edited by

                                    @backstander just found out I didn't do cp for the splash screen, yet it still didn't work

                                    1 Reply Last reply Reply Quote 0
                                    • B
                                      backstander @BennySpaceCore
                                      last edited by

                                      @BennySpaceCore said in Accidentally uninstalled default theme on Pi Zero:

                                      it still can't find ether, btw my USB stick name is ESD-USB

                                      You USB drive might be named "ESD-USB" in Windows but that's not what we need to know when copying files from it.

                                      You're still going to need /media/usb0/ and think of that like "D:\" in Windows (or whatever drive letter instead of D).

                                      To list out (or show) all the files on your USB drive type:
                                      ls -l /media/usb0/
                                      "ls" means to list (like "dir" in MS-DOS)
                                      "-l" just means to give more information like size and date file was created, etc.
                                      "/media/usb0/" is the directory you want to see what files are in
                                      The MS-DOS equivalent would be "dir d:\"

                                      Do that "ls" command mentioned above and let me know what you see.

                                      BennySpaceCoreB 1 Reply Last reply Reply Quote 0
                                      • BennySpaceCoreB
                                        BennySpaceCore @backstander
                                        last edited by

                                        @backstander after I type it, it says total 0, I tried ESD-USB just to see what it would say and it said it can't find it

                                        1 Reply Last reply Reply Quote 0
                                        • B
                                          backstander
                                          last edited by

                                          maybe try ls -l /media/usb1/
                                          if nothing found then try ls -l /media/usb2/

                                          BennySpaceCoreB 1 Reply Last reply Reply Quote 0
                                          • BennySpaceCoreB
                                            BennySpaceCore @backstander
                                            last edited by

                                            @backstander still nothing :(

                                            B columboscoatC 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.