PaulJenkin / PS4RaspberryPi

PiZero to host a server and emulate USB loading when necessary
230 stars 45 forks source link

QOL Improvement suggestions #26

Closed AlfieCH closed 2 years ago

AlfieCH commented 2 years ago

Hi. First, let me thank you for this project. It work great.

I have two suggestions for QOL improvement :

  1. 2nd click ("Jailbreak done") is not useful. I removed it and it work without problem (I just removed alert at line 647 in kexploit.js).

  2. I modified index.php so when menu is opened, "GoldHEN" button is in the middle of the screen, right under default cursor position. For my usage, I created a simpler index.php page with only 4 buttons : Threshold, Raspberry, GoldHEN and "More options" (open original index.php I renamed)

With those 2 modifications, you just need to open guide, click, wait and click. Very easy :)

PaulJenkin commented 2 years ago

Can you Share you index.php?

  1. 2nd click ("Jailbreak done") is not useful. - this was introduced only to avoid the flickering in ps4 slim when comming back from JB to webpage

  2. I modified index.php , send it to me will integrate into the code

ribamarsaraiva commented 2 years ago

This project is amazing, just if possible you can make better using https://github.com/stooged/PS4-Server-900u, @karo_sharifi implemented a esp8266 host using that idea, if you want see here is the bin file https://t.co/9buavulD5x, the correct file is "ESP8266 Auto mount USB 900NA.bin"

AlfieCH commented 2 years ago

Here is my index.php. Original php is renamed to "index-original.php".

Note : I left all original code, so it's easier for me to maintain.

Note 2 : This file fits my needs (only using GoldHEN). Someone using payload or other options may not be happy to have more clicks to do.

Note 3 : Maybe a better solution for faster loading is to use javascript to hide/display button parts. So no loading of new page is required. I will try to make something. If I have something working, I will post my new file here.

index.zip => removed, see next post

AlfieCH commented 2 years ago

@PaulJenkin Here is a far better version of my index.php file. Now, everything is on one page and buttons layout is better.

index.zip

PaulJenkin commented 2 years ago

Keeping this handy will it try and incorporate in next release