More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Custom Firmwares) - GameBrew! | |title=Vita Homebrew Apps (Custom Firmwares) - GameBrew! | ||
Line 19: | Line 18: | ||
|source=https://github.com/TheOfficialFloW/enso | |source=https://github.com/TheOfficialFloW/enso | ||
}} | }} | ||
Fork of original Henkaku enso installer to make it compatible with 3.65 firmware. | |||
==How To Build== | |||
You need [https://vitasdk.org/ vitasdk]. | |||
# <code>make</code> the payload | |||
# Copy <code>fat.bin</code> to <code>installer/res</code> | |||
# CMake the installer <code>mkdir build && cd build && cmake .. && make</code> | |||
Firmware specific offsets are in first.c and nsbl.h. Logo is raw framebuffer data gzipped. If you make this too big (bigger than original logo size), you WILL perma-brick your Vita. | |||
The source is for advanced users only. Users should download the [https://enso.henkaku.xyz/ prebuilt package]. If something goes wrong, you WILL perma-brick your Vita. There is no recovery, even if you have a hardware mod. The only possible recovery is if you have a hardware mod and you dump the eMMC ''before'' getting bricked, then you can restore the dump. Dumps are device-specific and encrypted with a device-specific key. | |||
'''Again, even if you just change the logo, there's a good chance you will perma-brick your Vita. You have been warned.''' | |||
==Media== | ==Media== | ||
<youtube>0paqkI3TN4s</youtube> | <youtube>0paqkI3TN4s</youtube> | ||
==Screenshots== | |||
[[image:henkakuenso365installervita.jpg|600px]] | |||
== | ==Changelog== | ||
'''(v.1.1)''' | |||
* Fixes installer bricking in rare occasions when trying to uninstall. No changes made to the payload. | |||
'''(v.1.0)''' | '''(v.1.0)''' | ||
* First Release. | * First Release. | ||
* DO NOT USE THIS RELEASE AS IT MAY CAUSE BRICKS ON RARE OCCASIONS! | |||
== External links == | == External links == | ||
* Github - https://github.com/TheOfficialFloW/enso | * Github - https://github.com/TheOfficialFloW/enso | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/401 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/401 | ||
Revision as of 03:22, 26 October 2022
Henkaku Enso 3.65 Installer | |
---|---|
File:Henkakuenso365installervita.jpg | |
General | |
Author | Team Molecule & TheFloW |
Type | Custom Firmwares |
Version | 1.1 |
License | MIT License |
Last Updated | 2018/08/26 |
Links | |
Download | |
Source | |
Fork of original Henkaku enso installer to make it compatible with 3.65 firmware.
How To Build
You need vitasdk.
make
the payload- Copy
fat.bin
toinstaller/res
- CMake the installer
mkdir build && cd build && cmake .. && make
Firmware specific offsets are in first.c and nsbl.h. Logo is raw framebuffer data gzipped. If you make this too big (bigger than original logo size), you WILL perma-brick your Vita.
The source is for advanced users only. Users should download the prebuilt package. If something goes wrong, you WILL perma-brick your Vita. There is no recovery, even if you have a hardware mod. The only possible recovery is if you have a hardware mod and you dump the eMMC before getting bricked, then you can restore the dump. Dumps are device-specific and encrypted with a device-specific key.
Again, even if you just change the logo, there's a good chance you will perma-brick your Vita. You have been warned.
Media
Screenshots
Changelog
(v.1.1)
- Fixes installer bricking in rare occasions when trying to uninstall. No changes made to the payload.
(v.1.0)
- First Release.
- DO NOT USE THIS RELEASE AS IT MAY CAUSE BRICKS ON RARE OCCASIONS!