activate.vpk/README.md

32 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

2019-11-12 23:53:40 +00:00
# Releases
2021-08-21 06:54:05 +00:00
[v1.4](https://bitbucket.org/SilicaAndPina/activate.vpk/downloads/activate-v1.4.vpk) - Icon got Copystriked by Freakler, and added option to NOT backup to pd0 if you dont want to.
2019-11-12 23:53:40 +00:00
[v1.3](https://bitbucket.org/SilicaAndPina/activate.vpk/downloads/activate-v1.3.vpk) - Added an option to restore activation data if cannot be found in tm0:/activate
[v1.2](https://bitbucket.org/SilicaAndPina/activate.vpk/downloads/activate-v1.2.vpk) - Now backs up from NVS and allows time to be set before 1/1/2015 (but vita checks elsewhere anyway)
[v1.1](https://bitbucket.org/SilicaAndPina/activate.vpk/downloads/activate-v1.1.vpk) - Added support for Development Kit Consoles
2019-11-12 23:54:07 +00:00
[v1.0](https://bitbucket.org/SilicaAndPina/activate.vpk/downloads/activate.vpk) - Inital Release- Activates testkit's and backs up act.dat / actsig.dat.
2019-11-12 23:53:40 +00:00
2019-08-10 10:45:45 +00:00
# testkit/devkit-activator
re-activate your test/dev kit vita after it expires
2018-06-02 12:42:48 +00:00
2018-06-02 12:59:20 +00:00
only works if you have your activation files still
2019-11-10 15:34:22 +00:00
tm0:activate/act.dat & tm0:activate/actsig.dat & 0x520 in NVS.
2018-06-02 12:42:48 +00:00
2019-11-10 15:34:22 +00:00
I attempted to bypass the 1/1/2015 restriction on setting the srtc but it seems anything before it
does *technically* change but is considered an invalid time when being read.
2019-08-10 10:46:35 +00:00
(this doesnt matter on devkit, only a minor annoyance on soft resets!)
2018-06-04 04:29:29 +00:00
2018-06-02 12:59:20 +00:00
upon running activate.vpk your activation data will be backed up to pd0:/data/ and ux0:/data/ its highly recommended to make a copy on your PC as well.
2018-06-02 12:42:48 +00:00
2019-11-10 16:23:11 +00:00
pd0:data/ because its read-only and it remains even after updating or reinstalling the firmware. basicly it would be difficult to actidently delete them
2019-08-10 10:45:45 +00:00
oh btw, normal henkaku doesnt work if your system is activated, (it assumes its allready installed)
2023-10-31 03:56:56 +00:00
ive made the modifications nessorcary to make it install regardless and hosting it currently at http://vitatricks.xyz/henkek
2018-06-02 13:07:47 +00:00
2019-08-10 10:46:35 +00:00
thanks zecoaxco for saving me from RE'ing ksceRtcSetCurrentNetworkTick
2018-08-04 05:49:34 +00:00
2019-11-10 15:34:22 +00:00
NOTE: IF YOU USED THIS BEFORE ON 1.1 OR LOWER I HIGHLY RECOMMEND RUNNING IT AGAIN ON 1.2+
2019-11-12 23:22:10 +00:00
AS IT BACKS UP 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 [act-gen-nvs](https://bitbucket.org/SilicaAndPina/gen-act-nvs/src/master/))