Final h-encore, a tool to push h-encore exploit for PS VITA/PS TV automatically
Final h-encore, a tool to push h-encore exploit for PS VITA/PS TV automatically
Push the h-encore exploit for PS VITA and PS TV through a Windows, macOS or Linux GUI.
see CREDITS.md
PSP2UPDAT.PUP to the same folder as this toolreleases tab and put in the same folder of this toolDownload a pre-built executable binary below and follow instructions. Supported firmwares: 3.60, 3.61, 3.65-3.72
QcmaDriver_winusb.exe (also on the releases page)sudo addrepo -f http://download.opensuse.org/repositories/home:/seilerphilipp/openSUSE_Leap_15.0/42.3sudo zypper install finalheFinalHEfinalhe-git package from AUR:yay -S finalhe-gitfinalhe in your terminalxcode-select --install) then install dyld, libusb, pkg-config & qt5 through brew (brew install dyld-headers libusb pkg-config qt5)You can choose either qmake or cmake to build
cmake to generate Makefile for compilingCMAKE_PREFIX_PATH if Qt is not installed in default location: cmake -DCMAKE_PREFIX_PATH= . If you have installed qt5 with brew, and are on project root directory, you can run with cmake -DCMAKE_PREFIX_PATH=/usr/local/opt/qt@5 .. Then run make and you can open it by double clicking at src/FinalHE.qmake to generate Makefile for compiling, run make lcopy in src folder to compile translations and copy them to binary folderTRANSLATIONS += ..., and re-generate Makefile from qmake, then run make lupdate in src folder, you will get new generated .ts files in src/languagesset(TRANSLATION_FILES ..., and re-generate Makefile/project from cmake, compile it, you will get new generated .ts files in src/languagesmake lcopy in src folder and you will get compiled .qm files in languages foldertype="unfinished" from translated itemsNo open issues yet, or sync has not completed.