soarqin / finalhe

Final h-encore, a tool to push h-encore exploit for PS VITA/PS TV automatically
GNU General Public License v3.0
620 stars 115 forks source link

Firmware update 3.74 released. #124

Closed Knofbath closed 2 years ago

Knofbath commented 2 years ago

Check functionality.

StarWolf3000 commented 2 years ago

src/finalhe.cc needs to be updated to check for the latest version:

void FinalHE::enableStart() {
    if (checkFwUpdate()) {
        if (vita->getDeviceVersion() <= "3.61")
            pkg->setCoreType(ECoreType::Memecore);
        else if (vita->getDeviceVersion() <= "3.68")
            pkg->setCoreType(ECoreType::HEncore);
        else if (vita->getDeviceVersion() <= "3.73")
            pkg->setCoreType(ECoreType::HEncore2);
        ui.textPkg->setText(tr("Click button to START!"));
        ui.btnStart->setEnabled(true);
    }
}
Alphabet1671 commented 2 years ago

3.74 Getting white screen

Xanderwik commented 2 years ago

HEncore2 exploit from 3.73 still works on 3.74. If a Vita w/fw3.74 connects to FinalHE 1.92 (current), FinalHe builds Memecore (HEncore for pre 3.65). The Memecore provided can't jailbreak the Vita.

Still possible to build HEncore2 on a computer and CMA a working Jailbreak to 3.74.

Knofbath commented 2 years ago

125 Seems to be the fix, KuromeSan has pre-compiled a binary for it. Just pending merge at this point.

LiEnby commented 2 years ago

please create a new release with the latest commit .

StarWolf3000 commented 2 years ago

This one can be closed now @Knofbath