I've been working on "PS3 offline activation" with Apollo, and I have a working solution based on cobra/mamba/reactpsn code.
I know that for CFW there are tools that cover this already (and it comes native in Evilnat 4.88), but I was mostly thinking about HEN users, where there might be unable to update (broken wifi/bt), or unable to connect due to console ban.
For those cases, if they can't connect and activate the console, any digital content they had was lost.
The good news is that I tested my code and the fake accountID and 'act.dat' file generated by Apollo works fine with HEN (tested on 4.84 HEN 3.03). I also tested it with Rebug 4.84 REX and it works fine on CFW too
the bad news about HEN, is that the 'act.dat' file gets erased on reboot. (note: on Rebug CFW the act.dat is not erased after reboot)
Of course, the user can run Apollo and re-generate the act.dat, but doing that manually on every boot seems a bit painful.
So I was thinking, maybe we could add some plugin code, that gets executed when HEN is enabled, to just copy a backup "act.bak" to "act.dat". The plugin idea has some options:
- use the "autoexec.bat" feature of webman Mod, to execute on boot and copy those files ( @aldostools )
- add the copy "act.bak -> act.dat" to the HEN plugin itself, for example after the version notification ( @esc0rtd3w )
- make a super simple plugin that copy "act.bak" -> "act.dat" and finish.
@aldostools , do you know if the wMM boot_init.txt feature can be used to copy files?
if you guys have other ideas, please feel free to share them