Hacking Can I backup saves with FTP?

AkiraCast

Former professional QA tester
OP
Member
Joined
May 9, 2012
Messages
169
Trophies
1
XP
397
Country
United States
What I'm specifically trying to do is backup my digital game saves, deleting my digital games and then placing the saves back in for my physical versions of games. I want to buy more physical games to save space on my memory card. Can anyone point me to the directory if it's somewhere in Vitashell?
 

djricekcn

Well-Known Member
Member
Joined
May 29, 2009
Messages
1,100
Trophies
1
XP
838
Country
United States
So, to recap:

1. Install, make sure Henkaku is working. Launch MolecularShell (MS).

2. Start an FTP server with MS and connect to it with your PC. I recommend using Filezilla with these settings.

3. Dump/Download your app.db [ur0:shell/db/app.db] Since you've got your FTP server open, now is also a good time to download the folder for MolecularShell to your computer. You'll need this for a later step, so let's just do it now to save time. This is located in "ux0:/app/MLCL00001".

4. Open app.db with a SQL editor. It's recommended to use SQLiteBrowser. Open up "table_uri".

5. From here, you want to create a new record with properties (NPXS10000;1;ux0;) if you're using a PS Vita or (NPXS10072;1;ux0;) if you're using a PSTV.

6. Additionally, if you're trying to dump the game from the cart, you'll need to create an additional record: (NPXS10000;1;gro0;) or NPXS10072;1;gro0;) for the PS Vita and PSTV respectively.

7. Open up the table "tbl_appinfo". From here, you want to search for the ID of NPXS10000 or NPXS10072 (depending on your model), and filter the val field with "eboot". Change the data in this field to "vs0:app/NPXS10027/eboot.bin" and make sure you save your changes to your app.db.

8. After this you'll need to upload your fixed app.db back to your PS Vita with MS via FTP. Reboot your system, and reinstall Henkaku.

9. After Henkaku is reinstalled and working, open up the Browser on the PS Vita and in the URL bar you're going to want to type "ux0:app/APPID" (if the game is digital) or "gro0:app/APPID" (if using a cart). If you don't know the App ID, you can get it from the box of the game if you have a cart (or from the cart itself), the PSN store, or just Google it. The US version of P4G for instance is PCSE00120.

10. This will open up the manual for the game if you've done everything correctly so far. Now you'll want to minimize this (you'll notice that your game's manual is contained within the LiveArea for either Email or Near).

11. Open up MolecularShell and re-open your FTP server. Navigate to "ux0:\Patch\" and either create a directory for your game "APPID" or delete/backup the contents of the existing folder. In P4G's case this is going to be "ux0:\Patch\PCSE00120" for instance. Upload the contents of the folder from MolecularShell into this directory.

12. Once that's complete, close MolecularShell - start the game itself, and it should instead boot up MS. That's because in Step 10 you've replaced the executable for the game in the Patch directory making the Vita start Molecular Shell instead of the game itself. Re-open up your FTP server. Using Filezilla, navigate to "/App0:". This will show you the contents of your game, regardless of whether it's digital or physical. Download this folder to your computer to complete your dump of the game.

13. Once your dump is complete, you'll want to delete the MS files or restore your old patch data for the game you just dumped so you can actually play the game again. From here on out, you should be able to just repeat Steps 9-12 to dump any additional games as long as your app.db has not been modified again.
 
  • Like
Reactions: MRsonic699

AkiraCast

Former professional QA tester
OP
Member
Joined
May 9, 2012
Messages
169
Trophies
1
XP
397
Country
United States
So, to recap:

1. Install, make sure Henkaku is working. Launch MolecularShell (MS).

2. Start an FTP server with MS and connect to it with your PC. I recommend using Filezilla with these settings.

3. Dump/Download your app.db [ur0:shell/db/app.db] Since you've got your FTP server open, now is also a good time to download the folder for MolecularShell to your computer. You'll need this for a later step, so let's just do it now to save time. This is located in "ux0:/app/MLCL00001".

4. Open app.db with a SQL editor. It's recommended to use SQLiteBrowser. Open up "table_uri".

5. From here, you want to create a new record with properties (NPXS10000;1;ux0;) if you're using a PS Vita or (NPXS10072;1;ux0;) if you're using a PSTV.

6. Additionally, if you're trying to dump the game from the cart, you'll need to create an additional record: (NPXS10000;1;gro0;) or NPXS10072;1;gro0;) for the PS Vita and PSTV respectively.

