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.
    • RookervikR
      Rookervik Global Moderator @backstander
      last edited by

      @backstander Yes, the official Pixel repo is now my own github version. I finally learned how to use that junk so I could save Herb some work. The link is: https://github.com/ehettervik/es-theme-pixel

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

        @Rookervik thank you very much! I shall use this to see if it works.

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

          @backstander I'm trying to do this now, where do I type in all the commands?

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

            @Rookervik @Rookervik so when I try to unzip the file, it says it can't find it, I just put it on the USB drive, not sure if I was suppose to put in the retro pie folder but I have Roms in there, here's the screen I get. Also pretty sure that the file names are the same. alt text

            RookervikR 1 Reply Last reply Reply Quote 0
            • RookervikR
              Rookervik Global Moderator @BennySpaceCore
              last edited by

              @BennySpaceCore You should give this a read, first. https://github.com/retropie/retropie-setup/wiki/themes

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

                @Rookervik the problem is it's not that easy for me, I have a raspberry pi zero and no wifi dongle, so I'm trying to figure out how I can download that theme on a USB drive and transfer it to the retropie SD card and install it. Also right now my theme is the blank theme seen in this tutorial https://github.com/retropie/retropie-setup/wiki/Creating-Your-Own-EmulationStation-Theme

                1 Reply Last reply Reply Quote 0
                • RookervikR
                  Rookervik Global Moderator
                  last edited by

                  Ugh, it's going to be a little tough for you, then. You'll have to extract and copy the theme folder to the USB and then get the USB mounted. I have no experience in that. It's linux though, and there are thousands of tutorials out there on mounting a USB drive.

                  Once you can mount the USB and browse the contents, you will need to copy the theme folder to /home/pi/.emulation/themes

                  So I guess, hypothetically, if your USB is mounted at /mnt/usb1 you'd type something like this into the console:

                  mkdir /home/pi/.emulationstation/themes

                  Don't worry if the folder is already there. Then something like:

                  cp /mnt/usb1/es-theme-pixel -R /home/pi/.emulationstation/themes/

                  Modify this to how ever your system is set up. Or use this information to enhance your google search.

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

                    I gave @BennySpaceCore the directions to download the ZIP file of your github pixel files. So after you download the ZIP file, just extract it to the USB flash drive. Now there should be a directory on the USB flash drive named "es-theme-pixel-master" (or something like that), just rename that directory to "pixel" then eject it from your PC and plug it into your Pi Zero.

                    Now to get to the command line from EmulationStation with a USB keyboard plugged into your Pi Zero, you press F4 on the keyboard. Then you can do like what @Rookervik said:
                    mkdir /home/pi/.emulationstation/themes (if needed)
                    cp -R /mnt/usb1/pixel /home/pi/.emulationstation/themes/

                    Hopefully that helps. If you run into a snag, just post here and we'll try to get you back on track.

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

                      @backstander alright, so right now im trying to download and install raspbian to mount the usb, so this might take a while, ill update you when its ready to install on the usb

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

                        @backstander For some reason it wont let me write raspbian on the USB drive, so later I might just take out the SD card of my Pi, and trying not to break it in the process, would I be able just to install a theme to the SD card it self? The reason I haven't tried doing this in the first place is that my casing it very tight and it might be difficult taking out the SD card without breaking anything since everything is so close.

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

                          @BennySpaceCore
                          I'm not sure why you're installing Raspbian on the USB drive.
                          You need to install Raspbian on the USB drive. RetroPie should be able to read a Windows/FAT formatted USB drive. Also (I've never tried it but) I believe it can read Windows/NTFS formatted drives as well.

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

                            @backstander i just read that is a way to mount a USB drive for raspberry pi

                            is there a better way i can mount it that you know of?

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

                              @BennySpaceCore
                              I'm pretty sure that RetroPie/raspbian auto-mounts USB flash drives right after you plug them in.

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

                                @backstander thats strange, because if retropie does auto-mount then i have run into a problem, it says it cant find the directory when i put it in the commands.

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

                                  @BennySpaceCore
                                  I'm not at my RPi so I'm just going off memory here again lol
                                  Okay so to mount the USB drive try this:
                                  sudo mount /dev/sda1 /mnt/usb1

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

                                    @backstander ok ill go try!

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

                                      @backstander the message I got was mount: mount point /mnt/usb1 does not exist. I typed the whole thing in at once, was I not supposed to do that?

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

                                        @BennySpaceCore
                                        Okay type this first:
                                        sudo mkdir /mnt/usb1

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

                                          @backstander Ok let me do that

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

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

                                            B 1 Reply 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.