Multi-functional file manager for PS Vita
Go to file
2016-02-01 19:42:30 +00:00
fex Free VitaShell when reloading 2016-01-23 12:36:46 +01:00
psp Self-hooking sceIo 2016-01-27 15:46:27 +01:00
release changelog.txt deleted online with Bitbucket 2016-02-01 19:42:30 +00:00
resources Added shader compiler 2016-01-29 13:54:35 +01:00
archive.c Changed some values 2016-01-30 15:40:18 +01:00
archive.h First commit 2016-01-20 19:38:02 +01:00
elf_types.h First commit 2016-01-20 19:38:02 +01:00
file.c Changed some values 2016-01-30 15:40:18 +01:00
file.h Added shader compiler 2016-01-29 13:54:35 +01:00
functions.h Added shader compiler 2016-01-29 13:54:35 +01:00
hex.c Intelligent zoom for photoviewer. Using double linked lists 2016-01-28 17:36:29 +01:00
hex.h Intelligent zoom for photoviewer. Using double linked lists 2016-01-28 17:36:29 +01:00
homebrew.c Changed some values 2016-01-30 15:40:18 +01:00
homebrew.h Fixed SceKernelAllocMemBlockOpt bug 2016-01-26 21:40:11 +01:00
ime_dialog.c First commit 2016-01-20 19:38:02 +01:00
ime_dialog.h First commit 2016-01-20 19:38:02 +01:00
init.c Release 2016-02-01 20:36:49 +01:00
init.h Self-hooking sceIo 2016-01-27 15:46:27 +01:00
io_process.c Finally fixed stubs.S, yay! 2016-01-28 22:11:31 +01:00
io_process.h Intelligent zoom for photoviewer. Using double linked lists 2016-01-28 17:36:29 +01:00
io_wrapper.c Add patch for lseek32 2016-01-31 22:00:27 +01:00
io_wrapper.h Add patch for lseek32 2016-01-31 22:00:27 +01:00
language.c Self-hooking sceIo 2016-01-27 15:46:27 +01:00
language.h Added shader compiler 2016-01-29 13:54:35 +01:00
main.c Add patch for lseek32 2016-01-31 22:00:27 +01:00
main.h Release 2016-02-01 20:36:49 +01:00
Makefile Added shader compiler 2016-01-29 13:54:35 +01:00
message_dialog.c First commit 2016-01-20 19:38:02 +01:00
message_dialog.h First commit 2016-01-20 19:38:02 +01:00
misc.c Better method for shared memory 2016-01-26 14:02:25 +01:00
misc.h Free data segment when reloading 2016-01-23 14:48:31 +01:00
module.c Release 2016-02-01 20:36:49 +01:00
module.h Redirect UVL logging it to our logging. Fixed UVL IO hooks 2016-01-26 17:31:41 +01:00
photo.c Added shader compiler 2016-01-29 13:54:35 +01:00
photo.h Added shader compiler 2016-01-29 13:54:35 +01:00
README.md README.md edited online with Bitbucket 2016-02-01 19:40:45 +00:00
shaders.c Added shader compiler 2016-01-29 13:54:35 +01:00
shaders.h Added shader compiler 2016-01-29 13:54:35 +01:00
stubs.S Add patch for lseek32 2016-01-31 22:00:27 +01:00
text.c Intelligent zoom for photoviewer. Using double linked lists 2016-01-28 17:36:29 +01:00
text.h Intelligent zoom for photoviewer. Using double linked lists 2016-01-28 17:36:29 +01:00
utils.c Added shader compiler 2016-01-29 13:54:35 +01:00
utils.h Added shader compiler 2016-01-29 13:54:35 +01:00

VitaShell

VitaShell is an alternative replacement of the PS Vita's LiveArea. It offers you a file browser, homebrew launcher, built-in FTP, network host feature and much more. This homebrew was an entry of the Revitalize PS Vita homebrew competition and has won the 1. Price. http://wololo.net/2015/12/23/ps-vita-revitalize-competition-and-the-winners-are/

In order to run / compile VitaShell you need

Credits

Changelog 0.5

  • Increased homebrew force-exit compatbility and stability.
  • Added network host mountpoint.
  • Added ability to compile shader programs (use the _v.cg suffix for vertexes and _f.cg for fragments).
  • Finished photo viewer. Use the right analog stick to zoom in/out. Left analog stick to move. L/R to rotate and X/O to change display mode.
  • Updated to newest vita2dlib which fixed many bugs with images.
  • Improved 'New folder' by extending to 'New folder (X)', where 'X' is an increasing number.
  • Improved message dialog texts.
  • Limited filenames so it doesn't overlap with the size/folder text.
  • Fixed infinite loop when copying the src to its subfolder by an error result.
  • Fixed FTP client crashes and added support for Turboclient Android.
  • Fixed alphabetical sorting, finally.

Changelog 0.4

  • Added experimental feature: Holding START to force exit homebrews.
  • Added battery symbol by Ruben_Wolf.
  • Switched to official PGF font.
  • Changed triangle-menu animation to ease-out.
  • Improved mark all/unmark all feature.
  • Fixed percentage precision in progress bar.
  • Fixed small bug in move operation.

Changelog 0.3

  • Added translation support. See translation_readme.txt for more details.
  • Added move ability (only possible within same partition).
  • Added tabulator support in text viewer.
  • Removed 'Paste', 'Delete', 'Rename' and 'New folder' in read-only partitions.
  • Fixed size string of files over 1GB.
  • Fixed alphabetical sorting.
  • Fixed battery percent bug being -1% on PSM Dev Assistant.

Changelog 0.2

  • Added ability to sign PSP homebrews.
  • Added sleep prevention when using FTP, deleting and copying files.
  • Added a scrollbar.
  • Added date and time to info bar.
  • Added correct enter and cancel buttons assignment.
  • Added some cosmetic changes.
  • Fixed crash when deleting marked entries.
  • Copied entries now still rest in clipboard after pasting them.
  • The application now cleans itself before launching homebrews.