-
Notifications
You must be signed in to change notification settings - Fork 115
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
Comments
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);
}
} |
3.74 Getting white screen |
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. |
#125 Seems to be the fix, KuromeSan has pre-compiled a binary for it. Just pending merge at this point. |
please create a new release with the latest commit . |
This one can be closed now @Knofbath |
Check functionality.
The text was updated successfully, but these errors were encountered: