-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fakeusb, can't delete files #45
Comments
|
Also, i can't write new files in /user/home/fakeusb
But somehow, i can delete and write new files in DLC dir For me, it looks like somebody did |
No matter which FTP payload i'm using, i seeing 777 permissions at files in /user/home/fakeusb But |
Then I think you should just chmod fakeusb to 777 and then remove stuff. Personally I use my own FTP payload (at https://sleirsgoevy.github.io/ps4jb/) and have no problems with deleting files from /user/home/fakeusb. |
But how can i |
|
|
Tried to build
Don't know what to do |
Add Sorry for the late response, don't really keep track of this issue tracker. |
Please sleirsgoevy do something.. I have this problem too..... |
I built that example, but somewhy alert code doesn't work...and i doubt that it's working ` int main() Sending it with nc, "launching payload", but no effect |
Solutions is creating new payload. Copy sleirsgoevy/ps4jb-payloads repo, enter into fakeusb directory, edit main.c. Remove entire main() body and write into it "chmod("/user/home/fakeusb", 0777);", save, close. Be on linux or use wsl, download dependencies (make, yasm, python), first make "lib", then go into modified fakeusb and make it. After all push generated payload into PS4 and it should help. |
I don't have coding skills so I can't implement the "solution" I did rename the Folder to fakeusb1 and created a new fakeusb folder to start fresh. But I can't delete the fakeusb1 folder or its contents individually. and I'm afraid it's eating up space on my hdd. Can someone help me, please? I use filezilla |
Do you have ability to rename "fakeusb1" folder into "fakeusb" again? If yes rename it and use this fakeusb-remover.zip. You should inject this by NetCat GUI, normal PS4 ip and port 9090 (if I remember correctly). From PS4 side you need to check "Enable BinLoader Server" at GoldHEN. |
TY for your response! I don't know how to use net cat to inject..... |
I upload my code to solve this issue and ask for "pull request" sleirsgoevy/ps4jb-payloads#5. So you need to download NetCat GUI v1.2. |
I did what you said and I don't know if I did it right but it's not working still (Command: DELE Resident Evil (CUSA-01067).pkg |
So basically all that's in these folders are eating up a ton of Space. So please continue to help DoktorVanHelsing if you can. I may just be missing a step..... |
Which program for ftp transfer are you using? Could you provide a screenshot with seeable what type of access privilages have folder "fakeusb" and files in that directory? When you used NetCat GUI the status was changed. Did it changed to "Failed" or "Done"? |
(DoktorVanHelsing) I apologize for not doing it sooner but I had given up on it. Hopefully, you're still around to help me with this issue. I have searched google everywhere and here seems to be the only and last hope to resolve this issue. I hope I do not have to reformat or mess with the database cause i don't want to have to reinstall any of the games. I know that these folders are eating up space on mt internal 1tb drive. I install all games to a 5tb external but I FTP the install PKG files to the fakeusb folder to install them. 2 different times I have had issues with the fakeusb folder and had to rename them so I can create a new fakeusb folder to continue to install new games. It's so frustrating not being able to delete the 2 folders fakeusb2 and fakeusb4 as they are probable eating up 128gb and 132gb. I have renamed both folders back to fakeusb individually and tried to edit the permissions of the folder to 0777, X777 and 777 but the permissions don't change. Edit: |
omg it's 1 year old man...
If you are unable to change name fakeusb2/fakeusb4 to fakeusb due to lack of privilages, that you need to download my code which I provide at the begining of this message. Change in it fakeusb to fakeusb2 or fakeusb4, then build it by using sleirsgoevy build instruction from main page https://github.com/sleirsgoevy/ps4jb, then you can use above 1-16 step instruction. Ofc you should build and inject my changed code 2 times. FIrst time with fakeusb2, second time with fakeusb4 |
Thanks again for your help! Seems straight forward...... But do I need to change the code in the payload.bin? Edit: Edit: Edit: Edit: Let me know if I'm missing something. |
Even though this is a year-old thread, you still to the time to respond. I really appreciate the time you took to explain how to attempt to fix my issue. Unfortunately, I don't know too much about all this stuff. I did follow your instructions. You can see my above post. I'm still not able to delete them. Maybe if the payload.bin is edited to change the permissions of fakeusb itself? the contents of the folder have the permissions set to 777 but the fakeusb folder is 554. I don't know how to code the payload.bin file. Please help me DoktorVanHelsing...... Thanks in advance! |
Problem Solved!!! |
I am sorry for not responding. I have lack of time in real, so I planned to help you this weekend, but I glad that problem is resolved already ^^ |
No problem! I appreciate your help already. It freed up like 200+ gb. (Can I connect with you outside of this platform?) |
I'm trying to delete unneeded files from /user/home/fakeusb
But can't
No matter how i'm trying, through FTP or file explorer - i can't
No matter is fakeusb loaded or not.
The text was updated successfully, but these errors were encountered: