Add restore

This commit is contained in:
SilicaAndPina 2019-11-13 00:02:03 +13:00
commit f0d0cbddc4
1 changed files with 12 additions and 6 deletions

View File

@ -2,20 +2,26 @@
re-activate your test/dev kit vita after it expires re-activate your test/dev kit vita after it expires
only works if you have your activation files still only works if you have your activation files still
tm0:activate/act.dat & tm0:activate/actsig.dat tm0:activate/act.dat & tm0:activate/actsig.dat & 0x520 in NVS.
also due to a restriction in the firmware (probably added in 3.55) I attempted to bypass the 1/1/2015 restriction on setting the srtc but it seems anything before it
the SecureTick cannot be set to any date before 1/1/2015, does *technically* change but is considered an invalid time when being read.
so you will get error code 0x80251000 if your start activation date is before this time.
(this doesnt matter on devkit, only a minor annoyance on soft resets!) (this doesnt matter on devkit, only a minor annoyance on soft resets!)
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. 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.
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 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
(note: the writing to pd0 is the reason for the 'brick' warning in vitashell-
you cant brick from modding pd0- it holds welcome park and music files and it
only adds extra files not changing anything thats on there)
oh btw, normal henkaku doesnt work if your system is activated, (it assumes its allready installed) oh btw, normal henkaku doesnt work if your system is activated, (it assumes its allready installed)
ive made the modifications nessorcary to make it install regardless and hosting it currently at http://psmreborn.com/act-hen ive made the modifications nessorcary to make it install regardless and hosting it currently at http://psmreborn.com/act-hen
thanks zecoaxco for saving me from RE'ing ksceRtcSetCurrentNetworkTick thanks zecoaxco for saving me from RE'ing ksceRtcSetCurrentNetworkTick
Download: https://bitbucket.org/SilicaAndPina/activate.vpk/downloads/activate-v1.1.vpk Download: https://bitbucket.org/SilicaAndPina/activate.vpk/downloads/activate-v1.2.vpk
NOTE: IF YOU USED THIS BEFORE ON 1.1 OR LOWER I HIGHLY RECOMMEND RUNNING IT AGAIN ON 1.2+
AS IT BACKS UP THE ACTIVATION TOKEN IN NVS AS WELL NOW. WHICH IS *REQUIRED* FOR A PROPER RESTORE OF ACTIVATION DATA.