<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.gamebrew.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mango</id>
	<title>GameBrew - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://www.gamebrew.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mango"/>
	<link rel="alternate" type="text/html" href="https://www.gamebrew.org/wiki/Special:Contributions/Mango"/>
	<updated>2026-07-19T03:26:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=DS34Motion_Vita&amp;diff=200038</id>
		<title>DS34Motion Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=DS34Motion_Vita&amp;diff=200038"/>
		<updated>2025-05-10T08:37:50Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Plugins) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=ds34motionvita2.png&lt;br /&gt;
|image_alt=DS34Motion&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox Vita Homebrews&lt;br /&gt;
|title=DS34Motion&lt;br /&gt;
|image=ds34motionvita2.png&lt;br /&gt;
|description=DualShock motion control support for PlayStation TV.&lt;br /&gt;
|author=Mer1e&lt;br /&gt;
|lastupdated=2020/11/22&lt;br /&gt;
|type=Plugins&lt;br /&gt;
|version=1.3.1&lt;br /&gt;
|license=MIT&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/ds34motionvita.7z&lt;br /&gt;
|website=https://www.reddit.com/r/vitahacks/comments/jt07v7/release_ds34vita/&lt;br /&gt;
|source=https://github.com/MERLev/DS34Motion&lt;br /&gt;
}}&lt;br /&gt;
DS34Motion is a HENkaku plugins which adds motion control support for PlayStation TV with DualShock controllers. The only difference from [[DSMotion Vita|DSMotion]] is [[reVita]] compatibility.&lt;br /&gt;
&lt;br /&gt;
It can also be used on a real PS Vita with [[Ds3vita|ds3vita]] or [[Ds4vita|ds4vita]] plugins to replace the console internal motion sensors by those from the controller (however, it doesn&#039;t work well with ds3vita, see limitations section).&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
There are 2 plugins:&lt;br /&gt;
*Kernel plugin ds34motion.skprx - It hooks BlueTooth calls to catch DualShock controller packets and exposes user services to get the intercepted motion data.&lt;br /&gt;
*User plugin ds34motion.suprx - It calls the kernel plugin services and reinterprets the given data for SceMotion functions return.&lt;br /&gt;
&lt;br /&gt;
In order to activate those plugins features, you must edit your ux0(ur0):tai/config.txt file&lt;br /&gt;
&lt;br /&gt;
 *KERNEL&lt;br /&gt;
 ux0:tai/ds34motion.skprx&lt;br /&gt;
 &lt;br /&gt;
 *TITLEID00&lt;br /&gt;
 ux0:tai/ds34motion.suprx&lt;br /&gt;
&lt;br /&gt;
Replace TITLEID00 by a title identifier which needs motion control or by ALL to affect all titles.&lt;br /&gt;
&lt;br /&gt;
Please also refer to [https://github.com/MERLev/reVita/wiki/External-Controllers tai/config.txt order] when using with [[reVita]], [[MiniVitaTV]] and [[Ds34vita|ds34vita]], etc.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
===Compatibility===&lt;br /&gt;
*NPXS10007 - Welcome Park - The skate board game is playable.&lt;br /&gt;
*PCSF00214 - Tearaway - Introduction which asks to shake the PS Vita can now be passed by shaking the controller.&lt;br /&gt;
*PCSF00349 - Flower - The game is playable.&lt;br /&gt;
*PCSF00007 - WipEout 2048 - The game can be played with motion commands option.&lt;br /&gt;
*PCSA00029 - Uncharted Golden Abyss - River game at chapter 12 and other balance mini-games can be completed.&lt;br /&gt;
*PCSB00360 - Rayman Legends - Murfy can now perform actions which requires motion control.&lt;br /&gt;
*PCSB00031 - Virtua Tennis 4 - &amp;quot;Match VR&amp;quot; mode could feel it has inverted horizontal controls (read limitations).&lt;br /&gt;
*PCSF00024 - Gravity Rush - &amp;quot;No gravity&amp;quot; mode could feel it inverted horizontal controls (read limitations).&lt;br /&gt;
&lt;br /&gt;
===Limitations===&lt;br /&gt;
*If a DualShock 3 controller is used, it must not be directly plugged with USB on the PS TV otherwise, signal will be sent through USB instead of BlueTooth (and it won&#039;t be catched): use an external charger for the controller.&lt;br /&gt;
*It doesn&#039;t work well on classic PS Vita with &amp;quot;ds3vita&amp;quot;: for an unknown reason, motion control samples seems to be too much spaced over time.&lt;br /&gt;
*It hooks documented &amp;quot;SceMotion&amp;quot; user functions instead of undocumented &amp;quot;SceMotionDev&amp;quot; kernel functions: if we could understand those kernel functions, we could have more compatibility with a single kernel plugin (no more need for a user plugin).&lt;br /&gt;
*Computed orientation is wrong when the controller is turned upside down (it could happen in a game when you try to look too verticaly high).&lt;br /&gt;
*Currently, gyroscope data is not exploited during orientation compute (due to drift problems I had when I tried), feel free to give help if you have some maths/IMU skills.&lt;br /&gt;
*Some games could be perceived like they have inverted horizontal controls (specially during FPS and TPS viewpoints) but it is a wrong impression (on a real PS Vita, tilting the device on the left also makes the view goes to the right and vice versa).&lt;br /&gt;
&lt;br /&gt;
==Compatibility==&lt;br /&gt;
Firmware base: 3.60.&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v1.3.1&#039;&#039;&#039;&lt;br /&gt;
*[fix] Random rashes.&lt;br /&gt;
*[fix] Unresponsivness, when combined with ds34vita / ds4vita.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.3.0&#039;&#039;&#039;&lt;br /&gt;
* Moved logic from user to kernel. Exported functions for other plugins.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
*xerpi for his [[Ds3vita|ds3vita]] and [[Ds4vita|ds4vita]] plugins source code which helped me a lot to understand BlueTooth communication.&lt;br /&gt;
*TheFlow for his [[VitaShell]] source code which helped me to understand how to export functions from kernel plugin and call them in user plugin.&lt;br /&gt;
*YifanLu for Henkaku which makes everything possible (except coffee) on this device.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Github - https://github.com/MERLev/DS34Motion&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=LOLIcon_Switch_Vita&amp;diff=200037</id>
		<title>LOLIcon Switch Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=LOLIcon_Switch_Vita&amp;diff=200037"/>
		<updated>2025-05-10T08:35:58Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Utilities) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=loliconswitchvita02.png&lt;br /&gt;
|image_alt=LOLIcon Switch&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox Vita Homebrews&lt;br /&gt;
|title=LOLIcon Switch&lt;br /&gt;
|image=loliconswitchvita02.png&lt;br /&gt;
|description=An app to turn LOLIcon plugin on and off in a simple way.&lt;br /&gt;
|author=Mer1e&lt;br /&gt;
|lastupdated=2019/12/07&lt;br /&gt;
|type=Utilities&lt;br /&gt;
|version=0.01&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/loliconswitchvita.7z&lt;br /&gt;
|website=https://www.reddit.com/r/vitahacks/comments/e715ia/release_loliconswitch_app_to_turn_lolicon_plugin/&lt;br /&gt;
|source=https://github.com/MERLev/LOLIconSwitch&lt;br /&gt;
}}&lt;br /&gt;
LOLIconSwitch is an application can be used for fast enabling/disabling of [[LOLIcon Vita|LOLIcon]] plugin and restarts Vita.&lt;br /&gt;
&lt;br /&gt;
As current version of LOLIcon has some problems with Adrenaline, this application can be used to turn it off and back on in a simple way. &lt;br /&gt;
&lt;br /&gt;
You need to have ur0:/tai/lolicon.skprx for this app to work. &lt;br /&gt;
&lt;br /&gt;
When disabled, it would be renamed to ur0:/tai/lolicon_DISABLED.skprx. After renaming is done, Vita would restart to apply changes.&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v0.01&#039;&#039;&#039;&lt;br /&gt;
* Initial Release.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* GitHub - https://github.com/MERLev/LOLIconSwitch&lt;br /&gt;
* Reddit - https://www.reddit.com/r/vitahacks/comments/e715ia/release_loliconswitch_app_to_turn_lolicon_plugin/&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=QaSpoofer_Vita&amp;diff=199993</id>
		<title>QaSpoofer Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=QaSpoofer_Vita&amp;diff=199993"/>
		<updated>2025-05-09T23:35:10Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=qaSpoofer&lt;br /&gt;
|image=psvita2.png&lt;br /&gt;
|description=Spoofs QA flags.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2018/08/04&lt;br /&gt;
|type=Plugins&lt;br /&gt;
|version=0.1&lt;br /&gt;
|license=GPL-3.0&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/qaflagspoofvita.7z&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/qaspoofer&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/qaspoofer&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Plugins) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=psvita2.png&lt;br /&gt;
|image_alt=qaSpoofer&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A Proof-Of-Concept plugin that spoofs QA flags and enable debug settings on retail system.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Place under *KERNEL.&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;PSVita - &#039;Retail&#039; Debug Settings&#039;&#039;&#039; ([https://www.youtube.com/watch?v=z9p38Eg-O9Q Silica]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;z9p38Eg-O9Q&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/qaspoofer&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=VshPatch_Vita&amp;diff=199992</id>
		<title>VshPatch Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=VshPatch_Vita&amp;diff=199992"/>
		<updated>2025-05-09T23:34:45Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=vshPatch&lt;br /&gt;
|image=vshpatchvita2.png&lt;br /&gt;
|description=Allows you to patch vs0 by writing files to ux0:/vshPatch via a FIOS2 Overlay.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2021/08/14&lt;br /&gt;
|type=Plugins&lt;br /&gt;
|version=1.0&lt;br /&gt;
|license=MIT&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/vshpatchvita.7z&lt;br /&gt;
|website=https://www.reddit.com/r/vitahacks/comments/p45o3a/release_vshpatch_v10_modify_vs0_without_modifying/&lt;br /&gt;
|source=https://github.com/KuromeSan/vshPatch&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Plugins) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=vshpatchvita2.png&lt;br /&gt;
|image_alt=vshPatch&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
vshPatch is a plugin similar to [[RePatch reDux0 Vita|repatch]], but for system applications. It allows you to patch vs0 by writing files to ux0:vshPatch/ via a FIOS2 Overlay.&lt;br /&gt;
&lt;br /&gt;
Ever wanted to make a modification to vs0, but don&#039;t like the hassle of having to reinstall the OS if something breaks? Maybe want to try modify some RCO&#039;s or enable package installer? Now this is an &amp;quot;emulated VS0&amp;quot;, where any changes you placed in ux0:vshPatch/ will be reflected in &amp;quot;vs0:&amp;quot; partition, via the power of fios2.&lt;br /&gt;
&lt;br /&gt;
Note that the fios overlay type is 1, so writes will still go to real VS0 *assuming its read/write mounted.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Copy the .suprx file to ux0(ur0):tai/.&lt;br /&gt;
&lt;br /&gt;
Append it under KERNEL section in your taiHEN config (change to ur0 if you store the plugin there)&lt;br /&gt;
&lt;br /&gt;
 *KERNEL&lt;br /&gt;
 ux0:tai/vshPatch.skprx&lt;br /&gt;
