Page 17 of 24

Re: YaYa's first GBZ - Kite's SAIO - Big Battery - NO Glue - Custom 3D parts - DC Jack - minimum case mod

Posted: Mon Mar 19, 2018 12:02 pm
by MSD
somatorio wrote:
Mon Mar 19, 2018 10:27 am
@MSD could you try this? (updated the script)

Code: Select all

curl -fsSL gbz-menu.somatorio.org | sudo sh
Thanks @somatorio
You want me to type it directly after SSH? On which step should I do this?

Re: YaYa's first GBZ - Kite's SAIO - Big Battery - NO Glue - Custom 3D parts - DC Jack - minimum case mod

Posted: Mon Mar 19, 2018 12:38 pm
by somatorio
MSD wrote:
Mon Mar 19, 2018 12:02 pm
somatorio wrote:
Mon Mar 19, 2018 10:27 am
@MSD could you try this? (updated the script)

Code: Select all

curl -fsSL gbz-menu.somatorio.org | sudo sh
Thanks @somatorio
You want me to type it directly after SSH? On which step should I do this?
yes, this command will "download" the script and pass it to sh interpreter, which will run it and install the menu :)

Re: YaYa's first GBZ - Kite's SAIO - Big Battery - NO Glue - Custom 3D parts - DC Jack - minimum case mod

Posted: Mon Mar 19, 2018 1:01 pm
by YaYa
MSD wrote:
Mon Mar 19, 2018 12:02 pm
somatorio wrote:
Mon Mar 19, 2018 10:27 am
@MSD could you try this? (updated the script)

Code: Select all

curl -fsSL gbz-menu.somatorio.org | sudo sh
Thanks @somatorio
You want me to type it directly after SSH? On which step should I do this?
You ssh and just type this command. It’s a shortcut to the whole guide i have written :mrgreen:

Re: YaYa's first GBZ - Kite's SAIO - Big Battery - NO Glue - Custom 3D parts - DC Jack - minimum case mod

Posted: Mon Mar 19, 2018 1:03 pm
by YaYa
moooarcuuuus wrote:
Mon Mar 19, 2018 6:53 am
YaYa wrote:
Sun Mar 18, 2018 10:50 am
Oh i see... let me check if it can work also with armv71, the code has been tested with arm61

By the way, why is the arm version different ? I should dig that
The Raspberry ecosystem is a jungle. CM3L is armv7, zero is v6 and 3 is v8. Your optimizations should work with all of them. There is no hardware settings like turn of cores etc... (if the tool tweaks the same as you in this thread)
Thanks moaaarcus, yeah i was pretty sure this would work as i do not touch to the core of the system :D

Re: YaYa's first GBZ - Kite's SAIO - Big Battery - NO Glue - Custom 3D parts - DC Jack - minimum case mod

Posted: Mon Mar 19, 2018 1:08 pm
by MSD
YaYa wrote:
Mon Mar 19, 2018 1:01 pm
MSD wrote:
Mon Mar 19, 2018 12:02 pm
somatorio wrote:
Mon Mar 19, 2018 10:27 am
@MSD could you try this? (updated the script)

Code: Select all

curl -fsSL gbz-menu.somatorio.org | sudo sh
Thanks @somatorio
You want me to type it directly after SSH? On which step should I do this?
You ssh and just type this command. It’s a shortcut to the whole guide i have written :mrgreen:
Thank you guys. I will try this later.
I am currently in the office, working (trying to make some money to finance my hobby). :lol:

Re: YaYa's first GBZ - Kite's SAIO - Big Battery - NO Glue - Custom 3D parts - DC Jack - minimum case mod

Posted: Mon Mar 19, 2018 1:09 pm
by Billy Blaze
somatorio wrote:
Mon Mar 19, 2018 6:30 am
previous postShow
Billy Blaze wrote:
Sat Mar 17, 2018 3:21 am
I'd love to include this superb feature into something similar looking like those Retropie Setup scripts. the main idea is to launch things from the Options menu. gonna take a look into that this weekend. maybe we can build something like this:
Image
my plan in the long run is the total oposite =p replace the dialog screens of retropie setup with my menu :lol:
ah, that's also a neat idea! I'm looking forward to upcoming updates on that.

Re: YaYa's first GBZ - Kite's SAIO - Big Battery - NO Glue - Custom 3D parts - DC Jack - minimum case mod

Posted: Mon Mar 19, 2018 5:46 pm
by MSD
somatorio wrote:
Mon Mar 19, 2018 10:27 am
@MSD could you try this? (updated the script)

Code: Select all

curl -fsSL gbz-menu.somatorio.org | sudo sh
Now I am getting this -
cp: cannot stat ‘/etc/emulationstation/themes/art-book/gb’: No such file or directory

Re: YaYa's first GBZ - Kite's SAIO - Big Battery - NO Glue - Custom 3D parts - DC Jack - minimum case mod

Posted: Mon Mar 19, 2018 8:04 pm
by somatorio
MSD wrote:
Mon Mar 19, 2018 5:46 pm
somatorio wrote:
Mon Mar 19, 2018 10:27 am
@MSD could you try this? (updated the script)

Code: Select all

curl -fsSL gbz-menu.somatorio.org | sudo sh
Now I am getting this -
cp: cannot stat ‘/etc/emulationstation/themes/art-book/gb’: No such file or directory
Where are your theme sets located? I'm so glad I made this configurable by env vars :p

Edit: OK, actually I don't really know what's happening... Looks like your theme set doesn't have a gb dir for some reason? Could you please run "ls /etc/emulationstation/themes/art-book/" and post here the result? Then I'll update the script :]

Re: YaYa's first GBZ - Kite's SAIO - Big Battery - NO Glue - Custom 3D parts - DC Jack - minimum case mod

Posted: Mon Mar 19, 2018 8:09 pm
by MSD
somatorio wrote:
Mon Mar 19, 2018 8:04 pm
Where are your theme sets located? I'm so glad I made this configurable by env vars :p
I am actually looking for it but cant find it... :?

Re: YaYa's first GBZ - Kite's SAIO - Big Battery - NO Glue - Custom 3D parts - DC Jack - minimum case mod

Posted: Mon Mar 19, 2018 8:18 pm
by MSD
somatorio wrote:
Mon Mar 19, 2018 8:04 pm
Edit: OK, actually I don't really know what's happening... Looks like your theme set doesn't have a gb dir for some reason? Could you please run "ls /etc/emulationstation/themes/art-book/" and post here the result? Then I'll update the script :]
Ok. I did that and it didnt show me anything. No error whatsoever. I tried running the curl command again just in case but got the same error. Sorry for causing this much trouble. :|