More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Other Apps) - GameBrew! | |title=Vita Homebrew Apps (Other Apps) - GameBrew! | ||
Line 19: | Line 18: | ||
|source=https://github.com/cy33hc/copyicons | |source=https://github.com/cy33hc/copyicons | ||
}} | }} | ||
This application is used for bulk copying of icon0.png/pic0.png from the ux0:app/GAME_ID/sce_sys to the ur0:appmeta/GAME_ID folder | |||
The psvita 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 is used in conjuction with my Launcher app [[Vita Launcher Vita]] 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 | |||
== Controls == | |||
There are no controls. 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. | |||
'''(v.1.0)''' | '''(v.1.0)''' | ||
* First Release. | * First Release. | ||
== Credits == | |||
Thx to theFlow for [[Vitashell Vita]]. I had copied the modules from Vitashell needed to pfs mount the game to decypt the content. | |||
== External links == | == External links == | ||
* Github - https://github.com/cy33hc/copyicons | * Github - https://github.com/cy33hc/copyicons | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/584 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/584 | ||
Revision as of 01:52, 18 October 2022
CopyIcons | |
---|---|
File:Copyiconsvita.jpg | |
General | |
Author | cy33hc |
Type | Other Apps |
Version | 1.01 |
License | GPL-3.0 |
Last Updated | 2020/09/30 |
Links | |
Download | |
Source | |
This application is used for bulk copying of icon0.png/pic0.png from the ux0:app/GAME_ID/sce_sys to the ur0:appmeta/GAME_ID folder
The psvita 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 is used in conjuction with my Launcher app Vita Launcher Vita 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
Controls
There are no controls. 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.
(v.1.0)
- First Release.
Credits
Thx to theFlow for Vitashell Vita. I had copied the modules from Vitashell needed to pfs mount the game to decypt the content.