Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firmware update 3.74 released. #124

Closed
Knofbath opened this issue May 10, 2022 · 6 comments
Closed

Firmware update 3.74 released. #124

Knofbath opened this issue May 10, 2022 · 6 comments

Comments

@Knofbath
Copy link

Check functionality.

@StarWolf3000
Copy link

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
Copy link

3.74 Getting white screen

@Xanderwik
Copy link

Xanderwik commented May 11, 2022

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
Copy link
Author

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

@LiEnby
Copy link
Contributor

LiEnby commented May 12, 2022

please create a new release with the latest commit .

@StarWolf3000
Copy link

This one can be closed now @Knofbath

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants