Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
PS4 CFW and Hacks       Thread starter stooged       Start date Mar 5, 2018 at 7:10 PM       920      
Status
Not open for further replies.
I will post this as a separate thread from the PS4 PKG2USB as the 2 payloads vary and it saves confusion.

Original Post: I was playing around with the ext0 mount and recreating the file structure that would be there if the pkg was installed to external storage.

There is a trick I found where if you copy the CUSAXXXXX folder from /user/app to /mnt/ext0/user/app and then unplug the hdd and plug it back in it causes the ps4 to do a repair and then the game is recognized as installed on external storage and from there there are other issues.

BUT with the great work SiSTRo has done in PKG2USB with the symlinks its a lot easier to manage with exfat and just normal USB.

So building on his PKG2USB and symlinks I modified what I was working on for the ext0 mount to work with the usb0 or usb1 and symlinks.

Downloads:
:arrow: Changlog via dbsuarez

This payload searches the entire /user/app folder and copies all installed fpkg games to usb from the system drive and creates the symlinks like SiSTRo has kindly shown us the ability to do.

If you want to target a single game not the whole folder use PKG2USB.

If you install more games just run the payload again and it will copy any new games to the USB and so on.

With symlinks you are making a link to a directory so you want to pick which USB port to have the hdd on and keep it on that same port or the links will point to the wrong directory. USB0 is what I use.

Thanks again to SiSTRo, xVortex, Anonymous, CelesteBlue!

PS4 JAILBREAK 5.05 How To Use APP2USB by seanp2500
Running PS4 Games From a USB with App2USB (5.05 Jailbreak)
Download: app2usb.rar (726 Bytes - configured to export app+update+dlcs to external disc, includes app2usb.ini)
AppToUSB by Stooged A Modification of PKG2USB for PS4.jpg
 

Comments

@stooged Hi playing with diff source versions of GitHub but I cannot get them to compile, I have the PS4 *** + MingW32 + LLVM everything added to system environment/path. here is a snippit:
Code:
C:\MinGW\PS4-***-master\libPS4>mingw32-make
process_begin: CreateProcess(NULL, basename C:/MinGW/PS4-***-master/libPS4, ...) failed.
mingw32-make: 'build' is up to date.
-----------------------------------------------------------------------------------
get the same error on ApptoUSB only thing that  would compile was bin2js.

Directory of D:\_ps4\_apps\4.55 update\AppToUsb-455-10\AppToUsb-455-10\AppToUsb

03/25/2018  11:02 AM    <DIR>          .
03/25/2018  11:02 AM    <DIR>          ..
03/25/2018  11:02 AM    <DIR>          build
03/17/2018  02:55 AM    <DIR>          include
03/17/2018  02:55 AM             1,131 Makefile
03/17/2018  02:55 AM    <DIR>          source
               1 File(s)          1,131 bytes
               5 Dir(s)  1,650,195,759,104 bytes free

D:\_ps4\_apps\4.55 update\AppToUsb-455-10\AppToUsb-455-10\AppToUsb>mingw32-make
process_begin: CreateProcess(NULL, basename D:/_ps4/_apps/4.55 update/AppToUsb-455-10/AppToUsb-455-10/AppToUsb, ...) failed.
mingw32-make: 'build' is up to date.
------

D:\_ps4\_apps\4.55 update\AppToUsb-455-10\AppToUsb-455-10\tool>mingw32-make
gcc -o bin2js bin2js.c

D:\_ps4\_apps\4.55 update\AppToUsb-455-10\AppToUsb-455-10\tool>dir
 Volume in drive D is Elements
 Volume Serial Number is D8D9-4ABE

 Directory of D:\_ps4\_apps\4.55 update\AppToUsb-455-10\AppToUsb-455-10\tool

03/25/2018  11:06 AM    <DIR>          .
03/25/2018  11:06 AM    <DIR>          ..
03/17/2018  02:55 AM               574 bin2js.c
03/25/2018  11:06 AM            42,560 bin2js.exe

...
I assume I glanced over/looked over something critical, Thank You again for all your dev work and time to the community!
 
@stooged
I would like to make a request, it would be possible that in addition to creating the folder structure CUSAxxxx within that same folder will create a dummy file (0 kbytes) and that this file had the name of the game to quickly identify which game is treated without have to look in any list of IDs?
 
@Lidor Baum you must be missing some step because everything is working fine for me and many others.

Please post the contents of your ini file and also make sure you are putting it in correct location `/PS4/AppToUsb.ini` and that you are using the latest version of app2usb.
 
Status
Not open for further replies.
Back
Top