SENenabler disable PS3M_API you need to use webMAN-MOD or PSNPatch to remove cfw
but the folders home and installs not hidden , is this normal?
SENenabler disable PS3M_API you need to use webMAN-MOD or PSNPatch to remove cfw
[MENTION=600]_NzV_[/MENTION]
4.30 DEX doesn't work with MAMBA, I tried fixing all offsets but it seems like it has either a problem with CFW itself or the payload. I gave up, so you should change your release note for 4.30 DEX not being supported.
and 4.46 DEX symbol had some wrong ones, although it doesn't really affect the compatibility, however I think it's better to fix it
but the folders home and installs not hidden , is this normal?
PS3 Manager API updated to version 1.2 (Mamba and Cobra version updated).
i just have noticed, if you compile irisman (i am using an old source dated 3.30) with loader flag and comment the function "atexit(fun_exit);" in main.c in main thread, and only make eboot from RELOAD.SELF without loader, you can instantly load mamba with [MENTION=600]_NzV_[/MENTION]'s latest update to mamba core. no exit and reload needed anymore.
i just have noticed, if you compile irisman (i am using an old source dated 3.30) with loader flag and comment the function "atexit(fun_exit);" in main.c in main thread, and only make eboot from RELOAD.SELF without loader, you can instantly load mamba with [MENTION=600]_NzV_[/MENTION]'s latest update to mamba core. no exit and reload needed anymore.
i just have noticed, if you compile irisman (i am using an old source dated 3.30) with loader flag and comment the function "atexit(fun_exit);" in main.c in main thread, and only make eboot from RELOAD.SELF without loader, you can instantly load mamba with [MENTION=600]_NzV_[/MENTION]'s latest update to mamba core. no exit and reload needed anymore.
if(use_mamba && !use_cobra)
{
load_ps3_mamba_payload();
syscall_40(1, 0);
ioPadEnd();
sys8_perm_mode(0);
if(restore_syscall8[0]) sys8_pokeinstr(restore_syscall8[0], restore_syscall8[1]);
restore_syscall8[1]= lv2peek(restore_syscall8[0]);
/* relaunch gamesonic manager to get vsh process for mamba
sysProcessExitSpawn2("/dev_hdd0/game/GMANAGER9/USRDIR/RELOAD.SELF", NULL, NULL, NULL, 0, 3071, SYS_PROCESS_SPAWN_STACK_SIZE_1M);
exit(0);*/
}
not exactly sure what you mean, but sounds interesting and i wanna know details. though, i have no problems with any selfs, whatsoever.I managed npdrm fself without breaking full cex compatibility on both normal / cobra, which is exactly opposite to what you have done to your 4.21![]()
i can only speak for myself, but on 4.21 everything is working fine now. i have made a new eboot from irisman flagged as loader (set in loader.h) without prxloader and it is working fine. i only start mamba-iris-loader and it only takes about 10sec and it will return to xmb, instead of about 20sec just like before. and then i can load my games with webman fine. i am autoloading an old ccapi webman cobra hybrid version, so i have not to use prxloader and this works very well.But it dont loads the games right?
Because i have tried to do how you say wth Gamesonic Mnagaer and it loads mamba but it not load ISO Games without a reboot of the manager
this is my code
Code:if(use_mamba && !use_cobra) { load_ps3_mamba_payload(); syscall_40(1, 0); ioPadEnd(); sys8_perm_mode(0); if(restore_syscall8[0]) sys8_pokeinstr(restore_syscall8[0], restore_syscall8[1]); restore_syscall8[1]= lv2peek(restore_syscall8[0]); /* relaunch gamesonic manager to get vsh process for mamba sysProcessExitSpawn2("/dev_hdd0/game/GMANAGER9/USRDIR/RELOAD.SELF", NULL, NULL, NULL, 0, 3071, SYS_PROCESS_SPAWN_STACK_SIZE_1M); exit(0);*/ }
I have compiled manager to start only with eboot.bin but mamba not load propely because only after a reboot of manager it scans iso on NTFS HDnot exactly sure what you mean, but sounds interesting and i wanna know details. though, i have no problems with any selfs, whatsoever.
i can only speak for myself, but on 4.21 everything is working fine now. i have made a new eboot from irisman flagged as loader (set in loader.h) without prxloader and it is working fine. i only start mamba-iris-loader and it only takes about 10sec and it will return to xmb, instead of about 20sec just like before. and then i can load my games with webman fine. i am autoloading an old ccapi webman cobra hybrid version, so i have not to use prxloader and this works very well.
you just have to make a single eboot from reload self without that loader and mambaloader will work fine (irisman without gui, to just load mamba). the same goes for irisman, if you compile it as usual without loader you can start it also instantly and mamba is loaded as well.
you have to deinstall the previous version, so no reload self is leftover. for me it works fine at least and i thought i share this information.
not exactly sure what you mean, but sounds interesting and i wanna know details. though, i have no problems with any selfs, whatsoever.
lol, sorry.Your method breaks normal CEX by disabling elf1/elf2 from vsh but works fine with COBRA, my method is opposite, I only disable elf1/elf2 via Cobra only for DEX.
You're a DEX boy that only cares much about DEX, but I'm doing this for majority of REBUG users that mostly use CEX only, [tbh, they don't even need REX, they need pure CEX + COBRA]
I'm not saying this is better method than yours, but this doesn't break CEX's elf1/elf2 patches on both NORMAL/COBRA mode, which can also be worked around with using 2 VSH swap that I think it's more headache to manage [confusing for most users]
lol, sorry.
that is the same thing i have done at first, but in the end, if you disable cobra, you will have the same problem on dex. so i have made the compromise to remove unsigned app patch completely from all vsh selfs and patch it dynamically only for cex stage2. this way everything works fine and i can run npdrm fself on dex no matter what.
that unsigned app patch is not needed at all on cex, if cobra is disabled, so why using this patch, if it breaks some official function? and besides, it is a reminiscent of pl3 stuff i think, which is not used on newer cfw afaik. if cobra is disabled, i can run fself even with cex kernel this way, as long as targetID is set to dex.
[MENTION=600]_NzV_[/MENTION]
sorry to have derailed your thread for personal matters. but at least this irisman stuff belongs to your newly modified mamba source and your ps3manager api.
]that unsigned app patch is not needed at all on cex, if cobra is disabled, so why using this patch, if it breaks some official function? and besides, it is a reminiscent of pl3 stuff i think, which is not used on newer cfw afaik. if cobra is disabled, i can run fself even with cex kernel this way, as long as targetID is set to dex.