RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    EmulationStation mod

    Scheduled Pinned Locked Moved Ideas and Development
    mod
    340 Posts 49 Posters 336.9k 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.
    • monstermadeofmanM
      monstermadeofman @jacobfk20
      last edited by

      @jacobfk20

      Awesome dude thank you. Will I need to run that everytime or will it work every time after the first go?

      Not all those who wander are lost

      1 Reply Last reply Reply Quote 0
      • J
        jacobfk20
        last edited by

        @monstermadeofman One time only.

        1 Reply Last reply Reply Quote 0
        • 0
          0byte @simbz23
          last edited by

          @simbz23 said in EmulationStation mod:

          @jacobfk20 Great job on this new ES! Makes using many of the internal functions much easier!

          Only issue I am having is the available wifi networks aren't showing up when I select the "connect to wifi" option in the network settings. All it shows is "Available Networks" and the back button. I can see my current info for the wifi I'm connected to, and can turn on and off the wifi.

          I did see this error in the terminal when I exited out of emulationstation:

          wlan0 interface doesn't support scanning: Device or resource busy

          I put the wificonnect file in /home/pi/.emulationstation/app/wifi/

          Right location? :-/

          4.0 RC1
          pi3
          Logitech F310

          I have the exact same issue as simbz23, the wifi does not connect and emulationstation gives the following errors when exited;

          • wlan0 interface doesn't support scanning: Device or resource busy
          • /.emulationstation/app/wifi ./wificonnect command not found.
            wificonnect is in the ~/.emulationstation/app/wifi folder.

          Ive tested with the build in the original post and have also tested on a fresh install using the beta build via retropienerds script but with the same results.

          Any ideas? This is quite an important feature for my retropie :)

          1 Reply Last reply Reply Quote 0
          • J
            jacobfk20
            last edited by

            @0byte If you're connected to a wireless network already than you cannot scan for a new one, if you want to scan networks again you need to delete the current network you're connected to in SAVED NETWORKS. If SAVED NETWORKS shows up with nothing as well then you need to set wificonnect as executable with chmod +x wificonnect (while in its directory)

            1 Reply Last reply Reply Quote 0
            • E
              eamonmcm
              last edited by eamonmcm

              I tried this and now it loads the retropie splash screen loads before going straight to the terminal.

              1 Reply Last reply Reply Quote 0
              • J
                jacobfk20
                last edited by

                @eamonmcm From terminal, cd to emulationstation's directory and run:
                chmod +x emulationstation

                E 1 Reply Last reply Reply Quote 0
                • E
                  eamonmcm @jacobfk20
                  last edited by

                  @jacobfk20 Sorry I forgot to mention I have tried that a few times. Thanks for the quick reply.

                  1 Reply Last reply Reply Quote 0
                  • J
                    jacobfk20
                    last edited by

                    @eamonmcm Is it saying giving any error?

                    E 1 Reply Last reply Reply Quote 0
                    • E
                      eamonmcm @jacobfk20
                      last edited by

                      @jacobfk20 No just loading the the normal terminal window you would see by pressing F4.

                      1 Reply Last reply Reply Quote 1
                      • J
                        jacobfk20
                        last edited by

                        @eamonmcm Okay, can you give me a quick rundown on what you did? Mostly which link you downloaded from?

                        E 2 Replies Last reply Reply Quote 0
                        • E
                          eamonmcm @jacobfk20
                          last edited by

                          @jacobfk20 I downloaded it from here

                          https://drive.google.com/file/d/0ByWG5kDXyr5NeEtWQ2J2eGVrdk0/view

                          sudo cp'd it over to the folder and mkdir'd the folders for the wifi tool cp again then reboot to the terminal.

                          Thanks again.

                          1 Reply Last reply Reply Quote 0
                          • J
                            jacobfk20
                            last edited by

                            @eamonmcm Can you varify you have an emulationstation in this folder? Sorry if you've already tried this but just need to be sure.
                            ls /opt/retropie/supplementary/emulationstation
                            There should be emulationstation and emulationstation.sh and they both should be green.

                            E 1 Reply Last reply Reply Quote 0
                            • E
                              eamonmcm @jacobfk20
                              last edited by

                              @jacobfk20 It is working now. Thanks for your speed replies and awesome work.

                              1 Reply Last reply Reply Quote 0
                              • E
                                eamonmcm @jacobfk20
                                last edited by

                                @jacobfk20 Yeah it was there but I noticed the file size was different something must have went wrong along the process so I just deleted and restarted over.

                                E 1 Reply Last reply Reply Quote 0
                                • J
                                  jacobfk20
                                  last edited by

                                  @eamonmcm alright. I was actually just going to have you download the install script and run it. But glad you caught it.

                                  E 1 Reply Last reply Reply Quote 0
                                  • E
                                    eamonmcm @eamonmcm
                                    last edited by eamonmcm

                                    @eamonmcm Sorry for being a pain but today I brought my pi to a friends house and when I tried to connect to his wifi it said that wificonnect was missing. I assure you it is there and I have made it executable using the chmod command while being in the /wifi/app directory. I have tried several times to move it over and also tried the first script I seen but a going to try the retropie nerd version now and see if he got the wificonnect working.

                                    Thanks.

                                    LOL I am an idiot.

                                    1 Reply Last reply Reply Quote 0
                                    • E
                                      eamonmcm @jacobfk20
                                      last edited by

                                      @jacobfk20 Sorry for being a pain but today I brought my pi to a friends house and when I tried to connect to his wifi it said that wificonnect was missing. I assure you it is there and I have made it executable using the chmod command while being in the /wifi/app directory. I have tried several times to move it over and also tried the first script I seen but a going to try the retropie nerd version now and see if he got the wificonnect working.

                                      Thanks.

                                      1 Reply Last reply Reply Quote 0
                                      • J
                                        jacobfk20
                                        last edited by

                                        @eamonmcm Alright, the retropienerd script is pretty good and it'll get you the more up to date version of this mod but it still has some problems with wificonnect. The script will make it easier to deal with though.
                                        It doesn't fully get the wificonnect app though so you must get it from git and compile it yourself.
                                        just cd into its dir and type make
                                        then cp the compiled file to ~/.emulationstation/app/wifi
                                        you may have to create those dirs too...

                                        I know this mod is crazy to configure but I've been working on an update to make this all easy.

                                        1 Reply Last reply Reply Quote 0
                                        • frgnF
                                          frgn @jacobfk20
                                          last edited by

                                          @jacobfk20 Hi! Good job!
                                          Maybe, you could help me change the icons of buttons? In this thread all the details.
                                          I tried to compile it myself, but I am a complete noob in programming.
                                          I hope, you find my idea useful, and implement it.

                                          Aloha from Russia, and sorry for my bad English. ¯\(ツ)/¯
                                          My RetroPie themes repo - https://github.com/free-gen/
                                          Blast16 to MDMINI mod
                                          DONATE HERE

                                          1 Reply Last reply Reply Quote 0
                                          • J
                                            jacobfk20
                                            last edited by

                                            @frgn I took a look at the thread and saw you posted a copy of your converted files and dropped them into one of my ES builds and it compiled just fine. My help icons now look like buttons from a ps controller (which is fitting as I primarily use them)

                                            What exactly is the problem? You've already converted them you should just be able to build the source and it should be smooth sailing.

                                            frgnF 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.