SantyChamo
Member
Thanks again for all the effort! Ive tested DBZ Raging Blast 2 with Multiman and it goes perfectly.
If anyone is wondering, my model is Slim CECH-25xx minv3.60
If anyone is wondering, my model is Slim CECH-25xx minv3.60

Needs updateGuys anyone know if reactpsn works now ?
Thx
Enviado de meu Moto G Play usando o Tapatalk
Thanks Habib for your excellent workNeeds update
Guys anyone know if reactpsn works now ?
Thx
Enviado de meu Moto G Play usando o Tapatalk
Sure man i know that ...assuming your console is not banned yet, you can just activate your console and resign the activation files using ps3xploit resigning tool.
with HEN v2.0, HAN resigned digital games (the licenses) works fine now no more black screen. unlike the v1.0.x were it crashes the ps3 to black screen if you run a PSN game.
to be honest reactPSN is actually finicky to make it work, sometimes the licenses work sometimes dont, with ps3xploit if you have the 2 files which is the act.dat and idps its pretty much guaranteed that the licenses works.
Then main thread about HAN instructions now has a link to here and says "HAN has been replaced by HEN".
But that's not true, right? It is still required to first install HAN before being able to install HEN. Or not?
@esc0rt @habib
I uploaded a fork of PS3HEN with some improvements (still needs test... I only tested the Mamba version)
https://github.com/aldostools/MAMBA_PRX_Loader/commit/7c83e990fe0a2185ee7c1d47af88cf23c625ddb4
The main change is that Mamba / PS3HEN now can start with a pre-defined fan speed (manual) even if webman is not loaded.
Other changes include:
- Added support for load settings from /dev_hdd0/vm/ps3hen_cfg.bin when PS3HEN starts
- The initial fan speed is defined in that file (in the last byte). SYSCON is used the value is < 0x33 (lower than 20%)
- Advanced lv2 poke behaves like do_patch (ie. it also executes clear_icache)
- Added 2 opcodes via PS3MAPI call for set/get fan speed.
- I included the initial code for an integrated fan controller. I need to find the symbol for sm_get_temperature. The code is commented.
- set_fan_policy and get_fan_policy syscalls now also apply the additional advanced poke and restore the original value
- Used mappath.c from Mamba
Yes, you need HAN to be able to install HEN. However, HAN is now merely a stepping stone towards HEN, as once you have HEN installed and are able to enable it, it can do everything HAN can and more, so the only time you'd need to use just HAN would be to update the offline HEN installer or just update HEN in general.
Having issues with GitHub on my mobile. Any direct links of it compiled? It just keeps hanging on loading the page. Not near a PC and trying to do this for my sister's PS3 while I'm here.
PS3HEN 2.0 + integrated Fan Control
https://github.com/aldostools/MAMBA_PRX_Loader/blob/master/PS3HEN_2.0.x/PS3HEN.BIN
MAMBA 3.0 + integrated Fan Control
https://github.com/aldostools/webMA...custom/dev_hdd0/plugins/kernel/mamba_484C.bin
Mamba can be booted as Cobra adding the path of the payload to /dev_hdd0/boot_plugins_kernel_nocobra.txt
Or install this package: https://github.com/aldostools/webMA...updater/pkgfiles/USRDIR/addons/boot_mamba.pkg
Currently there is not any GUI to configure the Fan Control.
Download /dev_hdd0/vm/ps3hen_cfg.bin or /dev_hdd0/vm/mamba_cfg.bin
Edit the file with a hex editor and change the last byte (16th byte) to one of the following values:
00 = SYSCON mode (default)
01 = Dynamic Fan Control
(it uses a very simple algorithm: <60C = SYSCON, 60C-65C = 20% + 4% per degree, 65C-75C = 50% + 6% per degree, >75C = 99%)
0x33 to 0xFF = Manual Fan Speed (0x33 = 20%, 0x66 = 40%, 0x80 = 50%, 0x99 = 60%, 0xCC = 80%, 0xFC = 99%)
Replace the updated config in /dev_hdd0/vm and reboot.
Note: The internal Dynamic Fan Control thread is disabled if another fan controller set the fan mode.