PS Vita Sync

From GameBrew
Revision as of 01:28, 6 November 2023 by HydeWing (talk | contribs) (Created page with "{{Infobox Vita Homebrews |title=PS Vita Sync |image=psvitasync.png |description=Homebrew to sync savefiles with your drive. |author=add-le |lastupdated=2023/11/06 |type=Other Apps |version=0.0.1 |license=Mixed |download=https://dlhb.gamebrew.org/vitahomebrews/psvitasync.7z |website=https://github.com/add-le/ps-vita-sync |source=https://github.com/add-le/ps-vita-sync |donation= }} {{#seo: |title=Vita Homebrew Apps (Other Apps) - GameBrew |title_mode=append |image=psvitasy...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
PS Vita Sync
File:Psvitasync.png
General
Authoradd-le
TypeOther Apps
Version0.0.1
LicenseMixed
Last Updated2023/11/06
Links
Download
Website
Source

"PS Vita Sync" is a homebrew application designed to synchronize save files with Google Drive on your PlayStation Vita console. This tool allows you to access your saved game data from any device with internet access, providing a convenient way to back up your game progress.

Usage

Step 1 : Google Drive

  • You need to setup your google drive to be able to interact with the application.
    • On https://console.cloud.google.com/ create an application 'PS Vita Sync'
    • Go to APIs and Services
    • Go to Credentials
    • Create an API Key (kid)
    • Create a service account
    • Generate RSA Key from KEYS menu
    • Download your private key (pkey)
  • Share with the service account, the folder where you save will be sync

Step 2 : Populate the config files

  • On you vita go to ux0/data/SYNC00055
  • Create a file named 'pkey.pem', saved your privat key here
    • EOL needs to be UNIX type '\n'
    • the EOF need to be empty last char must be a '-'
  • Create a file named 'config.lst" inside the same folder
    • The file format need to be exact following
    • start with the word 'iss' used the tab char ('\t') and write the email of your service account
    • enter a new line UNIX style ('\n')
    • start the second line with 'kid' and used the tab char ('\t') and write the api key here
    • terminate the file with the new line UNIX style ('\n')
    • you should have something like this
iss\[email protected]\n
kid\t${API_KEY_HERE}\n

Step 3 : Enjoy

  • Compile & install the vpk file on your vita
  • Change the source code according to your game
  • Change the fileId of google drive

Changelog

v0.1

  • First Release.

External links

Advertising: