More actions
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (System Tools) - GameBrew | |title=Vita Homebrew Apps (System Tools) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=appstoragemanagervita2.png | ||
|image_alt=Application Storage Manager | |image_alt=Application Storage Manager | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=Application Storage Manager | |title=Application Storage Manager | ||
|image= | |image=appstoragemanagervita2.png | ||
|description= | |description=Move app from memory card (ux0:app/) to internal storage (ur0:app/), and vice-versa. | ||
|author=Lupo511 | |author=Lupo511 | ||
|lastupdated=2016/10/26 | |lastupdated=2016/10/26 | ||
Line 18: | Line 18: | ||
|source=https://bitbucket.org/Lupo511/appstoragemanager/src | |source=https://bitbucket.org/Lupo511/appstoragemanager/src | ||
}} | }} | ||
Application Storage Manager is a little app that allows you to move applications from your memory card (ux0:app/) to your internal storage (ur0:app/), and vice-versa. | |||
It | '''Note:''' It's an unsafe homebrew because it needs access to the whole filesystem (ux0:app/, ur0:app/, ur0:shell/db/). The source is provided, so you may build from source if you want. | ||
==User guide== | |||
This application does the following: | |||
* Copy the files from ux0:/app/<TITLE_ID> to ur0:/app/<TITLE_ID>. | |||
* Modify the app.db to point the bubble at the new location. | |||
* Delete the old files if everything went correctly. | |||
Please note that this has not been 100% tested and some apps might not work when moved to the internal storage. It has only been tested with homebrews and not with games. | |||
== | ==Controls== | ||
D-Pad Up/Down - Change the selected option | |||
Cross/Circle - Confirm/Cancel (depending on your console region) | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/vitahomebrews/ | https://dlhb.gamebrew.org/vitahomebrews/appstoragemanagervita3.png | ||
== External links == | https://dlhb.gamebrew.org/vitahomebrews/appstoragemanagervita4.png | ||
* | |||
* | ==External links == | ||
* Wololo - https://wololo.net/talk/viewtopic.php?f=116&t=47389 | |||
* GitHub - https://bitbucket.org/Lupo511/appstoragemanager/src | |||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/217 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/217 |
Latest revision as of 06:37, 6 December 2022
Application Storage Manager | |
---|---|
General | |
Author | Lupo511 |
Type | System Tools |
Version | 0.02 |
License | Mixed |
Last Updated | 2016/10/26 |
Links | |
Download | |
Website | |
Source | |
Application Storage Manager is a little app that allows you to move applications from your memory card (ux0:app/) to your internal storage (ur0:app/), and vice-versa.
Note: It's an unsafe homebrew because it needs access to the whole filesystem (ux0:app/, ur0:app/, ur0:shell/db/). The source is provided, so you may build from source if you want.
User guide
This application does the following:
- Copy the files from ux0:/app/<TITLE_ID> to ur0:/app/<TITLE_ID>.
- Modify the app.db to point the bubble at the new location.
- Delete the old files if everything went correctly.
Please note that this has not been 100% tested and some apps might not work when moved to the internal storage. It has only been tested with homebrews and not with games.
Controls
D-Pad Up/Down - Change the selected option
Cross/Circle - Confirm/Cancel (depending on your console region)
Screenshots