Home

Awesome

VitaShell

VitaShell is an alternative replacement of the PS Vita's LiveArea. It offers you a file manager, package installer, built-in FTP and much more. This homebrew was an entry of the Revitalize PS Vita homebrew competition and won the first prize. HENkaku's molecularShell is also based on VitaShell.

Changelog

See CHANGELOG.md

How to use an USB flash drive as Memory Card on a PS TV

Customization

You can customize those files:

FileNote
colors.txtAll colors adjustable
archive_icon.pngArchive icon
audio_icon.pngAudio icon
battery.pngBattery border icon
battery_bar_charge.pngCharging battery bar
battery_bar_green.pngGreen battery bar
battery_bar_red.pngRed battery bar
bg_audioplayer.pngBackground for audio player
bg_browser.pngBackground for file browser
bg_hexeditor.pngBackground for hex editor
bg_photoviewer.pngBackground for photo viewer
bg_texteditor.pngBackground for text editor
context.pngContext menu image (Can be any size. Suggestion: It will look great if you add alpha channel to your image)
context_more.pngContext menu more image (Can be any size. Suggestion: It will look great if you add alpha channel to your image)
cover.pngDefault album cover
dialog.pngDialog menu image (Can be any size. This image file will be stretched by VitaShell to fit the dialog box. Suggestion: Don't use motives, as it will not look good with wrong proportion)
fastforward.pngFastforward icon
fastrewind.pngFastrewind icon
file_icon.pngFile icon
folder_icon.pngFolder icon
ftp.pngFTP icon
image_icon.pngImage icon
pause.pngPause icon
play.pngPlay icon
settings.pngSettings icon
sfo_icon.pngSFO icon
text_icon.pngText icon
wallpaper.pngWallpaper

Theme setting: VitaShell will load the theme that is set in ux0:VitaShell/theme/theme.txt (THEME_NAME = "YOUR_THEME_NAME")

General info: You don't need to have all these files in your custom theme, if one of them is missing, the default image file will be loaded instead.

Dialog and context image: If these files are not available, the colors DIALOG_BG_COLOR and CONTEXT_MENU_COLOR from colors.txt will be used instead.

Multi-language

Put your language file at ux0:VitaShell/language/x.txt, where the file must be UTF-8 encoded and x is one of the language listed below:

VitaShell does automatically load the language that matches to the current system language. If your system language is for example french, it will load from ux0:VitaShell/language/french.txt.

Languages files are available in the l10n folder of this repository.

Building

Install Vita SDK and build VitaShell using:

git clone https://github.com/RealYoti/VitaShell
cd VitaShell/
mkdir build && cd build && cmake .. && cd modules/kernel && make && cd ../patch && make && cd ../usbdevice && make && cd ../user && make && cd ../.. && make

Credits