kostirez1
Developer
I'm stuck with HEN only at the moment. If the payload has the right permissions (I assume PAID is at blame here), then I suppose that is ultimately the best option.I don't have a HEN console to test, but I guess PS3HEN payload could be modified to perform the syscall from kernel and return the minVer using an opcode in syscall8.
Just tried this on 4.89 + PS3HEN 3.1.1 and the memory segment is unavailable/different when the browser is closed - all requests end up with access errors. Even after I start the browser, PS3MAPI in webMAN MOD returns all zeros when I ask for 4 MB block from 0x8AFFFFF0.The unofficial flash writer by lmn7 verifies the minVer checking directly the memory at 0x8AFFFFF0, but it's called from the PS3 browser. I don't know if the offset is the same in ps3l1ght.
Code:function minVer() { minver = checkMemOld(0x8B000000 - 0x8, 0x100, 0x100, 10); minver = s2hex(minver).toString().slice(3, 8).replace("00", "."); if (parseFloat(minver.toString()) > 3.56) { showResult("<h2><span style='color:red'>Your console is not compatible with CFW!</h2></span>"); } }
Edit:
PS: I'm a total idiot. The D4 pad that I broke off during E3 flasher install is actually the path between the flash chip and the south bridge. No wonder that it no longer boots then.
Last edited:
.