FMVita (File Manager Vita) is an enhanced VitaShell (by TheFloW) fork by WolffsRoom with animated backgrounds, full touchscreen dialogs, column view, undo system, QR code scanning/downloading, and independent settings at ux0:FMVita/.
| Name |
Version |
Released |
Hits |
DL Link |
QR |
| FMVita |
v0.6.1 |
08/01/26 |
53 |
Download |
QR |
New in v0.6.1
VPK installer GPU crash (opening the install dialog, worst in 3‑column view). The install preview used to build the whole archive node tree via archiveOpen(), which under memory pressure exhausted memory and took down the GPU. It now reads icon0.png / param.sfo directly, with no tree, and validates the texture before drawing it (skipped while already inside an archive).
archiveSetContext(vpk_path); // set context, no tree built
ReadArchiveFile(icon_path, buf, 1<<20); // read the single entry
if (w > 0 && w <= 1024 && h > 0 && h <= 1024) vpk_preview_icon = t; // else reject
Settings crash on open. A stale saved theme_preset could index past its options array (NULL string → data abort); it is now clamped to a valid range on load.
"Icons" theme. The icon set is now a proper theme (next to Default/Electron) instead of a color preset. The bookmark button uses the ribbon icon, bookmark entries use the fold icon; dedicated icons for .bak/.bin/.win/.psarc/.ark, MP3, download/Downloads, FTP and root. Confirmation buttons become translucent.
Icons theme (grid)
Icons theme (list)
Interface. Confirmation modals now fade + slide in. FTP shows friendly status (Sending / Receiving / Deleting / Listing / Folder…) instead of raw protocol verbs (RETR, STOR, …). New animated backgrounds (Bubbles, Snow, Fireflies) and transitions (Vertical, Diagonal). LiveArea/XML bumped to 0.6.1.
| Name |
Version |
Released |
Hits |
DL Link |
QR |
| FMVita |
v0.5.0 |
06/17/26 |
40 |
Download |
QR |
| FMVita |
v0.4.3 |
06/02/26 |
53 |
Download |
QR |