kakaroto / ps3xport

PS3 Backup Manipulation Tool
GNU General Public License v3.0
109 stars 34 forks source link

Full access to all dirs and files on /dev_hdd0 #1

Closed Pmmlabs closed 8 years ago

Pmmlabs commented 9 years ago

Adds ability to write to any folder on hdd0

kakaroto commented 9 years ago

Cool, but did you test it ? I remember using the same permissions as what the ps3 did, so it might not work with different permissions. Also, I'd prefer not to do it that way but rather have a new command for changing the permissions, so you'd do CreateBackup foo bar - ChangePermissions foo 41FF 41FF (actually, make the command usage : "ChangePermission game_dir flash2_dir other_dir game_files flash2_files other_files" and allow "-" as argument for "do not modify those permissions". This way, a user can change the permissions of any backup without having to dump+create.

Pmmlabs commented 9 years ago

Cool, but did you test it ?

Yes. And now I can copy files (.edat) to exdata using SonicMan: dsc_0026

I'd prefer not to do it that way but rather have a new command for changing the permissions

yes, it would be better. but I'm not going to write such function.

kakaroto commented 8 years ago

I've merged your change. Thanks a lot!

Pmmlabs commented 8 years ago

Wow, it finally happened! I wanted to celebrate the anniversary of PR, but 13 days is not enough :laughing: Thank you for ps3xport!

kakaroto commented 8 years ago

haha, yes, it finally happened. I forgot about it and now realized that it was stupid of me to want to make it modular like that, if it works and the permissions were initially wrong, then let's just merge it and be done with it!