&lt;br /&gt;
Create the vshPatch folder inside the ux0 directory, and put your changes you want to make into ux0:vshPatch/ (see examples below).&lt;br /&gt;
&lt;br /&gt;
Finally, restart the console to allow the plugin to be loaded into memory.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
This to created make modding RCO&#039;s easier, which can now be done with the author&#039;s other tool [[CXML Compiler Vita|CXML-Decompiler]] in version 6+.&lt;br /&gt;
&lt;br /&gt;
It basically can theme anything on the console. Here is an example of what RCO modding looks like - extract [https://vitatricks.xyz/theme/ExampleVideosBlueTheme.zip this archive] into ux0:vshPatch/ and open your videos app.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll see the background is now blue. With the CXML Compiler this can be applied to any texture on the console, as well as sound effects and text.&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;vita ps2 custom theme and custom sound effect&#039;&#039;&#039; ([https://www.youtube.com/watch?v=obJCC8oABA8 yy oossk]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;obJCC8oABA8&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Theme ALL the things - Compiling XML Back to CXML&#039;&#039;&#039; ([https://www.youtube.com/watch?v=I_6NnI2SQ2w Silica]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;I_6NnI2SQ2w&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Compatibility==&lt;br /&gt;
Tested on 3.60.&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v1.0&#039;&#039;&#039;&lt;br /&gt;
* First Release.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* GitHub - https://github.com/KuromeSan/vshPatch&lt;br /&gt;
* Reddit = https://www.reddit.com/r/vitahacks/comments/p45o3a/release_vshpatch_v10_modify_vs0_without_modifying/&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=DolcePolce_Vita&amp;diff=199991</id>
		<title>DolcePolce Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=DolcePolce_Vita&amp;diff=199991"/>
		<updated>2025-05-09T23:33:52Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=DolcePolce&lt;br /&gt;
|image=dolcepolcevita2.png&lt;br /&gt;
|description=Removes PS TV Blacklist Checks (VITA/PSP/PS1/PSM).&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2019/12/19&lt;br /&gt;
|type=Plugins&lt;br /&gt;
|version=1.0&lt;br /&gt;
|license=MIT&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/dolcepolcevita.7z&lt;br /&gt;
|website=https://forum.devchroma.nl/index.php?topic=58.0&lt;br /&gt;
|source=https://github.com/KuromeSan/DolcePolce&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Plugins) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=dolcepolcevita2.png&lt;br /&gt;
|image_alt=DolcePolce&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
DolcePolce is a plugin that patches the PS TV Blacklist checks directly from SceShell.&lt;br /&gt;
&lt;br /&gt;
This hack will enable all games (ATTRIBUTE_MINOR and list_launch_vita.dat) along with PSM, PSP, Updates, and DLC.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Copy the plugin to ux0(ur0):tai/.&lt;br /&gt;
&lt;br /&gt;
Add the path under your *main entry in config.txt&lt;br /&gt;
&lt;br /&gt;
 *main&lt;br /&gt;
 ux0:tai/DolcePolce.suprx&lt;br /&gt;
&lt;br /&gt;
If you are having issues, any previous whitelist must be uninstalled.&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;DolcePolce.suprx- removes VITA Blacklist too&#039;&#039;&#039; ([https://www.youtube.com/watch?v=T01yHHh3kvE Silica]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;T01yHHh3kvE&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Compatibility==&lt;br /&gt;
Works on ALL PSV/PSP/PS1/PSM Content on 3.60-3.73.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
Developers: SilicaAndPina.&lt;br /&gt;
&lt;br /&gt;
Beta Testers: Zodasaur marburg IcySon55 froid_san kirilldevchroma SilicaAndPina.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* GitHub - https://github.com/KuromeSan/DolcePolce&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/dolcepolce/src&lt;br /&gt;
* CBPS Forums - https://forum.devchroma.nl/index.php?topic=58.0&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Wheel_Of_The_Year_Vita&amp;diff=199990</id>
		<title>Wheel Of The Year Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Wheel_Of_The_Year_Vita&amp;diff=199990"/>
		<updated>2025-05-09T23:33:07Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=Wheel of the Year&lt;br /&gt;
|image=wheeloftheyearvita2.png&lt;br /&gt;
|description=A simple app to Track the Wheel of the Year (made in GM:S)&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2020/07/24&lt;br /&gt;
|type=Other Apps&lt;br /&gt;
|version=1.1&lt;br /&gt;
|license=MIT&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/wheeloftheyearvita.7z&lt;br /&gt;
|website=https://github.com/KuromeSan/WheelOfTheYearGM&lt;br /&gt;
|source=https://github.com/KuromeSan/WheelOfTheYearGM&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Other Apps) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=wheeloftheyearvita2.png&lt;br /&gt;
|image_alt=Wheel of the Year&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This is a simple application that tracks the [https://www.worldhistory.org/Wheel_of_the_Year/ Wheel of the Year] (made in GM:S).&lt;br /&gt;
&lt;br /&gt;
The Wheel of the Year are old Celtic harvest festivals, as a result they are frequently celebrated by Witches, pagans, Wiccans, etc.&lt;br /&gt;
&lt;br /&gt;
When it comes down to it, they are basically celebrations of the changing of seasons.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/wheeloftheyearvita3.png&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v1.1&#039;&#039;&#039;&lt;br /&gt;
*Fixed a bug where Southern Hemisphere dates where shown incorrectly.&lt;br /&gt;
*Made countdown timer more precise.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* GitHub - https://github.com/KuromeSan/WheelOfTheYearGM&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Enso_Dex_Vita&amp;diff=199989</id>
		<title>Enso Dex Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Enso_Dex_Vita&amp;diff=199989"/>
		<updated>2025-05-09T23:32:33Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=enso-dex&lt;br /&gt;
|image=ensodexvita.jpg&lt;br /&gt;
|description=Vita CFW installer.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2020/08/25&lt;br /&gt;
|type=Custom Firmwares&lt;br /&gt;
|version=1.4&lt;br /&gt;
|license=MIT&lt;br /&gt;
|download=https://github.com/KuromeSan/enso-dex&lt;br /&gt;
|source=https://github.com/KuromeSan/enso-dex&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Custom Firmwares) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=ensodexvita.jpg&lt;br /&gt;
|image_alt=enso-dex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Modded version of [[HENkaku Enso 360 Installer Vita|enso]] to add support for 03.600.31 DevKit and TestKit firmwares.&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v1.4&#039;&#039;&#039;&lt;br /&gt;
*Added support for henkeks fork of henkaku.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.2&#039;&#039;&#039;&lt;br /&gt;
*Added support for Devkit and Testkit consoles.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* GitHub - https://github.com/KuromeSan/enso-dex&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Chovy-Trans_Vita&amp;diff=199988</id>
		<title>Chovy-Trans Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Chovy-Trans_Vita&amp;diff=199988"/>
		<updated>2025-05-09T23:31:48Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=Chovy-Trans&lt;br /&gt;
|image=chovytransvita3.png&lt;br /&gt;
|description=Transfer digital PSP games to PS Vita.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2023/07/10&lt;br /&gt;
|type=PC Utilities&lt;br /&gt;
|version=1.2&lt;br /&gt;
|license=GPL-3.0&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/chovytransvita.7z&lt;br /&gt;
|website=https://github.com/KuromeSan/chovy-trans&lt;br /&gt;
|source=https://github.com/KuromeSan/chovy-trans&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Utilities) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=chovytransvita3.png&lt;br /&gt;
|image_alt=Chovy-Trans&lt;br /&gt;
}}&lt;br /&gt;
Chovy-Trans is a program that allows you to transfer digital PS1 or PSP games from your PlayStation Portable onto your PlayStation Vita, via Content Manager Assistant.&lt;br /&gt;
&lt;br /&gt;
Note that this is not a hack, it is the same as if you installed the game on your PS Vita then backed it up with Content Manager.&lt;br /&gt;
&lt;br /&gt;
And it does not enable piracy, you can only bring digital games you legally own on your own PSP over to PS Vita no Copy Protection is broken here.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
What this tool does:&lt;br /&gt;
*Finds the AID from CMA.&lt;br /&gt;
*Copies game from PSP.&lt;br /&gt;
*Generates __sceebootpbp for game.&lt;br /&gt;
*Transfers it to PSV using CMA.&lt;br /&gt;
&lt;br /&gt;
A guide can be found in [https://www.reddit.com/r/vita/comments/w55cya/finally_got_a_workaround_for_transferring/ this post] by abhilashatthili.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/chovytransvita3.png&lt;br /&gt;
&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/chovytransvita4.png&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;PSVita - How to install &#039;Incompatible&#039; PSP/PS1 Games (no hacks)&#039;&#039;&#039; ([https://www.youtube.com/watch?v=iDjOHnM3ZHk Silica]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;iDjOHnM3ZHk&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example of Spyro The Dragon running on a USA account&#039;&#039;&#039; ([https://www.youtube.com/watch?v=CO5vgqEAiD0 Silica]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;CO5vgqEAiD0&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v1.2&#039;&#039;&#039;&lt;br /&gt;
* Fixed issue with some games not transferring and giving &amp;quot;file is corrupt&amp;quot; error&lt;br /&gt;
* Added support to copy PSP DLC to PSVita&lt;br /&gt;
* Moved to .net core 6.0&lt;br /&gt;
* Allows you to transfer DIGITAL PS1 or PSP games from your PlayStation Portable onto your PlayStation Vita. via content manager assistant&lt;br /&gt;
* NOTE: This does NOT break the PSVita&#039;s Copy Protection and as such- this is NOT a hack&lt;br /&gt;
* Heres an example of Spyro The Dragon running on a USA account: https://www.youtube.com/watch?v=CO5vgqEAiD0&lt;br /&gt;
* credit: SteelWolf89, Cloud Strife, dots-tb, motoharu, SquallATF, Li&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.1&#039;&#039;&#039;&lt;br /&gt;
*Fixed an issue where Multi-Disc PS1 games would not show up.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
*SilicaAndPina.&lt;br /&gt;
*dots-tb.&lt;br /&gt;
*Motoharu.&lt;br /&gt;
*SteelWolf89.&lt;br /&gt;
*Cloud Strife.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* GitHub - https://github.com/KuromeSan/chovy-trans&lt;br /&gt;
* CBPS Forum - https://forum.devchroma.nl/index.php?topic=36.0&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=CXML_Compiler_Vita&amp;diff=199987</id>
		<title>CXML Compiler Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=CXML_Compiler_Vita&amp;diff=199987"/>
		<updated>2025-05-09T23:24:51Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=CXML Compiler&lt;br /&gt;
|image=psvitapc2.png&lt;br /&gt;
|description=A CXML de/compiler supporting PS4 and PS Vita CXML Files, such as rco, rcs and app.info.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2022/09/07&lt;br /&gt;
|type=PC Utilities&lt;br /&gt;
|version=11&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/cxmlcompilervita.7z?k33p0fil35&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/CXML-Decompiler&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/CXML-Decompiler&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Other Apps) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=psvitapc2.png&lt;br /&gt;
|image_alt=CXML Compiler&lt;br /&gt;
}}&lt;br /&gt;
A CXML de/compiler For Vita &amp;amp; PS4 CXML formats. Can decompile PSMA (Playstation Mobile app.info), RCOF (.rco) and RCSF (.rcs).&lt;br /&gt;
&lt;br /&gt;
Originally made for reading PSM &amp;quot;app.info&amp;quot; but now it can be used on RCO too. &lt;br /&gt;
&lt;br /&gt;
It will output the XML files and embedded resources (and attempt to work out what type of file it is). &lt;br /&gt;
&lt;br /&gt;
See [https://playstationdev.wiki/psvitadevwiki/index.php?title=Resource_Container_CXML_(RCO,_QRC,_Theme_Files,_RAF,_CXML) devwiki] for more infos.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
Example Decompile Usage: &amp;lt;code&amp;gt;CXMLDecompiler -i common_resource.rco -o common_resource.xml -d -p&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example Compile Usage: &amp;lt;code&amp;gt;CXMLDecompiler -i common_resource.xml -o common_resource.rco -c&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is done automatically to any files inside the CXML (providing -p is provided), but in case you need to do it manually, you can decode a HEVAG file using the following.&lt;br /&gt;
&lt;br /&gt;
HEVAG Decode Usage: &amp;lt;code&amp;gt;CXMLDecompiler -i sound.vag -o sound.wav --is-vag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v11&#039;&#039;&#039;&lt;br /&gt;
*Usage changed to require -i and -o instead for more consistancy, also now can read .rcd CXML symbol files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v10&#039;&#039;&#039;&lt;br /&gt;
*Rewrite a bunch of stuff, Add support for PS3 and PSP CXML Files (.p3t, .rco, etc).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v9&#039;&#039;&#039;&lt;br /&gt;
*Fixed a bug with gim conversion when spaces in path.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v8&#039;&#039;&#039;&lt;br /&gt;
*Fixed more locale related issues when compiling, More InvarientCulture set.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v7&#039;&#039;&#039;&lt;br /&gt;
*Fixed an issue with german language computers where instead of decompiling floats to &amp;quot;7.5&amp;quot; it would be &amp;quot;7,5&amp;quot; thus breaking arrays sometimes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v6&#039;&#039;&#039;&lt;br /&gt;
*Fixed a shitload of bugs, and now includes a COMPILER.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v5&#039;&#039;&#039;&lt;br /&gt;
*Arrays are now encased in [], fixed filepaths.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v4&#039;&#039;&#039;&lt;br /&gt;
*Float values are now suffixed with a lowercase &#039;f&#039;, Files extracted are now saved as the hash value of there contents (note that ID is the hash of the FILENAME, and not the contents) fixed an issue that sometimes happened zlib decompression (idek why this was a thing, nor how i fixed it- but it was...).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v3&#039;&#039;&#039;&lt;br /&gt;
*Fixed an issue where Float and Interger arrays would not be read correctly. Renamed Style Table to correct name, (Hash Table)- Fixed endainess of hash table entries.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v2&#039;&#039;&#039; &lt;br /&gt;
*Fixed some issues with PS4: &amp;quot;Sce.HighLevel.UI2.RCO&amp;quot; nice to know PSM lives on sony.&lt;br /&gt;
*Added an experimental* VAG decoder, .VAG sound effects embedded in CXML should now automatically be decoded.&lt;br /&gt;
*You can also use this feature on its own simply by using the &amp;quot;-iv&amp;quot; argument.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1&#039;&#039;&#039;&lt;br /&gt;
*Inital Release, can be used on PSMA, RCO and RCS.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/CXML-Decompiler&lt;br /&gt;
* Reddit - https://www.reddit.com/r/vitahacks/comments/p4739o/release_cxmlcompiler_theming_end_game/&lt;br /&gt;
* Reddit - https://www.reddit.com/r/VitaPiracy/comments/bkdg0j/release_cxmldecompiler_finally_a_proper_way_to/&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=ValkyrieStore_Vita&amp;diff=199986</id>
		<title>ValkyrieStore Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=ValkyrieStore_Vita&amp;diff=199986"/>
		<updated>2025-05-09T23:24:34Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=ValkyrieStore&lt;br /&gt;
|image=valkyriestorevita2.png&lt;br /&gt;
|description=Firefox extension to allow the old Valkyrie PlayStation Store to be loaded.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2021/04/24&lt;br /&gt;
|type=PC Utilities&lt;br /&gt;
|version=1.4&lt;br /&gt;
|license=MIT&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/valkyriestorevita.7z&lt;br /&gt;
|website=https://github.com/KuromeSan/ValkyrieStore&lt;br /&gt;
|source=https://github.com/KuromeSan/ValkyrieStore&lt;br /&gt;
}}&lt;br /&gt;
{{obsolete}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew PC Tools (PC Utilities) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=valkyriestorevita2.png&lt;br /&gt;
|image_alt=ValkyrieStore&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A Firefox extension to allow the old Valkyrie PlayStation Store to be loaded and used.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; No longer works.&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;I made a FireFox extension to easily access the Old &amp;quot;Valkyrie&amp;quot; PS Store&#039;&#039;&#039; ([https://www.youtube.com/watch?v=0Y7DCd_PVZ0 Silica]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;0Y7DCd_PVZ0&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How to access the old &amp;quot;Valkyrie&amp;quot; PlayStaton Store (no longer works)&#039;&#039;&#039; ([https://www.youtube.com/watch?v=T9JGr9gLX2o Silica]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;T9JGr9gLX2o&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v1.4&#039;&#039;&#039;&lt;br /&gt;
*Added an options menu.&lt;br /&gt;
*Added option to force use Valkyrie on all pages.&lt;br /&gt;
*Added option to use web.archive.org page instead of the one cached in the app (RePod kept asking for this).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.3&#039;&#039;&#039;&lt;br /&gt;
*Clicked the &amp;quot;Firefox For Android&amp;quot; button.&lt;br /&gt;
*Forces old store on any url with the &amp;quot;smcid=psapp&amp;quot; GET parameter.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.2&#039;&#039;&#039;&lt;br /&gt;
*Bypasses web.archive.org alltogether.&lt;br /&gt;
*Allows for download list access.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.1&#039;&#039;&#039;&lt;br /&gt;
* Fixes pt-br region.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.0&#039;&#039;&#039;&lt;br /&gt;
* First Release.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* GitHub - https://github.com/KuromeSan/ValkyrieStore&lt;br /&gt;
* Reddit - https://www.reddit.com/r/vitahacks/comments/mwqo1e/release_valkyrie_ps_store_a_firefox_extension_to/&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Content_Downloader_Vita&amp;diff=199985</id>
		<title>Content Downloader Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Content_Downloader_Vita&amp;diff=199985"/>
		<updated>2025-05-09T23:19:04Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=Content Downloader&lt;br /&gt;
|image=contentdownloadervita2.png&lt;br /&gt;
|description=Server for Content Downloader.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2020/07/06&lt;br /&gt;
|type=PC Utilities&lt;br /&gt;
|version=1.0&lt;br /&gt;
|license=GPL-2.0&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/contentdownloadervita.7z&lt;br /&gt;
|website=https://github.com/KuromeSan/ContentServer&lt;br /&gt;
|source=https://github.com/KuromeSan/ContentServer&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew PC Tools (PC Utilities) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=contentdownloadervita2.png&lt;br /&gt;
|image_alt=Content Downloader&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Server for Content Downloader. It does not work with DRMFree Vita Packages (unless your console has IDU Flagged).&lt;br /&gt;
&lt;br /&gt;
More info on content downloader [https://forum.devchroma.nl/index.php/topic,217.msg623.html#msg623 here].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; &amp;quot;PKG&amp;quot; option only works with FPKG, PS Mobile &amp;amp; Game Update packages.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
Just enter http://&amp;lt;your computers local IP address&amp;gt;:1337 into the content downloader.&lt;br /&gt;
&lt;br /&gt;
Example: &amp;lt;nowiki&amp;gt;http://192.168.1.3:1337&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can get your local ip using ipconfig command.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/contentdownloadervita3.png&lt;br /&gt;
&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/contentdownloadervita4.png&lt;br /&gt;
&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/contentdownloadervita5.png&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* GitHub - https://github.com/KuromeSan/ContentServer&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/contentserver/&lt;br /&gt;
* CBPS Forums - https://forum.devchroma.nl/index.php/topic,217.msg623.html#msg623&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=GayMaker_Vita&amp;diff=199984</id>
		<title>GayMaker Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=GayMaker_Vita&amp;diff=199984"/>
		<updated>2025-05-09T23:18:43Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=GayMaker&lt;br /&gt;
|image=gaymakervita02.jpg&lt;br /&gt;
|description=GameMaker Studio 1.4.xxxx - PS Vita export tool.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2021/12/13&lt;br /&gt;
|type=PC Utilities&lt;br /&gt;
|version=1.7.7&lt;br /&gt;
|license=MIT&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/gaymakervita.7z&lt;br /&gt;
|website=https://www.reddit.com/r/vitahacks/comments/9qytnw/release_gaymaker_v12_now_using_gamemaker_149999/&lt;br /&gt;
|source=https://github.com/KuromeSan/GayMaker&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew PC Tools (Developments) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=gaymakervita02.jpg&lt;br /&gt;
|image_alt=GayMaker&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Homebrew GM:S 1.4.xxxx export tool.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
Run the program. and browse to a GameMaker Studio project file (.gmx).&lt;br /&gt;
&lt;br /&gt;
you can also change the images, Title. and TitleID and then your game will be &amp;quot;compiled&amp;quot; for PS Vita and saved as a VPK to whereever you choose to save it.&lt;br /&gt;
&lt;br /&gt;
Refer to the [https://github.com/KuromeSan/GayMaker#gaymaker readme] for more information.&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;GayMaker - Run GameMaker Studio on Henkaku PSVita&#039;&#039;&#039; ([https://www.youtube.com/watch?v=760N8SoXIQI Silica]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;760N8SoXIQI&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;1.7.7&#039;&#039;&#039;&lt;br /&gt;
*Fixed an issue where compiling shaders without YYC would cause issues.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.7.6&#039;&#039;&#039;&lt;br /&gt;
*Fixed an issue where it was possible to enter invalid characters into Title ID Feild.&lt;br /&gt;
*Fixed some UI Elements.&lt;br /&gt;
*Changed \n to \r\n to make gmac output show properly on win10.&lt;br /&gt;
*Fixed Auto Update for real this time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.7.5&#039;&#039;&#039;&lt;br /&gt;
*Fixed a bug where /SH argument would allways = False regardles of what was set in project file Fixed automatic updater.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.7.3&#039;&#039;&#039;&lt;br /&gt;
*Fixed a bug where if you never opened &amp;quot;Global Game Settings&amp;quot; in GameMaker.&lt;br /&gt;
*Then GayMaker would crash (it was a strange parser differntal).&lt;br /&gt;
*See issue #9.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.7.2&#039;&#039;&#039;&lt;br /&gt;
*Fixed a bug where StandardError wasnt shown in output properly.&lt;br /&gt;
*No longer requires %SCE_PSP2_SDK_DIR% to be defined when building YYC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.7.1&#039;&#039;&#039;&lt;br /&gt;
*Fixed a bug where Errors from GMAssetCompiler wouldnt show in the output.&lt;br /&gt;
*Now displays GMAssetCompiler and YYC Compile errors in a messagebox.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.7&#039;&#039;&#039;&lt;br /&gt;
*Added a &amp;quot;Preferences&amp;quot; option Added the ability to disable Update Checks.&lt;br /&gt;
*Added the ability to not save last used settings.&lt;br /&gt;
*Added the ability to not convert PNG&#039;s to indexed color.&lt;br /&gt;
*Added the ability to use YYC (Requires some efforts to do though).&lt;br /&gt;
*Added a secret easter egg (try to find it).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.6&#039;&#039;&#039;&lt;br /&gt;
*Added &amp;quot;Interpolate colors between pixels&amp;quot; to Global Game Settings.&lt;br /&gt;
*Added &amp;quot;Scaling options&amp;quot; (Full Scale) and (Keep Aspect Ratio) options to Global Game Settings.&lt;br /&gt;
*Added &amp;quot;Download More RAM&amp;quot; feature to allow you to allocate more memory to your application.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5.2&#039;&#039;&#039;&lt;br /&gt;
*No-longer reliant on pngquant.exe (close #6).&lt;br /&gt;
*Added Early-Access builds to the Version Manager.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5.1&#039;&#039;&#039;&lt;br /&gt;
*Added version selection and version selector. - you can now use ANY version of GameMaker:Studio Since 1.4.1468.&lt;br /&gt;
*Files are downloaded from yoyo&#039;s servers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
*Under &amp;quot;Global Game Settings&amp;quot; you can now simply press to apply settings, or to cancel.&lt;br /&gt;
*Disabled Windows Automatic DPI Scaling (see issue #8 to understand why i did this).&lt;br /&gt;
*Now using unmodified GMAssetCompiler. and simply &amp;quot;&amp;quot;Obtaining permission to execute&amp;quot;&amp;quot; (resolved #7).&lt;br /&gt;
*Fixed issue #5.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.4.9999&#039;&#039;&#039;&lt;br /&gt;
*Fixes issue #4.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.4&#039;&#039;&#039;&lt;br /&gt;
*Inside &amp;quot;Global Game Settings we have:&lt;br /&gt;
**Enable/Disable rear touchpad.&lt;br /&gt;
**Enable/Disable front touchscreen.&lt;br /&gt;
**Change the Texture Paging Size default: 2048 (stick to power&#039;s of 2 or u might break things).&lt;br /&gt;
*Other changes:&lt;br /&gt;
**Program will check for updates.&lt;br /&gt;
**Program will remember what images you last used (HKLU/Software/GayMaker).&lt;br /&gt;
**This system software update improves system performance.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.3&#039;&#039;&#039;&lt;br /&gt;
*Shader&#039;s can now be used, however you have to provide a copy of &amp;quot;psp2cgc.exe&amp;quot; yourself. - #3 can now be closed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.2&#039;&#039;&#039;&lt;br /&gt;
Update to Game Maker Studio 1.4.9999.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.1&#039;&#039;&#039;&lt;br /&gt;
Fixes Issue #1 and Issue #2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
First release.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
nikita_krapivin, CelesteBlue, Radziu, Dots-tb, &amp;quot;Wolfgang&amp;quot;, the devs of &amp;quot;Siralin2&amp;quot; DnSpy.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* GitHub - https://github.com/KuromeSan/GayMaker&lt;br /&gt;
* Reddit - https://www.reddit.com/r/vitahacks/comments/9o20nv/release_gaymaker_run_gamemaker_studio_on_psvita/&lt;br /&gt;
* Reddit - reddit.com/r/vitahacks/comments/9qytnw/release_gaymaker_v12_now_using_gamemaker_149999/&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=TropHAX_Vita&amp;diff=199983</id>
		<title>TropHAX Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=TropHAX_Vita&amp;diff=199983"/>
		<updated>2025-05-09T23:18:10Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=TropHAX&lt;br /&gt;
|image=trophaxvita2.png&lt;br /&gt;
|description=Universal trophy unlocker for PS Vita.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2017/01/29&lt;br /&gt;
|type=Plugins&lt;br /&gt;
|version=2.0&lt;br /&gt;
|license=GPL-3.0&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/trophaxvita.7z?k33p0fil35&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/trophax&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/trophax&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Plugins) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=trophaxvita2.png&lt;br /&gt;
|image_alt=TropHAX&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Universal trophy unlocker for PS Vita.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Please note that this can cause you being banned.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Put trophax.suprx into ux0:tai/ or ur0:tai/.&lt;br /&gt;
&lt;br /&gt;
Edit the config.txt file in that same tai folder.&lt;br /&gt;
&lt;br /&gt;
At the bottom of config.txt put *ALL to use it on all games (or you can use a game&#039;s titleid specifically) &lt;br /&gt;
&lt;br /&gt;
 *ALL&lt;br /&gt;
 ux0:tai/trophax2.0.suprx&lt;br /&gt;
&lt;br /&gt;
(change to ur0 if you store the plugin there)&lt;br /&gt;
&lt;br /&gt;
Reload your HENkaku configuration file from HENkaku Setting.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
After the plugin is installed, start up the desired game and once at the main menu hit Start+Select to enable the plugin. &lt;br /&gt;
&lt;br /&gt;
Now you can use L+R to unlock all or L+START to unlock a specific trophy, use L+UP and L+Down to make your selection then L+Circle to unlock.&lt;br /&gt;
&lt;br /&gt;
Keep in mind that trophys will sync online, so there is a potential ban risk.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/trophaxvita3.png&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v2.0&#039;&#039;&#039;&lt;br /&gt;
*Added the option to select TrophyId to be unlocked.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
TropHax by SilicaServer.&lt;br /&gt;
&lt;br /&gt;
*SilicaAndPina - Lead Project Manager and Recon.&lt;br /&gt;
*Pocxki - Idea/Trophy merchant/Lead Tester.&lt;br /&gt;
*dots-tb - Lead Developer, Slave &amp;amp; Silica Victim.&lt;br /&gt;
*zecoxao - Former Lead Developer, Free man.&lt;br /&gt;
*Nkekev - 0.2 Lead Developer.&lt;br /&gt;
&lt;br /&gt;
Further credits: theFlow for amphetamin, frangarcj for oClock&lt;br /&gt;
&lt;br /&gt;
Extreme Testing Team: JustMulti, wosley Testing Team: Levi.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/trophax/src/master/&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=VideoDebug_Vita&amp;diff=199982</id>
		<title>VideoDebug Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=VideoDebug_Vita&amp;diff=199982"/>
		<updated>2025-05-09T23:01:36Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=VideoDebug&lt;br /&gt;
|image=videodebugvita2.png&lt;br /&gt;
|description=Puts videoplayer in debug mode.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2019/10/10&lt;br /&gt;
|type=Plugins&lt;br /&gt;
|version=2019&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/videodebugvita.7z&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/videodebug/src/master&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/videodebug/src/master&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Plugins) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=videodebugvita2.png&lt;br /&gt;
|image_alt=VideoDebug&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
VideoDebug is a plugin that puts video app into debug mode.&lt;br /&gt;
&lt;br /&gt;
Video app in debug mode allows you to play videos directly from ux0:video/ without importing them into the video database file.&lt;br /&gt;
&lt;br /&gt;
This was made after infos shared by u/AltCtrlGraphene.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Copy the .suprx file to your ux0(ur0):tai/.&lt;br /&gt;
&lt;br /&gt;
Enable it under *KERNEL in tai/config.txt (change to ur0 if you store the plugin there)&lt;br /&gt;
&lt;br /&gt;
 *KERNEL&lt;br /&gt;
 ux0:tai/videoDebug.skprx&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
Types of files you can watch with the Videos application ([https://manuals.playstation.net/document/en/psvita/videos/filetypes.html PS Vita manual]):&lt;br /&gt;
*MPEG-4 Simple Profile Level 6, Maximum 1280 × 720 pixels, AAC.&lt;br /&gt;
*H.264/MPEG-4 AVC Baseline/Main/High Profile Level 4.0, Maximum 1080p, AAC.&lt;br /&gt;
&lt;br /&gt;
Both the video and audio format must be compatible for videos to work.&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;Videos App (NPXS10010) debug mode&#039;&#039;&#039; ([https://www.youtube.com/watch?v=3ISMJc2njac Silica]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;3ISMJc2njac&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/videodebug/src/master&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=RePatch_reDux0_Vita&amp;diff=199981</id>
		<title>RePatch reDux0 Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=RePatch_reDux0_Vita&amp;diff=199981"/>
		<updated>2025-05-09T23:01:11Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=rePatch reDux0:&lt;br /&gt;
|image=repatchredux0vita2.png&lt;br /&gt;
|description=Kernel Plugin to make ux0:rePatch allow the modding of encrypted games similar to ux0:patch.&lt;br /&gt;
|author=dots-tb, CelesteBlue, Li&lt;br /&gt;
|lastupdated=2018/11/19&lt;br /&gt;
|type=Plugins&lt;br /&gt;
|version=3.0&lt;br /&gt;
|license=MIT&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/repatchredux0vita.7z&lt;br /&gt;
|website=https://twitter.com/dots_tb/status/1021842416368672770&lt;br /&gt;
|source=https://github.com/dots-tb/rePatch-reDux0&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Plugins) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=repatchredux0vita2.png&lt;br /&gt;
|image_alt=rePatch reDux0:&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{obsolete}}&lt;br /&gt;
rePatch reDux0: is a plugin that serves as a substitute for the patch folder when an existing update is present on official cartridges or other encrypted formats. It also has the benefit of loading decrypted content on 3.60+.&lt;br /&gt;
&lt;br /&gt;
This plugin works on 3.60-3.68 on [[NoNpDrm Vita|NoNpDrm]], official cartridges, and officially downloaded games.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; No longer maintained. You may consider updating to [[RePatch reLoaded Vita|rePatch reLoaded]] which adds Homebrew and ux0:data migration support (allow users to move homebrew game data to storage devices other than ux0).&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
How to setup:&lt;br /&gt;
*Create the folder ux0:rePatch (and ux0:reAddcont for DLC related content).&lt;br /&gt;
*Place .skprx in ux0(ur0):tai/ and add the following lines to your config.txt (change to ur0 if you store the plugin there)&lt;br /&gt;
 &lt;br /&gt;
 *KERNEL&lt;br /&gt;
 ux0:tai/repatch.skprx&lt;br /&gt;
&lt;br /&gt;
You should have these separate folders:&lt;br /&gt;
*ux0:app/ for the original app. (Minus the ones that are being patched by rePatch).&lt;br /&gt;
*ux0:patch/ that contains the official update/patch files. (Minus the ones that are being patched by rePatch).&lt;br /&gt;
*ux0:rePatch/ which contains modified versions of files that were formally contained in app and patch.&lt;br /&gt;
*ux0:reAddcont/ for DLC mods (similar to normal rePatch mods) or DLC decrypted/dumped by a pre-taihen dumper or Motoharu&#039;s tools.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Be wary of using a [[Vitamin]] dumped(or similar) eboot, it will be affected by save issues.&lt;br /&gt;
&lt;br /&gt;
===How to use===&lt;br /&gt;
Using RePatch plugin to mod encrypted games:&lt;br /&gt;
*Create a folder within the rePatch folder with the TITLE ID of the game you wish to patch.&lt;br /&gt;
*Place decrypted contents within this TITLE ID folder. Exclude the sce_sys folder.&lt;br /&gt;
*You may delete overlapping files within the original patch folder or app folder to save space.&lt;br /&gt;
&lt;br /&gt;
Using RePatch plugin to use decrypted DLCs or mod encrypted DLCs:&lt;br /&gt;
*In the reAddcont directory make a new directory with GAMEID of a basegame. You should end up with something like ux0:/reAddcont/GAMEID/.&lt;br /&gt;
*Inside of that GAMEID folder, place your directories with decrypted/mai/vitamin/modded DLCs (full or just modded files) using this scheme ux0:/reAddcont/GAMEID/DLCID/.&lt;br /&gt;
&lt;br /&gt;
Games that has been confirmed to support custom DLCs:&lt;br /&gt;
*Toukiden 2.&lt;br /&gt;
*Hyperdimension Neptunia U - Action Unleashed.&lt;br /&gt;
*Taiko no Tatsujin: V Version.&lt;br /&gt;
&lt;br /&gt;
===Rules in modding===&lt;br /&gt;
General rules:&lt;br /&gt;
*There can be only decrypted files in rePatch directory.&lt;br /&gt;
*Only two LiveArea mods (sce_sys directory) are currently supported: ChangeInfo and Manuals.&lt;br /&gt;
*If mod requires a certain update, update the game to that version. The Game will not detect the rePatch directory as a valid official patch.&lt;br /&gt;
&lt;br /&gt;
For optimal and most stable experience please stick to this scheme:&lt;br /&gt;
*/app/GAMEID - Fully encrypted.&lt;br /&gt;
*/patch/GAMEID - If present, fully encrypted.&lt;br /&gt;
*/rePatch/GAMEID - Only decrypted AND modded files. Avoid using decrypted and unmodded update files, use untouched and encrypted /patch/GAMEID instead.&lt;br /&gt;
*/reAddcont/GAMEID/DLCID - Only decrypted and/or modded DLC files.&lt;br /&gt;
&lt;br /&gt;
You can use either of these partitions to keep RePatch and reAddcont directories: &lt;br /&gt;
*ux0:, uma0:, imc0:, grw0:, xmc0:.&lt;br /&gt;
*Note that it will only load files from one device PER GAME, and this is the priority order. &lt;br /&gt;
*So if ux0:rePatch/GAMEID is missing, it will load uma0:rePatch/GAMEID. A ux0:rePatch/GAMEID will prevent uma0:rePatch/GAMEID.&lt;br /&gt;
&lt;br /&gt;
===Obtaining decrypted game assets from NoNpDRM rips via Vita===&lt;br /&gt;
Open [[VitaShell]] and update it to latest version possible.&lt;br /&gt;
&lt;br /&gt;
Go to ux0:app/ (or ux0:patch/) folder, using D-Pad select the GAMEID directory of a chosen game you want to obtain assets from and press Triangle &amp;gt; Open decrypted.&lt;br /&gt;
&lt;br /&gt;
Press Select to open FTP server (switch it under Start key if you have USB connection chosen).&lt;br /&gt;
&lt;br /&gt;
Using FTP client on PC, connect to vita, then guide to ux0:app/GAMEID (or ux0:patch/GAMEID) directory. Make sure you open this folder and download all its contents to PC.&lt;br /&gt;
&lt;br /&gt;
(Optional) After you are done downloading, check if files are indeed decrypted if hex of eboot.bin file, starts with SCE then you decrypted files correctly.&lt;br /&gt;
&lt;br /&gt;
===Obtaining decrypted game assets from NoNpDRM rips via PC===&lt;br /&gt;
Download latest [[Psvpfstools Vita|psvpfstools]] unzip it somewhere on your PC.&lt;br /&gt;
&lt;br /&gt;
Obtain encrypted game/patch/DLC or update (from your cart/vita memory/microsd/extracted from pkg) and copy it somewhere on your PC.&lt;br /&gt;
&lt;br /&gt;
Now run psvpfstools with those parameters: &amp;lt;code&amp;gt;-i location_of_the_encrypted_files -o output_location_where_decrypted_files_will_be -z zRIF_string -f cma.henkaku.xyz&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example (only proper zRIF is not provided because of obvious reasons): &amp;lt;code&amp;gt;psvpfsparser.exe -i PCSE00120 -o PCSE00120_decrypted -z Actual_zRIF_string_here -f cma.henkaku.xyz&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When process is finished you&#039;ll be left with new directory (PCSE00120_decrypted in provided example) with decrypted files from the game/DLC/update.&lt;br /&gt;
&lt;br /&gt;
===Tutorial and resources===&lt;br /&gt;
*[https://github.com/dots-tb/rePatch-reDux0/wiki/Usage-(GENERAL) General usage].&lt;br /&gt;
*[https://github.com/dots-tb/rePatch-reDux0/wiki/Usage-(DLC) DLC usage] and [https://github.com/dots-tb/rePatch-reDux0/wiki/DLC-Examples DLC examples].&lt;br /&gt;
*[https://gbatemp.net/threads/stardew-valley-easy-modding-with-repatch.513295/ How to use Stardew Valley mod with rePatch] by Roah.&lt;br /&gt;
*[https://github.com/TheRadziu/NoNpDRM-modding/wiki More in-depth information on modding] by Radziu, including newly added DLC.&lt;br /&gt;
*[https://github.com/dots-tb/rePatch-reDux0/wiki/Debug-Info-for-Bugs-and-Modding Debug Info] for Bugs and Modding.&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v3.0&#039;&#039;&#039;&lt;br /&gt;
*Compat pack compatibility [thanks to CelesteBlue and TheFlow (for 3.68 H-encore)]. NOTE: When eboot modding, be sure to include the self_auth.bin, this contains very important information.&lt;br /&gt;
*Manual (with additional pages) and Changeinfo Support.&lt;br /&gt;
*No need for rePatch AIDS.&lt;br /&gt;
*Support for &amp;quot;ux0:&amp;quot;, &amp;quot;uma0:&amp;quot;, &amp;quot;imc0:&amp;quot;, &amp;quot;grw0:&amp;quot;, &amp;quot;xmc0:&amp;quot; (Note: it will only load files from one device PER GAME, and this is the priority order. So if no ux0:rePatch/titleid, it will load uma0:rePatch/titleid. A ux0:rePatch/titleid will prevent uma0:rePatch/titleid).&lt;br /&gt;
*Now uses the Sony overlay system, you may now create files that don&#039;t exist in both patch and app, however, the game must support this.&lt;br /&gt;
*Mods such as [https://twitter.com/Nkekev/status/1059271162629365761 SBXE] now take less time to load (1:10 vs 1:16).&lt;br /&gt;
*Addresses: [https://github.com/dots-tb/rePatch-reDux0/issues/5 #5] [https://github.com/dots-tb/rePatch-reDux0/issues/10 #10] [https://github.com/dots-tb/rePatch-reDux0/issues/13 #13] [https://github.com/dots-tb/rePatch-reDux0/issues/15 #15] [https://github.com/dots-tb/rePatch-reDux0/issues/17 #17] [https://github.com/dots-tb/rePatch-reDux0/issues/18 #18] [https://github.com/dots-tb/rePatch-reDux0/issues/24 #24] [https://github.com/dots-tb/rePatch-reDux0/issues/28 #28]&lt;br /&gt;
**Please note that while the crashes are fixed when using DLC in above games, decrypted DLC may not load. This does not prevent OFFICIAL or NoNpDRM DLC from loading.&lt;br /&gt;
**NOTE: DECRYPTED DLC loads for 99% of games.&lt;br /&gt;
**Special thanks to: @AluProductions @froid_san @RealYoti and @waterflame321 for extreme testing.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v2.71 ALPHA&#039;&#039;&#039;&lt;br /&gt;
*Made compatible with compatible packs.&lt;br /&gt;
*Made with the help of @CelesteBlue123.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v2.70&#039;&#039;&#039;&lt;br /&gt;
*Fixed suspend issue for 3.68/3.67.&lt;br /&gt;
*Special thanks to @juliosueiras for lending his time and 3.68 vita.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v2.69&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
HOT FIX C:&lt;br /&gt;
*Fixed problem with &amp;quot;PCSG00842&amp;quot; (forward slashes error), only update if you want to play this game. &lt;br /&gt;
*Compatibility may have improved also.&lt;br /&gt;
&lt;br /&gt;
HOT FIX B PLEASE RE-DOWNLOAD:&lt;br /&gt;
*Added what it was currently reading&lt;br /&gt;
*Made it read from reAddcont folder, instead of rePatch folder&lt;br /&gt;
&lt;br /&gt;
New path for path issue: &lt;br /&gt;
*ux0:reAddcont/&amp;lt;GAME ID&amp;gt;/&amp;lt;DLC ID&amp;gt;&lt;br /&gt;
*Deemo DLC fix, it might fix other games.&lt;br /&gt;
*Fixed: [https://github.com/dots-tb/rePatch-reDux0/issues/2 #2] [https://github.com/dots-tb/rePatch-reDux0/issues/3 #3]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v2.68&#039;&#039;&#039;&lt;br /&gt;
*Added DLC support along with the creation of rePatch Addcont Injection Deficiency Supplement. The following is an excerpt from the readme.&lt;br /&gt;
*NOTE: For some games, this allows the possibility of custom DLC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.0&#039;&#039;&#039;&lt;br /&gt;
*Fix suspend issue and made more efficient.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
Eboot.bin patching added based of [https://github.com/GabyPCgeeK/rePatch GabyPCgeeK&#039;s rePatch].&lt;br /&gt;
&lt;br /&gt;
Developed by @dots_tb &amp;amp; @CelesteBlue123 SilicaAndPina.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Twitter - https://twitter.com/dots_tb/status/1021842416368672770&lt;br /&gt;
* GitHub - https://github.com/dots-tb/rePatch-reDux0&lt;br /&gt;
* Wololo - https://wololo.net/talk/viewtopic.php?t=48919&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Hide_Autoplugin_Vita&amp;diff=199980</id>
		<title>Hide Autoplugin Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Hide_Autoplugin_Vita&amp;diff=199980"/>
		<updated>2025-05-09T23:00:36Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=Hide Autoplugin&lt;br /&gt;
|image=psvita2.png&lt;br /&gt;
|description=Hides ux0:/app/AUTOPLUG2 from any app its loaded into.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2022/08/24&lt;br /&gt;
|type=Plugins&lt;br /&gt;
|version=1.0&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/hideautopluginvita.7z&lt;br /&gt;
|website=https://www.reddit.com/r/vitahacks/comments/ww69u5/release_hideautoplugin_v1/&lt;br /&gt;
|source=https://silica.codes/SilicaAndPina/hide-autoplugin/releases&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Plugins) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=psvita2.png&lt;br /&gt;
|image_alt=Hide Autoplugin&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Hides ux0:/app/AUTOPLUG2 from any app its loaded into.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Install it under *ALL.&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;hide-autoplugin plugin&#039;&#039;&#039; ([https://www.youtube.com/watch?v=Ci9obQzDEy0 Silica]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;Ci9obQzDEy0&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Gitea - https://silica.codes/SilicaAndPina/hide-autoplugin/releases&lt;br /&gt;
* Reddit - https://www.reddit.com/r/vitahacks/comments/ww69u5/release_hideautoplugin_v1/&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=IDUSpoofer_Vita&amp;diff=199979</id>
		<title>IDUSpoofer Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=IDUSpoofer_Vita&amp;diff=199979"/>
		<updated>2025-05-09T23:00:14Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=IDUSpoofer&lt;br /&gt;
|image=psvita2.png&lt;br /&gt;
|description=Plugin that spoofs idu mode.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2018/08/04&lt;br /&gt;
|type=Plugins&lt;br /&gt;
|version=2018&lt;br /&gt;
|license=MIT&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/iduspoofvita.7z&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/iduspoof/src/master/&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/iduspoof/src/master/&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Plugins) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=psvita2.png&lt;br /&gt;
|image_alt=IDUSpoofer&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This is a plugin that spoofs IDU Mode (vshSysconIsIduMode) to always return 0x1.&lt;br /&gt;
&lt;br /&gt;
This has the effect of tricking whatever application&#039;s its configured for into thinking its running in IDU mode.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
If you enable it under *ALL it has the same effect as if you just enabled IDU mode.&lt;br /&gt;
&lt;br /&gt;
You can also specify exactly what apps IDU is set for. For example, if you want to enable the package installer&lt;br /&gt;
&lt;br /&gt;
 *NPXS10031&lt;br /&gt;
 ux0:tai/iduSpoof.suprx&lt;br /&gt;
&lt;br /&gt;
Also be sure to create a package installer bubble, or launch it from [[vita-uriCaller|UriCaller]].&lt;br /&gt;
&lt;br /&gt;
Or enable IDU settings without IDU Mode&lt;br /&gt;
&lt;br /&gt;
 *NPXS10015&lt;br /&gt;
 ux0:tai/iduSpoof.suprx&lt;br /&gt;
&lt;br /&gt;
Though keep in mind henkaku overwrites IDU settings with its own.&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;3.65 Enso? Needs Package Installer dont you agree?&#039;&#039;&#039; ([https://www.youtube.com/watch?v=GxP9FiWgFtU Silica]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;GxP9FiWgFtU&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Reddit - https://github.com/SilicaAndPina/IDUSpoof&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/iduspoof&lt;br /&gt;
* Wololo - https://wololo.net/talk/viewtopic.php?t=48925&lt;br /&gt;
* Reddit - https://www.reddit.com/r/vitahacks/comments/8405gr/release_iduspoofer_pkg_installer_and_more_on_365/&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=RoActDat_Vita&amp;diff=199978</id>
		<title>RoActDat Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=RoActDat_Vita&amp;diff=199978"/>
		<updated>2025-05-09T22:59:19Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=RoActDat&lt;br /&gt;
|image=psvita2.png&lt;br /&gt;
|description=Make the tm0: partition read-only.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2017/08/02&lt;br /&gt;
|type=Plugins&lt;br /&gt;
|version=2017&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/roactdatvita.7z&lt;br /&gt;
|website=https://wololo.net/talk/viewtopic.php?t=48339&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/roactdat&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Plugins) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=psvita2.png&lt;br /&gt;
|image_alt=RoActDat&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
RoActDat is a plugin (or app) that will block Sony (or anyone else) from deactivating your PS Vita.&lt;br /&gt;
&lt;br /&gt;
It works by making the tm0: partition read-only.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
It is available as an app and as a plugin.&lt;br /&gt;
&lt;br /&gt;
Application: Just run the app and tm0 will be remounted Read/Only (but only until next reboot).&lt;br /&gt;
&lt;br /&gt;
Plugin: Add RoActDat.skprx to *KERNEL in config.txt, to make tm0: be remounted as read-only whenever HENkaku loads (which if you use Enso is at bootup).&lt;br /&gt;
&lt;br /&gt;
To test if its working try copying a file to tm0 it should throw error 0x8001001E in [[VitaShell]].&lt;br /&gt;
&lt;br /&gt;
==Compatibility==&lt;br /&gt;
Works on 3.65 and 3.68.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/roactdat&lt;br /&gt;
* Wololo - https://wololo.net/talk/viewtopic.php?t=48339&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=ReSkype_Vita&amp;diff=199977</id>
		<title>ReSkype Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=ReSkype_Vita&amp;diff=199977"/>
		<updated>2025-05-09T22:58:47Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=reSkype&lt;br /&gt;
|image=reskypevita2.png&lt;br /&gt;
|description=A plugin to enable the Skype app on 3.65+.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2019/01/12&lt;br /&gt;
|type=Plugins&lt;br /&gt;
|version=1.0&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/reskypevita.7z&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/reskype&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/reskype&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Plugins) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=reskypevita2.png&lt;br /&gt;
|image_alt=reSkype&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
reSkype is a simple plugin to enable the Skype app on 3.65+. This is not required for 3.60 version, as the blacklist does not exist in firmwares before 3.65.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This plugin simply overwrites the blacklist in SceShell, this means the application will &amp;quot;run&amp;quot; but you may not be able to do much of anything with it and it only works if your account was made before the Microsoft takeover. &lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Copy the .suprx file to ux0(ur0):tai/.&lt;br /&gt;
&lt;br /&gt;
Enable it in config.txt under *main (change to ur0 if you store the plugin there)&lt;br /&gt;
&lt;br /&gt;
 *main&lt;br /&gt;
 ux0:tai/reSkype.suprx&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/reskype&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=PSMPatch_Vita&amp;diff=199976</id>
		<title>PSMPatch Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=PSMPatch_Vita&amp;diff=199976"/>
		<updated>2025-05-09T22:58:30Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=PSMPatch&lt;br /&gt;
|image=psmpatchvita2.png&lt;br /&gt;
|description=Allows you to modify PSM Games, and also can be used to load PSM Homebrew.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2018/04/12&lt;br /&gt;
|type=Plugins&lt;br /&gt;
|version=1.1&lt;br /&gt;
|license=GPL-2.0&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/psmpatchvita.7z&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/psmpatch/src/master&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/psmpatch/src/master&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Plugins) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=psmpatchvita2.png&lt;br /&gt;
|image_alt=PSMPatch&lt;br /&gt;
}}&lt;br /&gt;
PSMPatch is a plugin that allows you to load PSM homebrew and modify PSM games (think of it as PSM Repatch).&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Place the plugin under the *ALL section of your config.txt and you are good to go.&lt;br /&gt;
&lt;br /&gt;
How to load PSM patch and mod:&lt;br /&gt;
*Put patched files into ux0:psm/TITLEID/Documents/p.&lt;br /&gt;
*Files here will be read instead of the files in /Application.&lt;br /&gt;
&lt;br /&gt;
How to load PSM homebrew:&lt;br /&gt;
*If you compile an app using the PSM SDK there is an unsigned copy of it created.&lt;br /&gt;
*Copy the unsigned files into the patch folder and it&#039;ll load the homebrew instead of the original game.&lt;br /&gt;
*(If u get compile errors while using the PSM SDK try running &amp;quot;setx MSBUILDENABLEALLPROPERTYFUNCTIONS 1&amp;quot; in CMD.)&lt;br /&gt;
&lt;br /&gt;
How to decrypt PSM Games:&lt;br /&gt;
*You can use [https://bitbucket.org/SilicaAndPina/fuckpsse/src/master/ F*PSSE].&lt;br /&gt;
*Important note: Do do use PSMPatch at the same time as F*PSSE.&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;PSMPatch - PSM Game Modding and Homebrew&#039;&#039;&#039; ([https://www.youtube.com/watch?v=qS_QAfrBAwQ Silica]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;qS_QAfrBAwQ&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v1.1&#039;&#039;&#039;&lt;br /&gt;
* Fixed bug where it was impossible to load an assembly thats the wrong size.&lt;br /&gt;
* Homebrew loading acturally now work better.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.0&#039;&#039;&#039;&lt;br /&gt;
* It&#039;s worked well enough to change a song in Cytus Lambda as well as make a mod to app.exe to unlock every song.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Twitter - https://twitter.com/SilicaDevs/status/1053885272193028102&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/psmpatch/src/master&lt;br /&gt;
* Wololo - [https://wololo.net/2018/10/21/psmpatch-and-cytus-lambda-song-unlock-released-you-can-now-install-psm-game-mods-a-la-repatch-and-even-run-psm-homebrew/ https://wololo.net/2018/10/21/psmpatch]&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=NoPSMWhitelist_Vita&amp;diff=199975</id>
		<title>NoPSMWhitelist Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=NoPSMWhitelist_Vita&amp;diff=199975"/>
		<updated>2025-05-09T22:58:11Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=NoPsmWhitelist&lt;br /&gt;
|image=nopsmwhitelistvita2.png&lt;br /&gt;
|description=Disables PS TV Whitelist for PSM Games.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2018/10/10&lt;br /&gt;
|type=Plugins&lt;br /&gt;
|version=1.0&lt;br /&gt;
|license=MIT&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/nopsmwhitelistvita.7z&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/nopsmwhitelist&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/nopsmwhitelist&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Plugins) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=nopsmwhitelistvita2.png&lt;br /&gt;
|image_alt=NoPsmWhitelist&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Disables the PS TV Whitelist for PlayStation Mobile games.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; No longer maintained, please use [[DolcePolce Vita|DolcePolce]] instead.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Put noPsmWhitelist.skprx into ux0:tai/ or ur0:tai/ (for sd2vita (or similar) users).&lt;br /&gt;
&lt;br /&gt;
Add an entry to tai/config.txt (change to ur0 if you store the plugin there)&lt;br /&gt;
&lt;br /&gt;
 *KERNEL&lt;br /&gt;
 ux0:tai/noPsmWhitelist.skprx&lt;br /&gt;
&lt;br /&gt;
Reboot the console and enjoy PSM games on PS TV.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/nopsmwhitelist&lt;br /&gt;
* Reddit - https://www.reddit.com/r/vitahacks/comments/a4qss9/nopsmwhitelist_run_blacklisted_psm_games_with/&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Nopslock_Vita&amp;diff=199974</id>
		<title>Nopslock Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Nopslock_Vita&amp;diff=199974"/>
		<updated>2025-05-09T22:57:37Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=noPsLock&lt;br /&gt;
|image=psvita2.png&lt;br /&gt;
|description=Blocks Official Apps and Homebrew from locking the PS button.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2018/04/03&lt;br /&gt;
|type=Plugins&lt;br /&gt;
|version=1.0&lt;br /&gt;
|license=MIT&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/nopslockvita.7z&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/nopslock&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/nopslock&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Plugins) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=psvita2.png&lt;br /&gt;
|image_alt=noPsLock&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Blocks official applications and homebrew from locking the PS button.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Use with caution, it can cause damage to your console if use improperly (i.e. pressing the PS button during an installation).&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Don&#039;t put under *ALL, it crashes shell.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/nopslock&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=NoAVLS_Vita&amp;diff=199973</id>
		<title>NoAVLS Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=NoAVLS_Vita&amp;diff=199973"/>
		<updated>2025-05-09T22:57:21Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=NoAVLS&lt;br /&gt;
|image=noavlsvita2.png&lt;br /&gt;
|description=Permanantly disable AVLS on AVLS-Forced Vitas.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2017/10/08&lt;br /&gt;
|type=Plugins&lt;br /&gt;
|version=0.1&lt;br /&gt;
|license=MIT&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/noavlsvita.7z&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/noavls&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/noavls&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Plugins) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=noavlsvita2.png&lt;br /&gt;
|image_alt=NoAVLS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
NoAVLS is a plugin that will permanently disable AVLS on AVLS-Forced Vitas. &lt;br /&gt;
&lt;br /&gt;
AVLS (Automatic Volume Limiter System) is an option that limits the maximum volume level on your headphones. &lt;br /&gt;
&lt;br /&gt;
If your Vita has forced AVLS, you can use this plugin to disable the setting. The affected models are:&lt;br /&gt;
*Later European PSVita Fat (1000) models with a Wolfson Microelectronics WM1804E.&lt;br /&gt;
*All European PSVita Slim (2000) models as they have the audio DAC chip mentioned above.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Place noavls.skprx into ux0:tai/ or ur0:tai/.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to tai/config.txt (change to ur0 if you store the plugin there)&lt;br /&gt;
&lt;br /&gt;
 *KERNEL&lt;br /&gt;
 ux0:tai/noavls.skprx&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
After installing, AVLS will still be checked in settings however it will not limit volume.&lt;br /&gt;
&lt;br /&gt;
Volume may be set to 21 at boot, however AVLS should be disabled.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/noavlsvita3.png&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
*SilicaAndPina - Project Manager.&lt;br /&gt;
*dots-tb - RE and Dev.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Bitnucket - https://bitbucket.org/SilicaAndPina/noavls&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=CidSpoofer_Vita&amp;diff=199972</id>
		<title>CidSpoofer Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=CidSpoofer_Vita&amp;diff=199972"/>
		<updated>2025-05-09T22:57:07Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=cidSpoofer&lt;br /&gt;
|image=cidspoofervita2.png&lt;br /&gt;
|description=Spoof CID (ConsoleID) on PS Vita.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2018/03/19&lt;br /&gt;
|type=Plugins&lt;br /&gt;
|version=1.0&lt;br /&gt;
|license=MIT&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/cidspoofervita.7z&lt;br /&gt;
|website=https://gbatemp.net/threads/how-to-use-cidspoofer.500430/&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/cidspoofer/src/master&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Plugins) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=cidspoofervita2.png&lt;br /&gt;
|image_alt=cidSpoofer&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Spoof CID (ConsoleID) on PS Vita. &lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Place the .skprx to your tai folder (ux0 or ur0).&lt;br /&gt;
&lt;br /&gt;
Add to your *KERNEL line in config.txt (change to ur0 if you store the plugin there)&lt;br /&gt;
&lt;br /&gt;
 *KERNEL&lt;br /&gt;
 ux0:tai/cidSpoof.skprx&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
Edit ux0:CID.BIN this file is your CID as raw binary data.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t see a CID.BIN after installing, try connecting to PSN or open [[VITAident]], the CID.BIN is only written after ksceSblAimgrGetConsoleId is called.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/cidspoofer/src/master&lt;br /&gt;
* Wololo - https://wololo.net/talk/viewtopic.php?t=48946&lt;br /&gt;
* GBAtemp - https://gbatemp.net/threads/how-to-use-cidspoofer.500430/&lt;br /&gt;
* Reddit - https://www.reddit.com/r/vitahacks/comments/85gk13/release_cidspoofer_consoleid_spoofing_on_psvita/&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Street_Racing_Vita&amp;diff=199971</id>
		<title>Street Racing Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Street_Racing_Vita&amp;diff=199971"/>
		<updated>2025-05-09T22:56:44Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=Street Racing&lt;br /&gt;
|image=streetracingvita2.png&lt;br /&gt;
|description=GameMaker: Studio Homebrew Games.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2019/01/30&lt;br /&gt;
|type=Racing&lt;br /&gt;
|version=2019&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/streetracingvita.7z&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/gm-shb/src/master/StreetRacingGMS/&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/gm-shb/src/master/StreetRacingGMS/&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Games (Racing) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=streetracingvita2.png&lt;br /&gt;
|image_alt=Street Racing&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A simple homebrew racing game made with GameMaker Studio.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/streetracingvita3.png&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/gm-shb&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=ShepHard_Vita&amp;diff=199970</id>
		<title>ShepHard Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=ShepHard_Vita&amp;diff=199970"/>
		<updated>2025-05-09T22:56:18Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=ShepHard&lt;br /&gt;
|image=shephardvita2.png&lt;br /&gt;
|description=GameMaker: Studio Homebrew Games.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2020/03/15&lt;br /&gt;
|type=Other Games&lt;br /&gt;
|version=2020&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/shephardvita.7z&lt;br /&gt;
|website=https://www.silica.codes/SilicaAndPina/gm-shb/src/branch/master/ShepHard&lt;br /&gt;
|source=https://www.silica.codes/SilicaAndPina/gm-shb&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Games (Other Games) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=shephardvita2.png&lt;br /&gt;
|image_alt=ShepHard&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Port of Shephard by Butterscotch Shenanigans.&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
Touchscreen only.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/shephardvita3.png&lt;br /&gt;
&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/shephardvita4.png&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Gitee - https://www.silica.codes/SilicaAndPina/gm-shb/src/branch/master/ShepHard&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=CreeperDiver_Vita&amp;diff=199969</id>
		<title>CreeperDiver Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=CreeperDiver_Vita&amp;diff=199969"/>
		<updated>2025-05-09T22:55:59Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=CreeperDiver&lt;br /&gt;
|image=creeperdivervita2.png&lt;br /&gt;
|description=A game i made randomly in Gamemaker 8.1.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2018/11/28&lt;br /&gt;
|type=Other Games&lt;br /&gt;
|version=1.2&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/creeperdivervita.7z&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/creeperdiver&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/creeperdiver&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Games (Other Games) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=creeperdivervita2.png&lt;br /&gt;
|image_alt=CreeperDiver&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A game made in GameMaker 8.1.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/creeperdivervita3.png&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;Creeper Diver - A Random Game I Made In GM81.&#039;&#039;&#039; ([https://www.youtube.com/watch?v=pdGMOyRJt5A Silica]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;pdGMOyRJt5A&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v1.2&#039;&#039;&#039;&lt;br /&gt;
*Added &#039;Endless Mode&#039; and a bunch of secret features.&lt;br /&gt;
*Also theirs a screensaver.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/creeperdiver&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Hello_World_Vita&amp;diff=199968</id>
		<title>Hello World Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Hello_World_Vita&amp;diff=199968"/>
		<updated>2025-05-09T22:55:20Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=Hello_World();&lt;br /&gt;
|image=helloworldvita2.png&lt;br /&gt;
|description=A game where you have to port HENkaku to 3.80.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2019/04/21&lt;br /&gt;
|type=Other Games&lt;br /&gt;
|version=1.0&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/helloworldvita.7z&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/hello_world&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/hello_world&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Games (Other Games) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=helloworldvita2.png&lt;br /&gt;
|image_alt=Hello_World();&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Hello_World(); is a Sci-Fi/parody game formerly named called Hello World(); 3.80 WEN ETA.&lt;br /&gt;
&lt;br /&gt;
The homebrew was participated in #VitaJam2019.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/helloworldvita3.png&lt;br /&gt;
&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/helloworldvita4.png&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/hello_world&lt;br /&gt;
&lt;br /&gt;
[[Category:VitaJam2019]]&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Crystal_Archiver_Vita&amp;diff=199967</id>
		<title>Crystal Archiver Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Crystal_Archiver_Vita&amp;diff=199967"/>
		<updated>2025-05-09T22:51:34Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=Crystal Archiver&lt;br /&gt;
|image=crystalarchivervita2.png&lt;br /&gt;
|description=Bulk Archive/Backup PSM games.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2024/08/10&lt;br /&gt;
|type=Utilities&lt;br /&gt;
|version=1.1&lt;br /&gt;
|license=GPL-3.0&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/crystalarchivervita.7z&lt;br /&gt;
|website=https://twitter.com/EliCrystal2/status/1453938093002608648&lt;br /&gt;
|source=https://github.com/EliCrystal2001/CrystalArchiver&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Utilities) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=crystalarchivervita2.png&lt;br /&gt;
|image_alt=Crystal Archiver&lt;br /&gt;
}}&lt;br /&gt;
CrystalArchiver is a one click mass archiver for PSM licenses that does not require launching each PSM game. This project was created for the PSM Yaroze project which aims to save not only PSM history, but Sony and indie developer history.&lt;br /&gt;
&lt;br /&gt;
Each license is backed up by calling the original DRM functions used by the original PSM Application and then creating a depersonalized key in FAKE.RIF format used by NoPSMDRM. A depersonalized key allows a backup to be decrypted and to be played without PSM activation, provided you have the original PSM files. Because it is not tied to any one user, it does not contain personalized information. &lt;br /&gt;
&lt;br /&gt;
This can allow you play your PSM titles on another Vita you may own, even if you did not activate or download them before PSM closure. You can even play it on a Windows PC. Please note that this tool is used for creating backups and we would like you not to use it for anything that may hurt developers. Many PSM titles were ported to other systems where you can continue to support them.&lt;br /&gt;
&lt;br /&gt;
After running CrystalArchiver, these license backups will be found at ux0:/data/psm.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/crystalarchivervita3.png&lt;br /&gt;
&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/crystalarchivervita4.png&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v1.1&#039;&#039;&#039;&lt;br /&gt;
*Fix an issue where sometimes licenses might not be backed up properly.&lt;br /&gt;
&#039;&#039;&#039;v1.0&#039;&#039;&#039;&lt;br /&gt;
* First Release.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* Official Website - [https://web.archive.org/web/20220501233106/https://elicrystal.ca/ https://elicrystal.ca/] (archived)&lt;br /&gt;
* Twitter - https://twitter.com/EliCrystal2/status/1453938093002608648&lt;br /&gt;
* GitHub - https://github.com/EliCrystal2001/CrystalArchiver&lt;br /&gt;
* VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/747&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Crystal_Psm_Vita&amp;diff=199966</id>
		<title>Crystal Psm Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Crystal_Psm_Vita&amp;diff=199966"/>
		<updated>2025-05-09T22:51:00Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=Crystal PSM&lt;br /&gt;
|image=crystalpsmvita2.png&lt;br /&gt;
|description=A one click installer that downloads and installs PSM runtime for the PS Vita.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2025/03/22&lt;br /&gt;
|type=Utilities&lt;br /&gt;
|version=2&lt;br /&gt;
|license=GPL-3.0&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/crystalpsmvita.7z&lt;br /&gt;
|website=https://twitter.com/EliCrystal2/status/1448183734688157698&lt;br /&gt;
|source=https://github.com/EliCrystal2001/CrystalPSM&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Utilities) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=crystalpsmvita2.png&lt;br /&gt;
|image_alt=Crystal PSM&lt;br /&gt;
}}&lt;br /&gt;
Many ports made today require the PSM Runtime in order to work, and so do just regular PS Mobile games.&lt;br /&gt;
&lt;br /&gt;
CrystalPSM installer created by Eli Crystal is a one click installer that downloads and installs PSM runtime for the PS Vita.&lt;br /&gt;
&lt;br /&gt;
It aims to be legal (no copyrighted content in the VPK), fast, and sports a modern sleek UI.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/crystalpsmvita3.png&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;New PSM Runtime Installer for PS Vita - Crystal PSM v.1&#039;&#039;&#039; ([https://www.youtube.com/watch?v=Lg3ru1Wbw2E Robles Junior]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube width=&#039;640&#039;&amp;gt;Lg3ru1Wbw2E&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;2.0&#039;&#039;&#039;&lt;br /&gt;
Fix download of PSM Runtime 1.00 package.&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
*First Release.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
Many thanks to the Vita Nuova community for helping me develop this.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* Twitter - https://twitter.com/EliCrystal2/status/1448183734688157698&lt;br /&gt;
* GitHub - https://github.com/EliCrystal2001/CrystalPSM&lt;br /&gt;
* VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/740&lt;br /&gt;
* Reddit - https://www.reddit.com/r/vitahacks/comments/q7jxph/release_crystalpsm_one_click_psm_runtime/&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Advanced_Account_Switcher_Vita&amp;diff=199965</id>
		<title>Advanced Account Switcher Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Advanced_Account_Switcher_Vita&amp;diff=199965"/>
		<updated>2025-05-09T22:49:46Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=Advanced Account Switcher&lt;br /&gt;
|image=advancedaccountswitchervita2.png&lt;br /&gt;
|description=A simple app to clear out login details and run the sign up app allowing you to switch accounts.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2018/03/04&lt;br /&gt;
|type=Other Apps&lt;br /&gt;
|version=1.2&lt;br /&gt;
|license=LICENSE&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/advancedaccountswitchervita.7z?k33p0fil35&lt;br /&gt;
|website=https://wololo.net/talk/viewtopic.php?t=48951&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/advanced-account-switcher&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Other Apps) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=advancedaccountswitchervita2.png&lt;br /&gt;
|image_alt=Advanced Account Switcher&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
AdvancedAccountSwitcher is an improved version of [[Simple Account Switcher Vita|SimpleAccountSwitcher]] with more features.&lt;br /&gt;
&lt;br /&gt;
It clears out login details and run the sign up app allowing u to switch accounts.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
*Save/Load accounts (locate in ux0:AdvancedAccountSwitcher/accounts).&lt;br /&gt;
*Change the linked AID.&lt;br /&gt;
*Removed the linked account.&lt;br /&gt;
*Run the PSN Sign Up Application.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/advancedaccountswitchervita3.png&lt;br /&gt;
&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/advancedaccountswitchervita4.png&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;PSVita Advanced Account Switcher FIX ERROR NP-6174-8&#039;&#039;&#039; ([https://www.youtube.com/watch?v=A1oVdvGe7bA CtrlDeath]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;A1oVdvGe7bA&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v1.2&#039;&#039;&#039;&lt;br /&gt;
*Added tm0:npdrm/act.dat backup when saving accounts.&lt;br /&gt;
*Added tm0:psmdrm/act.dat backup when saving accounts.&lt;br /&gt;
*Both of these can be disabled in the options menu.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.1&#039;&#039;&#039;&lt;br /&gt;
*Fixed a bug where sceRegMgrSetKeyStr wouldn&#039;t work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.0&#039;&#039;&#039;&lt;br /&gt;
*When SimpleAccountSwitcher just isn&#039;t enough.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/advanced-account-switcher&lt;br /&gt;
* Wololo - https://wololo.net/talk/viewtopic.php?t=48951&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Simple_Account_Switcher_Vita&amp;diff=199964</id>
		<title>Simple Account Switcher Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Simple_Account_Switcher_Vita&amp;diff=199964"/>
		<updated>2025-05-09T22:49:19Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=Simple Account Switcher&lt;br /&gt;
|image=simpleaccountswitchervita2.png&lt;br /&gt;
|description=Allows the user to change/delete PSN accounts without a system restore.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2018/08/04&lt;br /&gt;
|type=Other Apps&lt;br /&gt;
|version=1.2&lt;br /&gt;
|license=MIT&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/simpleaccountswitchervita.7z&lt;br /&gt;
|website=https://wololo.net/talk/viewtopic.php?t=48224&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/simpleaccountswitcher&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Other Apps) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=simpleaccountswitchervita2.png&lt;br /&gt;
|image_alt=Simple Account Switcher&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Allows the user to change/delete PSN accounts without a system restore.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Do not use with SD2Vita/DSVSD (on ux0) if you do not have Enso - it will ask you to format your memory card upon reboot. If you must switch accounts. you can manually remove /id.dat from the real memory card/internal storage.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
When you press the Start button, the PSN sign up app will launch and will throw an error, do not press OK. &lt;br /&gt;
&lt;br /&gt;
Just wait a couple seconds and the message will disappear, now you can either create or sign into a new account.&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;PS Vita How To Switch/Remove PSN Accounts! (Simple Account Switcher)&#039;&#039;&#039; ([https://www.youtube.com/watch?v=nNcBX6-JVBw Tech James]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;nNcBX6-JVBw&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v1.2&#039;&#039;&#039;&lt;br /&gt;
*Now unlinks the account completely (sets account_id to 0x00).&lt;br /&gt;
*Now re-enables trophy eligibility for itself after doing so.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.1&#039;&#039;&#039;&lt;br /&gt;
*Fixed the bug where the sign up app would return to the SimpleAccountSwitcher thus resetting account again.&lt;br /&gt;
*Improved the code (thx celeste).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.0&#039;&#039;&#039;&lt;br /&gt;
*A Simple app to clear out your PSN login details and run the Sign Up application, allowing you to switch PSN accounts.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/simpleaccountswitcher&lt;br /&gt;
* Wololo - https://wololo.net/talk/viewtopic.php?t=48224&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Parental_Control_Bypass_Vita&amp;diff=199963</id>
		<title>Parental Control Bypass Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Parental_Control_Bypass_Vita&amp;diff=199963"/>
		<updated>2025-05-09T22:48:19Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=Parental Control Bypass&lt;br /&gt;
|image=parentalcontrolbypassvita2.png&lt;br /&gt;
|description=Reset PS Vita Parental Control.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2018/08/04&lt;br /&gt;
|type=Other Apps&lt;br /&gt;
|version=2018&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/parentalcontrolbypassvita.7z&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/parentalcontrolbypass&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/parentalcontrolbypass&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Other Apps) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=parentalcontrolbypassvita2.png&lt;br /&gt;
|image_alt=Parental Control Bypass&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Reset PSVita Parental Control.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
When you run the app it will prompt you to set a new parental control passcode without needing to know the old one.&lt;br /&gt;
&lt;br /&gt;
===Technical Details===&lt;br /&gt;
Parental Control settings are stored in registry. /CONFIG/SECURITY/PARENTAL the main one where after is the &amp;quot;passcode&amp;quot; key This is actually a string. &lt;br /&gt;
&lt;br /&gt;
Despite only numbers being used And if the string is immediately terminated (0x00 is terminator on PSV),&lt;br /&gt;
&lt;br /&gt;
Then there is &amp;quot;no passcode&amp;quot; so this app just sets it to 0x00 then runs the app.&lt;br /&gt;
&lt;br /&gt;
Interestingly it seems you need to run the app twice in some cases for it to actually ask you to set a new passcode. Unsure what causes this.&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;Bypass Playtime Counter in PSVita Parental Controls.&#039;&#039;&#039; ([https://www.youtube.com/watch?v=61otUJrv1fI Silica]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;61otUJrv1fI&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/parentalcontrolbypass&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Firmware_Reinstall_Vita&amp;diff=199962</id>
		<title>Firmware Reinstall Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Firmware_Reinstall_Vita&amp;diff=199962"/>
		<updated>2025-05-09T22:47:36Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=Firmware Reinstall&lt;br /&gt;
|image=firmwarereinstallvita2.png&lt;br /&gt;
|description=Install 3.60 over 3.60.&lt;br /&gt;
|author=CelesteBlue, Li&lt;br /&gt;
|lastupdated=2018/08/04&lt;br /&gt;
|type=Other Apps&lt;br /&gt;
|version=2018&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/firmwarereinstallvita.7z&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/firmware-reinstall&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Other Apps) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=firmwarereinstallvita2.png&lt;br /&gt;
|image_alt=Firmware Reinstall&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Firmware Reinstaller is a homebrew made by SilicaAndPina amd CelesteBlue that allows you to re-install 3.60 FW.&lt;br /&gt;
&lt;br /&gt;
Can be used to uninstall REX FW &amp;amp; Fix issues with your vita. Created in [[Lua Player Plus Vita|LPP]].&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
You must spoof your firmware to be under 3.60 to avoid the app to error out. With spoof above 3.60 you will get a C-3 error and no spoof will get a C-2 error. &lt;br /&gt;
&lt;br /&gt;
Also, if you run this once you can then reinstall your firmware from safe mode through &amp;quot;Update Via PSVita Card&amp;quot;, which can be useful if you ever brick your Vita but still have access to safe mode.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/firmware-reinstall&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=TrophyDumper_Vita&amp;diff=199961</id>
		<title>TrophyDumper Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=TrophyDumper_Vita&amp;diff=199961"/>
		<updated>2025-05-09T22:45:51Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=TrophyDumper&lt;br /&gt;
|image=trophydumpervita2.png&lt;br /&gt;
|description=Decrypt/Encrypt Trophy Data Folders at mass.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2018/11/29&lt;br /&gt;
|type=Other Apps&lt;br /&gt;
|version=1.1&lt;br /&gt;
|license=GPL-3.0&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/trophydumpervita.7z?k33p0fil35&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/trophydumper&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/trophydumper&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Other Apps) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=trophydumpervita2.png&lt;br /&gt;
|image_alt=TrophyDumper&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
TrophyDumper is a homebrew that can decrypt/encrypt trophy data folders at mass.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
*Decrypt all Trophys.&lt;br /&gt;
*Re-Encrypt all Trophys.&lt;br /&gt;
*Run an FTP Server (for quick access).&lt;br /&gt;
*Launch Trophy App (for quick access).&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
After using this app you will receive an error code after running every game. &lt;br /&gt;
&lt;br /&gt;
This is because the Trophy_Local.db is invalid, simply re-launch the trophy app to fix this.&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
Cross - Dump Trophys&lt;br /&gt;
&lt;br /&gt;
Circle - Restore Trophys&lt;br /&gt;
&lt;br /&gt;
Square - Start FTP&lt;br /&gt;
&lt;br /&gt;
Triangle - Sync Trophys&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/trophydumpervita3.png&lt;br /&gt;
&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/trophydumpervita4.png&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;1.1&#039;&#039;&#039;&lt;br /&gt;
* Added Support for 3.68 and 3.69.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
* Inital Release.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
Credits to Princess Of Sleeping and TheFlow for helping me with trophy_dat0 mounting.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* BItbucket - https://bitbucket.org/SilicaAndPina/trophydumper&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Subscribe_To_Pewdiepie_Vita&amp;diff=199960</id>
		<title>Subscribe To Pewdiepie Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Subscribe_To_Pewdiepie_Vita&amp;diff=199960"/>
		<updated>2025-05-09T22:45:16Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=Subscribe To Pewdiepie&lt;br /&gt;
|image=subscribetopewdiepievita2.png&lt;br /&gt;
|description=An app for PS Vita to make the process of subscribing to pewdiepie on youtube much easier.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2018/12/03&lt;br /&gt;
|type=Other Apps&lt;br /&gt;
|version=2018&lt;br /&gt;
|license=MIT&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/subscribetopewdiepievita.7z&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/subscribetopewdiepie&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/subscribetopewdiepie&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Other Apps) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=subscribetopewdiepievita2.png&lt;br /&gt;
|image_alt=Subscribe To Pewdiepie&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An app for PS Vita to make the process of subscribing to Pewdiepie on Youtube much easier.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/subscribetopewdiepie&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=TropHAX_Standalone_Edition_Vita&amp;diff=199959</id>
		<title>TropHAX Standalone Edition Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=TropHAX_Standalone_Edition_Vita&amp;diff=199959"/>
		<updated>2025-05-09T22:44:24Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=TropHAX Standalone Edition&lt;br /&gt;
|image=trophaxsevita2.png&lt;br /&gt;
|description=A homebrew app that can unlock trophys for any game.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2019/08/31&lt;br /&gt;
|type=Other Apps&lt;br /&gt;
|version=1.5&lt;br /&gt;
|license=GPL-3.0&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/trophaxsevita.7z&lt;br /&gt;
|website=https://www.reddit.com/r/VitaPiracy/comments/a1okp2/release_trophax_standalone_edition/&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/trophaxse&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Other Apps) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=trophaxsevita2.png&lt;br /&gt;
|image_alt=TropHAX Standalone Edition&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This is a standalone version of [[TropHAX Vita|TropHAX.suprx]], a homebrew app that can unlock trophys for any game.&lt;br /&gt;
&lt;br /&gt;
You simply need the game installed and the trophy files inside ur0:/trophy and you can unlock stuffs.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This can cause you being banned. Use at your own risks.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/trophaxsevita4.png&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;V1.5&#039;&#039;&#039;&lt;br /&gt;
*Added support for 3.71 and 3.72.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;V1.4&#039;&#039;&#039;&lt;br /&gt;
*Fixed an issue where the timestamp could end up being --/--/---- --:-- (0).   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;V1.3&#039;&#039;&#039;&lt;br /&gt;
*Fixed Issues with inconsistant timestamping, and added support for 3.70.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;V1.2&#039;&#039;&#039;&lt;br /&gt;
*Attempted to fix some issues with timezones, and bypassed the &amp;lt;1/1/2015 restriction on the PSVita.    &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;V1.1&#039;&#039;&#039;&lt;br /&gt;
*Fixes patch mounting, and also allows you to set the Timestamp of trophys (Fake SecureTick).&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
*SilicaAndPina - Lead developer, - working out how trophys work and stuff.  &lt;br /&gt;
*TheFlow (vitashell) - For trop_dat0: mounting code.&lt;br /&gt;
*Princess Of Sleeping - For helping me with trop_dat0: mounting.&lt;br /&gt;
*AnalogMan - For doing UI Stuffs.&lt;br /&gt;
*Zecoaxco - ksceRtcSetCurrentTick();  &lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/trophaxse&lt;br /&gt;
* Reddit - https://www.reddit.com/r/VitaPiracy/comments/a1okp2/release_trophax_standalone_edition/&lt;br /&gt;
* Wololo - https://www.wololo.net/talk/viewtopic.php?f=116&amp;amp;t=48587&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=HoloCeneSync_Vita&amp;diff=199958</id>
		<title>HoloCeneSync Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=HoloCeneSync_Vita&amp;diff=199958"/>
		<updated>2025-05-09T22:43:51Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=HoloCeneSync&lt;br /&gt;
|image=holocenevita02.png&lt;br /&gt;
|description=Sets PS Vita date ahead by 10000 years to match up with the Holocene Calendar.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2019/12/31&lt;br /&gt;
|type=Other Apps&lt;br /&gt;
|version=2019&lt;br /&gt;
|license=GPL-3.0&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/holocenevita.7z&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/holocenesync&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/holocenesync&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Other Apps) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=holocenevita02.png&lt;br /&gt;
|image_alt=HoloCeneSync&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Sets PS Vita date ahead by 10000 years to match up with the [https://en.wikipedia.org/wiki/Holocene_calendar Holocene Calendar].&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
Should anything go wrong, hold PS+Power+Start+select to reset the clock.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/holocenevita4.png&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;A New History for Humanity – The Human Era&#039;&#039;&#039; ([https://www.youtube.com/watch?v=czgOWmtGVGs Kurzgesagt – In a Nutshell]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;czgOWmtGVGs&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/holocenesync&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=PocketStationUnlocker_Vita&amp;diff=199957</id>
		<title>PocketStationUnlocker Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=PocketStationUnlocker_Vita&amp;diff=199957"/>
		<updated>2025-05-09T22:43:23Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=PocketStationUnlocker&lt;br /&gt;
|image=pocketstationunlockervita2.png&lt;br /&gt;
|description=Force PocketStation on all PS1 titles.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2022/09/09&lt;br /&gt;
|type=Other Apps&lt;br /&gt;
|version=1.1&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/pocketstationunlockervita.7z&lt;br /&gt;
|website=https://www.reddit.com/r/vitahacks/comments/uwto0b/release_pocketstationunlocker_force_pocketstation/&lt;br /&gt;
|source=https://silica.codes/SilicaAndPina/PocketstationUnlocker&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Other Apps) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=pocketstationunlockervita2.png&lt;br /&gt;
|image_alt=PocketStationUnlocker&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Forces PocketStation support on all PS1 Classics. This requires the PocketStation App to be installed on the PS Vita.&lt;br /&gt;
&lt;br /&gt;
For running arbitary PocketStation games, or homebrew, see [https://silica.codes/SilicaAndPina/MCR2MCX MCR2MCX] tool.&lt;br /&gt;
&lt;br /&gt;
Can also be used for official PocketStation support inside eg, Final Fantasy 8 US version.&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;PocketStationUnlocker - Use PocketStation on Every &amp;quot;PS1 Classic&amp;quot;&#039;&#039;&#039; ([https://www.youtube.com/watch?v=jCdcC3YoMkI Silica]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;jCdcC3YoMkI&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;vita pocketstation unlocker doom test&#039;&#039;&#039; ([https://www.youtube.com/watch?v=UTQNGKNcG8k yy oossk]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;UTQNGKNcG8k&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Changelogs==&lt;br /&gt;
&#039;&#039;&#039;v1.1&#039;&#039;&#039;&lt;br /&gt;
* Patched PocketStation App License Check.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* Gitea - https://silica.codes/SilicaAndPina/PocketstationUnlocker&lt;br /&gt;
* Reddit - https://www.reddit.com/r/vitahacks/comments/uwto0b/release_pocketstationunlocker_force_pocketstation/&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=ECDPKeygen_Vita&amp;diff=199956</id>
		<title>ECDPKeygen Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=ECDPKeygen_Vita&amp;diff=199956"/>
		<updated>2025-05-09T22:42:39Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=eCDPKeygen&lt;br /&gt;
|image=ecdpkeygenvita2.png&lt;br /&gt;
|description=McDonalds eCDP Serial Code generator For PS Vita.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2022/11/28&lt;br /&gt;
|type=Other Apps&lt;br /&gt;
|version=1.0&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/ecdpkeygenvita.7z&lt;br /&gt;
|website=https://silica.codes/SilicaAndPina/eCDP-Serial-Code&lt;br /&gt;
|source=https://silica.codes/SilicaAndPina/eCDP-Serial-Code/releases/tag/v1.0-vita&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Other Apps) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=ecdpkeygenvita2.png&lt;br /&gt;
|image_alt=eCDPKeygen&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
eCDPKeygen is a Serial Code generator for McDonalds eCrew Development Program.&lt;br /&gt;
&lt;br /&gt;
It&#039;s complete with sound effects, fancy graphics, etc. &lt;br /&gt;
&lt;br /&gt;
Can be used to boot up eCDP for the first time on a blank save, or to reset manager password in eCDP.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/ecdpkeygenvita3.png&lt;br /&gt;
&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/ecdpkeygenvita4.png&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;eCDPKeygen running on DS.&#039;&#039;&#039; ([https://www.youtube.com/watch?v=3djoJE1QX1E Silica])&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;3djoJE1QX1E&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* Gitea - https://silica.codes/SilicaAndPina/eCDP-Serial-Code&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Show_Mode_Vita&amp;diff=199955</id>
		<title>Show Mode Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Show_Mode_Vita&amp;diff=199955"/>
		<updated>2025-05-09T22:41:49Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=show-mode&lt;br /&gt;
|image=showmodevita2.png&lt;br /&gt;
|description=Set/clear show mode (requires TESTKIT Shell.self to work).&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2018/08/04&lt;br /&gt;
|type=System Tools&lt;br /&gt;
|version=2018&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/showmodevita.7z&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/show-mode&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (System Tools) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=showmodevita2.png&lt;br /&gt;
|image_alt=show-mode&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Set/clear show mode (requires TESTKIT Shell.self to work).&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/showmodevita3.png&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/show-mode&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=System_Apps_Disabler_Vita&amp;diff=199954</id>
		<title>System Apps Disabler Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=System_Apps_Disabler_Vita&amp;diff=199954"/>
		<updated>2025-05-09T22:41:02Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=System Apps Disabler&lt;br /&gt;
|image=systemappsdisablervita2.png&lt;br /&gt;
|description=Fully Disable/Remove Pre-Installed System Apps On Your PS Vita.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2018/08/04&lt;br /&gt;
|type=System Tools&lt;br /&gt;
|version=1.0&lt;br /&gt;
|license=MIT&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/systemappsdisablervita.7z&lt;br /&gt;
|website=https://www.reddit.com/r/vitahacks/comments/6jciox/release_system_apps_disabler/&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/systemappsdisabler&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (System Tools) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=systemappsdisablervita2.png&lt;br /&gt;
|image_alt=System Apps Disabler&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
SystemAppsDisabler is a homebrew application that can fully disable/remove pre-installed system apps on your PS Vita.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Only for FW 3.60 CEX. Do not run on 3.61+ or D/REX.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
Do not run on devkit/testkit. You may loose some debug options, and require reinstalling firmware to fix.&lt;br /&gt;
&lt;br /&gt;
If you break something, you can restore everything by reinstalling your firmware, and then rebuilding the database.&lt;br /&gt;
&lt;br /&gt;
==Compatibility==&lt;br /&gt;
For FW 3.60 CEX only.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
Written in Lua-Player-Plus.&lt;br /&gt;
&lt;br /&gt;
Uses CelesteBlue&#039;s &amp;quot;VitaRW For Lua&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/systemappsdisabler&lt;br /&gt;
* Reddit - https://www.reddit.com/r/vitahacks/comments/6jciox/release_system_apps_disabler/&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Fast_Reset_Vita&amp;diff=199953</id>
		<title>Fast Reset Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Fast_Reset_Vita&amp;diff=199953"/>
		<updated>2025-05-09T22:40:29Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=Fast Reset&lt;br /&gt;
|image=fastresetvita2.png&lt;br /&gt;
|description=A tool to make restoring your PS Vita faster.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2018/08/04&lt;br /&gt;
|type=System Tools&lt;br /&gt;
|version=2.0&lt;br /&gt;
|license=MIT&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/fastresetvita.7z?k33p0fil35&lt;br /&gt;
|website=https://wololo.net/talk/viewtopic.php?f=116&amp;amp;t=48222&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/fastreset&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (System Tools) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=fastresetvita2.png&lt;br /&gt;
|image_alt=Fast Reset&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A tool to make restoring your PS Vita a lot faster by replacing the 1 minute long unskippable intro video with one that&#039;s 0:00 long.&lt;br /&gt;
&lt;br /&gt;
That video is written to ux0: so you will need your memory card inserted when on the initial setup screen for this to work.&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
Cross - Enable FastReset 1.0 (skip intro video)&lt;br /&gt;
&lt;br /&gt;
Circle - Disable FastReset 1.0 (don&#039;t skip intro video)&lt;br /&gt;
&lt;br /&gt;
Square - Enable FastReset (skip initalsetup.self)&lt;br /&gt;
&lt;br /&gt;
Triangle - Disable DastReset 2.0 (don&#039;t skip initalsetup.self)&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/fastresetvita3.png&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v2.0&#039;&#039;&#039;&lt;br /&gt;
*Will completly skip initalsetup.self by modifying the default value of the &#039;initalize&#039; key in os0:kd/registry.db0.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.0&#039;&#039;&#039;&lt;br /&gt;
*Will skip the intro video by writing a fake update for welcome park to ux0:patch that replaces the intro video with a 0:00 mp4.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
Written in [[Lua Player Plus Vita|LPP]].&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Wololo - https://wololo.net/talk/viewtopic.php?f=116&amp;amp;t=48222&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/fastreset&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=CEX2REX_Vita&amp;diff=199952</id>
		<title>CEX2REX Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=CEX2REX_Vita&amp;diff=199952"/>
		<updated>2025-05-09T22:39:57Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=CEX-2-REX&lt;br /&gt;
|image=cex2rexvita2.png&lt;br /&gt;
|description=Installs REX (Retail-Debug) Firmware on a regular CEX Vita.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2019/09/11&lt;br /&gt;
|type=System Tools&lt;br /&gt;
|version=2.0&lt;br /&gt;
|license=MIT&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/cex2rexvita.7z?k33p0fil35&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/cex-2-rex&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/cex-2-rex/src/master&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (System Tools) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=cex2rexvita2.png&lt;br /&gt;
|image_alt=CEX-2-REX&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Installs REX (Retail-Debug) Firmware on a regular CEX Vita.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Download the Testkit/DEX PUP file for your firmware and put it in ux0:/DEX.PUP ([https://darthsternie.net/ps-vita-firmwares/ DEX Firmware Updates]).&lt;br /&gt;
&lt;br /&gt;
Run the app and press Cross to install.&lt;br /&gt;
&lt;br /&gt;
Its recommended to have [[ReF00D Vita|reF00D]] installed, as f00d refuses to decrypt some testkit applications.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
Testkit features that do work:&lt;br /&gt;
*Trophy App.&lt;br /&gt;
*Package Installer.&lt;br /&gt;
*Settings.&lt;br /&gt;
*SceShell.&lt;br /&gt;
*&amp;quot;Debug Utility&amp;quot;.&lt;br /&gt;
*&amp;quot;Show Mode&amp;quot;.&lt;br /&gt;
*&amp;quot;Information&amp;quot; screen.&lt;br /&gt;
*Browser app.&lt;br /&gt;
*&amp;quot;Title Stores&amp;quot;.&lt;br /&gt;
*Devkit CMA.&lt;br /&gt;
*Checker.&lt;br /&gt;
*MiniSettings For QA.&lt;br /&gt;
*Quick Sign Up.&lt;br /&gt;
&lt;br /&gt;
Testkit firmwares that don&#039;t work:&lt;br /&gt;
*System update.&lt;br /&gt;
*Safe Mode.&lt;br /&gt;
*Downgrading.&lt;br /&gt;
&lt;br /&gt;
Untested features:&lt;br /&gt;
*USB Ethernet.&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://bitbucket.org/SilicaAndPina/cex-2-rex/src readme] for the complete list.&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;CEX2REX 2.0 RELEASED&#039;&#039;&#039; ([https://www.youtube.com/watch?v=2rB4L16oNMY Silica]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;2rB4L16oNMY&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
*Silica - All Graphics, Most Code.&lt;br /&gt;
*PSM INSTITUTIONS LLC (aka Silica) - Epic &amp;quot;Intellectual Property Notices&amp;quot;.&lt;br /&gt;
*Princess Of Sleeping - PUP Extractor.&lt;br /&gt;
*TheFlow0 - SPKG Decryptor (modoru).&lt;br /&gt;
*&amp;quot;FAPS TEAM&amp;quot; / dots_tb - Cutting edge NID technology. Not yet in VitaSDK/Master.&lt;br /&gt;
*zecoaxco - spoof_testkit / memdump.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* GitHub - https://bitbucket.org/SilicaAndPina/cex-2-rex/src/master&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=EnablePSstore_Vita&amp;diff=199951</id>
		<title>EnablePSstore Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=EnablePSstore_Vita&amp;diff=199951"/>
		<updated>2025-05-09T22:39:08Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=Enable PlayStation Store&lt;br /&gt;
|image=playstationstorevita2.png&lt;br /&gt;
|description=Get PS Store bubble on TESTKIT/DEVKIT/REX.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2018/08/04&lt;br /&gt;
|type=Utilities&lt;br /&gt;
|version=2018&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/playstationstorevita.7z&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/enablepsstore&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/enablepsstore&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Utilities) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=playstationstorevita2.png&lt;br /&gt;
|image_alt=Enable PlayStation Store&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Get PS Store bubble on TESTKIT/DEVKIT/REX.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/enablepsstore&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=VitaRO&amp;diff=199950</id>
		<title>VitaRO</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=VitaRO&amp;diff=199950"/>
		<updated>2025-05-09T22:38:28Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=VitaRO&lt;br /&gt;
|image=vitaro2.png&lt;br /&gt;
|description=Makes all RW partitons to Read Only.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2018/08/04&lt;br /&gt;
|type=Utilities&lt;br /&gt;
|version=2018&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/vitarovita.7z&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/vitaro&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/vitaro&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Utilities) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=vitaro2.png&lt;br /&gt;
|image_alt=VitaRO&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Makes all RW partitons to Read Only.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/vitaro3.png&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* Bitbucket - https://bitbucket.org/SilicaAndPina/vitaro&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Package_Installer_Enabler_Vita&amp;diff=199949</id>
		<title>Package Installer Enabler Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Package_Installer_Enabler_Vita&amp;diff=199949"/>
		<updated>2025-05-09T22:38:11Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=Package Installer Enabler&lt;br /&gt;
|image=packageinstallerenablervita2.png&lt;br /&gt;
|description=Enables PKG Installer on 3.60 HENkaku Vita.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2018/08/04&lt;br /&gt;
|type=Utilities&lt;br /&gt;
|version=0.4&lt;br /&gt;
|license=MIT&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/packageinstallerenablervita.7z?k33p0fil35&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/package-installer-enabler&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/package-installer-enabler&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Utilities) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=packageinstallerenablervita2.png&lt;br /&gt;
|image_alt=Package Installer Enabler&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Enables PKG Installer on 3.60 HENKAKU Vita.&lt;br /&gt;
&lt;br /&gt;
Coded in C, and LUA uses CelesteBlue&#039;s VS0 Writer app and Rinnegatamante&#039;s [[Lua Player Plus Vita|Lua Player Plus]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; 3.60 only. Do not use on 3.65.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
Open the VPK, some text will go on screen for a few seconds then you can select what package installer you want (DEX, TESTKIT, MAJOR_TOM) and the vita will reboot. &lt;br /&gt;
&lt;br /&gt;
Package Installer is ready to use on your vita.&lt;br /&gt;
&lt;br /&gt;
If you wish to change PKG Installers, you can use the PKGChanger.vpk to change it to a different one (requires the first one to be installed already).&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/packageinstallerenablervita3.png&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;PSVita - Enable Package Installer [3.60]&#039;&#039;&#039; ([https://www.youtube.com/watch?v=NU1boPyCEiA Silica]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;NU1boPyCEiA&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Compatibility==&lt;br /&gt;
3.60 only. Do not use on 3.65.&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v0.4&#039;&#039;&#039;&lt;br /&gt;
*Added DevKit Package Installer.&lt;br /&gt;
*Renamed DEX Package Installer to TestKit Package Installer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.3&#039;&#039;&#039;&lt;br /&gt;
* This update allows you to choose between the DEX pkg installer and the MAJOR_TOM PKG Installer patch (i recommend the DEX One because ive never gotten the MAJOR_TOM one to work, it was just a suggestion by someone).&lt;br /&gt;
* if ur updating u need to rebuild DB First to reset the pkg installer bubble back to &amp;quot;Enable PKG Installer&amp;quot; then delete the app and install the new one.&lt;br /&gt;
* Installation is the same only now it asks u which PKG installer to use.&lt;br /&gt;
* If you wish to change PKG Installers, you can use the PKGChanger.vpk to change it to a different one (requires the first one to be installed allready).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.2&#039;&#039;&#039;&lt;br /&gt;
* Now it will go STRAIGHT TO PKG INSTALLER rather than you having to launch it by pressing X in the app. (this even works w/o henkaku enabled).&lt;br /&gt;
* How to use: 1. Install the VPK 2. Open the VPK, some text will go on screen for a few seconds then your vita will reboot 3. Package Installer is ready to use on your vita.&lt;br /&gt;
* The PKGEnabler bubble will now change into the Package Installer bubble, you can start it as normal (even without henkaku enabled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.1&#039;&#039;&#039;&lt;br /&gt;
*Install the VPK.&lt;br /&gt;
*Open the VPK, some text will go on screen for a few seconds then your vita will reboot.&lt;br /&gt;
*Whenever you want to use PKG Installer just open this app again and press &amp;quot;X&amp;quot; to launch it (if it throws an error when u launch PKG Installer just press OK and then start PKG installer manually).&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* GitHub - https://bitbucket.org/SilicaAndPina/package-installer-enabler&lt;br /&gt;
* Wololo -https://wololo.net/talk/viewtopic.php?t=48165&lt;br /&gt;
* PSX-Place - https://www.psx-place.com/threads/release-pkgenabler-easily-enable-the-package-installer.13874/&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=UpdateBlocker_Vita&amp;diff=199948</id>
		<title>UpdateBlocker Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=UpdateBlocker_Vita&amp;diff=199948"/>
		<updated>2025-05-09T22:37:38Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=UpdateBlocker&lt;br /&gt;
|image=updateblockervita2.png&lt;br /&gt;
|description=Block System Update on PS Vita.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2019/01/25&lt;br /&gt;
|type=Utilities&lt;br /&gt;
|version=1.1&lt;br /&gt;
|license=GPL-3.0&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/updateblockervita.7z?k33p0fil35&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/updateblocker&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/updateblocker&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Utilities) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=updateblockervita2.png&lt;br /&gt;
|image_alt=UpdateBlocker&lt;br /&gt;
}}&lt;br /&gt;
Block &amp;quot;System Update&amp;quot; on PS Vita.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
Block &amp;quot;System Update&amp;quot; in Settings:&lt;br /&gt;
* When this is enables the System Update tab in Settings wont allow you to complete an update.&lt;br /&gt;
* Essentially blocking updates complete from here.&lt;br /&gt;
&lt;br /&gt;
Block Update Downloads:&lt;br /&gt;
* When this is enabled, update files cannot be automatically downloaded by the system (even if its enabled in auto-start settings).&lt;br /&gt;
* The auto-start setting for system updates is also turned off.&lt;br /&gt;
&lt;br /&gt;
Once enabled, these features will work even without HENkaku enabled.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Block Update Download&amp;quot; will be disabled upon restoring the system however, and &amp;quot;Block System Update In Settings&amp;quot; will be disabled upon reinstalling the firmware.&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
Cross - Block &amp;quot;System Update&amp;quot; in Settings&lt;br /&gt;
&lt;br /&gt;
Circle - Unblock &amp;quot;System Update&amp;quot; in Settings&lt;br /&gt;
&lt;br /&gt;
Square - Block Update Downloads in Settings&lt;br /&gt;
&lt;br /&gt;
Triangle - Unblock Update Downloads in Settings&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/updateblockervita3.png&lt;br /&gt;
&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/updateblockervita4.png&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;PS Vita UpdateBlocker App! [BLOCK ALL NEW UPDATES]&#039;&#039;&#039; ([https://www.youtube.com/watch?v=ybIW8Snjv9k Tech James]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;ybIW8Snjv9k&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v1.1&#039;&#039;&#039;&lt;br /&gt;
* Fixed issue where Game Updates couldnt be downloaded if &amp;quot;Block Update Download&amp;quot; was enabled.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* GitHub - https://bitbucket.org/SilicaAndPina/updateblocker&lt;br /&gt;
* Reddit - https://www.reddit.com/r/VitaPiracy/comments/ajibp7/cant_update_from_livearea/&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Testkit_Devkit_Activator_Vita&amp;diff=199947</id>
		<title>Testkit Devkit Activator Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Testkit_Devkit_Activator_Vita&amp;diff=199947"/>
		<updated>2025-05-09T22:37:14Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=testkit/devkit-activator&lt;br /&gt;
|image=testkitdevkitactivatorvita2.png&lt;br /&gt;
|description=Re-activate your test/dev kit vita after it expires.&lt;br /&gt;
|author=Li&lt;br /&gt;
|lastupdated=2021/08/21&lt;br /&gt;
|type=Utilities&lt;br /&gt;
|version=1.4&lt;br /&gt;
|license=GPL-3.0&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/testkitdevkitactivatorvita.7z&lt;br /&gt;
|website=https://bitbucket.org/SilicaAndPina/activate.vpk&lt;br /&gt;
|source=https://bitbucket.org/SilicaAndPina/activate.vpk&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Utilities) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=testkitdevkitactivatorvita2.png&lt;br /&gt;
|image_alt=testkit/devkit-activator&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Re-activate your test/dev kit Vita after it expires.&lt;br /&gt;
&lt;br /&gt;
Only works if you have your activation files still tm0:activate/act.dat &amp;amp; tm0:activate/actsig.dat &amp;amp; 0x520 in NVS.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
Also due to a restriction in the firmware (probably added in 3.55) the SecureTick cannot be set to any date before 1/1/2015, so you will get error code 0x80251000 if your start activation date is before this time (this doesn&#039;t matter on devkit, only a minor annoyance on soft resets).&lt;br /&gt;
&lt;br /&gt;
Upon running activate.vpk your activation data will be backed up to pd0:/data/ and ux0:/data/ it&#039;s highly recommended to make a copy on your PC as well.&lt;br /&gt;
&lt;br /&gt;
pd0:data/ because its read-only and it remains even after updating or reinstalling the firmware, basically it would be difficult to accidently delete them.&lt;br /&gt;
&lt;br /&gt;
Also, normal HENkaku doesn&#039;t work if your system is activated, (it assumes it&#039;s already installed) you can use the modified version which is hosted at http://vitatricks.tk/henkek.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039; If you used this before on 1.1 or lower it is highly recommended running it again on 1.2+, as it backup the activation token in NVS as well now, which is required for a proper restore of activation data (if you are missing NVS data but still have act.dat and actsig.dat- you can generate the NVS data with [https://bitbucket.org/SilicaAndPina/gen-act-nvs/src/master/ act-gen-nvs]).&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;How to (re)activate a PSVita DevKit without DevNet!&#039;&#039;&#039; ([https://www.youtube.com/watch?v=PI_Cabo7BHE Silica]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;PI_Cabo7BHE&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v1.4&#039;&#039;&#039;&lt;br /&gt;
* Icon got Copystriked by Freakler, and added option to NOT backup to pd0 if you don&#039;t want to.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.3&#039;&#039;&#039;&lt;br /&gt;
* Added an option to restore activation data if cannot be found in tm0:/activate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.2&#039;&#039;&#039;&lt;br /&gt;
*Now backs up from NVS and allows time to be set before 1/1/2015 (but vita checks elsewhere anyway).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.1&#039;&#039;&#039;&lt;br /&gt;
*Added support for Development Kit Consoles.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.0&#039;&#039;&#039;&lt;br /&gt;
*Initial Release- Activates testkit&#039;s and backs up act.dat / actsig.dat.           &lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
Thanks zecoaxco for saving me from RE&#039;ing ksceRtcSetCurrentNetworkTick.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* GitHub - https://bitbucket.org/SilicaAndPina/activate.vpk&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Vitabright&amp;diff=199866</id>
		<title>Vitabright</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Vitabright&amp;diff=199866"/>
		<updated>2025-05-02T15:58:14Z</updated>

		<summary type="html">&lt;p&gt;Mango: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Plugins) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=vitabright2.png&lt;br /&gt;
|image_alt=vitabright&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox Vita Homebrews&lt;br /&gt;
|title=vitabright&lt;br /&gt;
|image=vitabright2.png&lt;br /&gt;
|description=Plugin to set PS Vita brightness.&lt;br /&gt;
|author=SKGleba, devnoname120&lt;br /&gt;
|lastupdated=2022/03/18&lt;br /&gt;
|type=Plugins&lt;br /&gt;
|version=2.0&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/vitabrightvita.7z&lt;br /&gt;
|website=https://twitter.com/devnoname120/status/1504838573991895042&lt;br /&gt;
|source=https://github.com/devnoname120/vitabright&lt;br /&gt;
}}&lt;br /&gt;
Vitabright is a plugin enabling you to alter the luminosity levels of your PS Vita. It thus allows you to decrease the brightness level below the minimum, and increase it above the maximum. &lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Download the latest version from the vitabright.skprx.&lt;br /&gt;
&lt;br /&gt;
Extract the files to ur0:tai/ on your Vita.&lt;br /&gt;
&lt;br /&gt;
Add ur0:tai/vitabright.skprx below *KERNEL in the ur0:tai/config.txt file.&lt;br /&gt;
&lt;br /&gt;
 *KERNEL&lt;br /&gt;
 ur0:tai/vitabright.skprx&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; If you have a folder ux0:/tai on your memory stick, it will prevent plugins in ur0:/tai from loading. In order to fix this, delete the folder ux0:/tai.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
Once Vitabright is installed and your Vita is restarted, it will automatically work. Just open the brightness settings and move the slider.&lt;br /&gt;
&lt;br /&gt;
You can customize the gamma table that Vitabright uses for OLED screens (PS Vita 1000): &lt;br /&gt;
* By opening the file vitabright_lut.txt and modify it according to your needs. &lt;br /&gt;
* Alternatively you can use [[Vitabright Lut Editor]].&lt;br /&gt;
&lt;br /&gt;
For now, you cannot tweak the luminosity levels of LCD screens (PS Vita 2000) without recompiling the plugin (for advanced users).&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
[https://github.com/devnoname120/vitabright/issues/37 Here] you can find a list of improved vitabright_lut.txt file shared by users.&lt;br /&gt;
&lt;br /&gt;
If you want to use FileZilla for transferring the file vitabright_lut.txt, you&#039;ll first need to change the transfer type from Auto to Binary or it can prevent vitabright from parsing it correctly.&lt;br /&gt;
&lt;br /&gt;
Also, while there is a file named vitabright_lut_orig.txt, it&#039;s not used by vitabright and it&#039;s only here for informational purposes.&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;PS Vita Install &amp;amp; Setup VitaBright Plugin!&#039;&#039;&#039; ([https://www.youtube.com/watch?v=H0B9t0IyEhE Tech James]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;H0B9t0IyEhE&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Compatibility==&lt;br /&gt;
This plugin is compatible with both OLED (PS Vita 1000) and LCD (PS Vita 2000) models. &lt;br /&gt;
&lt;br /&gt;
Tested to be functional on 3.60 Ensō, 3.65 h-encore, 3.67 h-encore and 3.68 h-encore.&lt;br /&gt;
&lt;br /&gt;
==Known issues==&lt;br /&gt;
https://github.com/devnoname120/vitabright/issues&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v2.0&#039;&#039;&#039;&lt;br /&gt;
* @SKGleba fixed an issue where vitabright wasn&#039;t working on some OLED screens. ([https://github.com/devnoname120/vitabright/issues/13 #13]).&lt;br /&gt;
* @buzeak reworked the OLED LUT completely from scratch. OLED models can now go very low and very high without altering the colors! The brightness levels are natural just like without this plugin. A HUGE thanks to him. ([https://github.com/devnoname120/vitabright/issues/36 #36])&lt;br /&gt;
* Increased the maximum brightness you can set the slider to in CPU-intensive games.&lt;br /&gt;
* Thanks to Once13One and f2pwn for testing this release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.1&#039;&#039;&#039;&lt;br /&gt;
*Add ultra brightness mode (thanks to @juliansteenbakker).&lt;br /&gt;
*Add functions to allow live tweaking using [https://github.com/devnoname120/vitabright-lut-editor/releases/latest Vitabright Lut Editor].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.0&#039;&#039;&#039;&lt;br /&gt;
*Support for LCD screens (PS Vita 2000).&lt;br /&gt;
*Fix issue where the brightness would jump after inactivity if it was very low.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.9&#039;&#039;&#039;&lt;br /&gt;
*Add a default modified gamma table. Based on /u/AFDC98&#039;s and @eiiiiix&#039;s modifications, thanks to them.&lt;br /&gt;
*Fix bug where gamma table wouldn&#039;t be used after starting until the brightness slider was moved.&lt;br /&gt;
*It&#039;s now possible to write comments in &#039;&#039;&#039;vitabright_lookup.txt&#039;&#039;&#039; by starting a line with #.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.5&#039;&#039;&#039;&lt;br /&gt;
*Notice: This plugin won&#039;t do anything out of the box, you need to customize the gamma table yourself and figure out what each number does.&lt;br /&gt;
*This update allows users to customize the gamma lookup table that is used for brightness levels.&lt;br /&gt;
*The table vitabright_lut.txt is the original one unaltered, it needs to be placed in ur0:/tai/ or ux0:/tai (ur0 has the priority).&lt;br /&gt;
*Each line in this file corresponds to a brightness level, there must be exactly 17 lines plus an empty one at the end. Each number has to be a 2-digit hexadecimal integer (so from 00 to FF).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.1&#039;&#039;&#039;&lt;br /&gt;
* Very experimental, allows to lower the minimum brightness by a bit (same brightness as when the screen dims after some inactivity).&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
Thanks to xyz, yifanlu, and xerpi for their help.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* GitHub - https://github.com/devnoname120/vitabright&lt;br /&gt;
* VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/237&lt;br /&gt;
* Twitter - https://twitter.com/devnoname120/status/1504838573991895042&lt;/div&gt;</summary>
		<author><name>Mango</name></author>
	</entry>
</feed>