There is a typo in the Updating Firmware (3.74) page where "3.68" is misspelled with a comma instead of a period.
The firmware list on the Using Henlo page has also been updated to match the Updating Firmware page.
* Remove mentions of h-encore in updating FW tutorial
It ain't like 99% of people are gonna use h-encore these days anyway, and the guide doesn't need to have any mention of it whatsoever. An extra note is also added to indicate it's needed to remove previosu Enso installations as well.
* Update updating-firmware-(3.74).md
* Update get-started.md
Update the second sentence to properly refelect what the table says now
* IMC Creation fixes
1. The console reboots automatically after replacing NEAR (and you have to press square)
2. Clarified that you have to open the HENlo page again
3. On the HENlo screen X is hardcoded as confirm button, not changing with config
* Confirm button change
On the HENlo screen X is hardcoded as confirm button, not changing with config
* Update yamt.md
Rewritten the list of apps to keep on uma0:/imc0: in case of SD2VITA failure, not to reactivate HENkaku (outdated), small specification about 1000 with no MC, small writing fixes.
* readability improvement
* readability improvement 2
* workflow: Update for VitePress
* LICENSE: update for VitePress
The previous license holders in this file were only related to
the old Jekyll theme which is no longer in use.
* enso-3.65: link to finalizing-setup-3.60
Not sure if this is correct, but the link no longer exists and it
was previously renamed to this.
* config: define `.vpk` and `.img` as extra extensions
* SKGLeba's HENlo does support 3.68 natively, so it now guides to HENlo
The version table was also a bit confusing, so it has been clarified slightly.
* Update get-started.md
* Update get-started.md
* Commit the package-lock.json
Needed for faster CI builds (as if it wasn't fast already, but let's
follow proper procedures here.)
* workflow: use npm ci
This should result in a faster dependency install.
Needs package-lock.json
* Repeating the 'dont let your vita go to sleep mode' to be more inline with the step that its related to. It seems that duplicating this content is valid considering the importance
* slight change
---------
Co-authored-by: emiyl <me@emiyl.com>
* Updated to remove redundant information. Moved the rebooting step and step to hold down L into a single step as they happen at the same time and are relevant to each other
* slight change
---------
Co-authored-by: emiyl <me@emiyl.com>
Update installing-henkaku.md
1) Added a reference to imcunlock in the tip section for PS Vita 1000 owners.
2) Changed: "This restriction does not apply to the PS Vita 2000 or PS TV as those devices have a -- built-in memory card --."
to
Now: "This restriction does not apply to the PS Vita 2000 or PS TV as those devices have -- preconfigured internal storage -- ."
3) Changed grammatical error as pointed out by Paddel
:)
* Switch to new theme and update VuePress to beta49
Non-breaking changes in the guide:
- URLs in the get-started version table now explicitly include `.html`
as otherwise it doesn't work under Vite. (It probably works under
GitHub Pages, but it's better for it to work everywhere instead.)
Breaking changes in the guide:
- The front page button is nixed and replaced with a link to
get-started at end of page
* Kang publish script from dsi.cfw.guide
The VuePress 2.0.0-b49 changes were only tested with npm. It is unknown
whether yarn will actually work with the changes.
dsi.cfw.guide already uses npm for this, so let's just use the script
from there as it is known to work.
This file was taken from the following snapshot:
66d1089257/.github/workflows/publish.yml
* Document website testing process in README
* fix hero image and add get started button
* update theme
---------
Co-authored-by: emiyl <me@emiyl.com>
Most cards come with a partition scheme already in place, so, unmount on the root device won't work as intended. Unmountdisk should be used in that case.
* Corrected version in table
Henlo implementation by SKGleba is only tested on 3.65 and 3.74, in between it says firmware unsupported so user is forced to update to 3.74
* Added more instruction for non memorycard users
It is better to make them create an internal memory right away. When they will downgrade, vitadeploy will disappear if installed in near, and running Henlo again will not work as they would need to disable spoof so that Henlo correctly detect the version they are in and use the correct ropchain for the hack.
* Removed Vitadeploy steps
Vitadeploy is installed but never used in the guide, so it's unecessary to make the user install it if he doesn't need it
* Changing instruction following 1.0.2 release
1.0.2 fix the need of a reboot after chosing the option to replace near with vitadeploy
* 3.65 should go to henlo
* moved internal memory card creation instructions down
Co-authored-by: emiyl <me@emiyl.com>