More actions
No edit summary |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Other Apps) - GameBrew | |title=Vita Homebrew Apps (Other Apps) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=copyiconsvita2.png | ||
|image_alt=CopyIcons | |image_alt=CopyIcons | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=CopyIcons | |title=CopyIcons | ||
|image= | |image=copyiconsvita2.png | ||
|description=Copies Livearea app assets to appmeta folder. | |description=Copies Livearea app assets to appmeta folder. | ||
|author=cy33hc | |author=cy33hc | ||
Line 16: | Line 15: | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/copyiconsvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/copyiconsvita.7z | ||
|website= | |website=https://gbatemp.net/threads/release-vita-launcher-app-to-launch-games-and-apps.574644/ | ||
|source=https://github.com/cy33hc/copyicons | |source=https://github.com/cy33hc/copyicons | ||
}} | }} | ||
The PS Vita can only load 500 bubbles. If you have more then 500 apps/games installed, the Vita will not create the icon0.png and pic0.png files in the ur0:appmeta folder for those games that don't have bubbles. | |||
This application allows for bulk copying (500+) of icon0.png/pic0.png from the ux0:app/GAME_ID/sce_sys to the ur0:appmeta/GAME_ID folder. | |||
It is designed to be used in conjuction with cy33hc's Launcher app [[vita-launcher]] for getting icons to display for the games. | |||
== | ==Features== | ||
*Decrypt the icon0.png/pic0.png and copy to ur0:appmeta. | |||
*Like mentioned this app scans every game in the ux0:app folder and copies the icon0.png/pic0.png if it's not found in ur0:appmeta. | |||
== | ==User guide== | ||
Just run the app and wait for it to complete. | |||
== External links == | Progress is shown on the screen. | ||
* | |||
* | ==Changelog== | ||
'''v1.01''' | |||
* Fix issue where encrypted icon copied to ur0:appmeta when pfsMount fails. | |||
'''v1.0''' | |||
* Initial Release. | |||
==Credits== | |||
Thx to theFlow for [https://github.com/TheOfficialFloW/VitaShell Vitashell]. I had copied the modules from Vitashell needed to pfs mount the game to decypt the content. | |||
==External links== | |||
* GitHub - https://github.com/cy33hc/copyicons | |||
* GitHub - https://github.com/cy33hc/vita-launcher | |||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/584 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/584 | ||
* | * GBAtemp - https://gbatemp.net/threads/release-vita-launcher-app-to-launch-games-and-apps.574644/ | ||
Latest revision as of 11:47, 13 Ocak 2023
CopyIcons | |
---|---|
General | |
Author | cy33hc |
Type | Other Apps |
Version | 1.01 |
License | GPL-3.0 |
Last Updated | 2020/09/30 |
Links | |
Download | |
Website | |
Source | |
The PS Vita can only load 500 bubbles. If you have more then 500 apps/games installed, the Vita will not create the icon0.png and pic0.png files in the ur0:appmeta folder for those games that don't have bubbles.
This application allows for bulk copying (500+) of icon0.png/pic0.png from the ux0:app/GAME_ID/sce_sys to the ur0:appmeta/GAME_ID folder.
It is designed to be used in conjuction with cy33hc's Launcher app vita-launcher for getting icons to display for the games.
Features
- Decrypt the icon0.png/pic0.png and copy to ur0:appmeta.
- Like mentioned this app scans every game in the ux0:app folder and copies the icon0.png/pic0.png if it's not found in ur0:appmeta.
User guide
Just run the app and wait for it to complete.
Progress is shown on the screen.
Changelog
v1.01
- Fix issue where encrypted icon copied to ur0:appmeta when pfsMount fails.
v1.0
- Initial Release.
Credits
Thx to theFlow for Vitashell. I had copied the modules from Vitashell needed to pfs mount the game to decypt the content.