7. Open up the table "tbl_appinfo". From here, you want to search for the ID of NPXS10000 or NPXS10072 (depending on your model), and filter the val field with "eboot". Change the data in this field to "vs0:app/NPXS10027/eboot.bin" and make sure you save your changes to your app.db.

8. After this you'll need to upload your fixed app.db back to your PS Vita with MS via FTP. Reboot your system, and reinstall Henkaku.

9. After Henkaku is reinstalled and working, open up the Browser on the PS Vita and in the URL bar you're going to want to type "ux0:app/APPID" (if the game is digital) or "gro0:app/APPID" (if using a cart). If you don't know the App ID, you can get it from the box of the game if you have a cart (or from the cart itself), the PSN store, or just Google it. The US version of P4G for instance is PCSE00120.

10. This will open up the manual for the game if you've done everything correctly so far. Now you'll want to minimize this (you'll notice that your game's manual is contained within the LiveArea for either Email or Near).

11. Open up MolecularShell and re-open your FTP server. Navigate to "ux0:\Patch\" and either create a directory for your game "APPID" or delete/backup the contents of the existing folder. In P4G's case this is going to be "ux0:\Patch\PCSE00120" for instance. Upload the contents of the folder from MolecularShell into this directory.

12. Once that's complete, close MolecularShell - start the game itself, and it should instead boot up MS. That's because in Step 10 you've replaced the executable for the game in the Patch directory making the Vita start Molecular Shell instead of the game itself. Re-open up your FTP server. Using Filezilla, navigate to "/App0:". This will show you the contents of your game, regardless of whether it's digital or physical. Download this folder to your computer to complete your dump of the game.

13. Once your dump is complete, you'll want to delete the MS files or restore your old patch data for the game you just dumped so you can actually play the game again. From here on out, you should be able to just repeat Steps 9-12 to dump any additional games as long as your app.db has not been modified again.

Woh! That was A LOT to take in, but I did manage to get my VLR save data onto my cart version! OMG thank you so much, you're a life saver! :yaypsp:
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • HiradeGirl @ HiradeGirl:
    Let's play.
  • K3Nv2 @ K3Nv2:
    I should add a 256gb card in mine and load like 100ps1 titles to it eventually I will
  • HiradeGirl @ HiradeGirl:
    Will you play them all?
  • HiradeGirl @ HiradeGirl:
    I've only ever played Castlevania Symphony of the Night from PS1.
  • K3Nv2 @ K3Nv2:
    We don't play games here
  • Xdqwerty @ Xdqwerty:
    @HiradeGirl, I dont have one of those but gbarunner2 in twilight menu works quite decently for me
  • Psionic Roshambo @ Psionic Roshambo:
    Don't get me wrong GBA absolutely had some great games but overall the sound and graphics just meh to me
  • K3Nv2 @ K3Nv2:
    The remastered crash bandicoot was pretty decent ngl
  • HiradeGirl @ HiradeGirl:
    @Xdqwerty I had a NDS long ago, but L and R broke very fast.
  • HiradeGirl @ HiradeGirl:
    My sister had a N3DS XL and it suffered the same fate.
  • Xdqwerty @ Xdqwerty:
    @HiradeGirl the L button barely worked at all in the dsi i previously had
  • Xdqwerty @ Xdqwerty:
    my dad bought me a dsi identical to that one
  • K3Nv2 @ K3Nv2:
    That could be an easy fix without even opening it with some ipa maybe unless the entire button broke
  • HiradeGirl @ HiradeGirl:
    That´s why I never got any handheld before the Switch.
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, thats why patches exist
  • K3Nv2 @ K3Nv2:
    Ds games are best played on a DS emulation is fine but having actual hardware is better obviously
  • K3Nv2 @ K3Nv2:
    Or N3ds/2Ds
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, or most "gimmicky" consoles
  • K3Nv2 @ K3Nv2:
    Nah the dual screen makes them better because that's how they were developed for
    +1
  • HiradeGirl @ HiradeGirl:
    Wii U is also great.
  • HiradeGirl @ HiradeGirl:
    For DS games.
  • HiradeGirl @ HiradeGirl:
    Also, 3DS games through NTR streaming on Wii U.
  • HiradeGirl @ HiradeGirl:
    It's very cool.
  • HiradeGirl @ HiradeGirl:
    Even playable.
  • K3Nv2 @ K3Nv2:
    If you can have main game on big screen and touch lay out on wiiu tablet I can see that
    K3Nv2 @ K3Nv2: If you can have main game on big screen and touch lay out on wiiu tablet I can see that