diff --git a/README.md b/README.md index 886d4af..f1e6c4d 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,15 @@ -# ZUGABE +# h-encore-auto +A tool for using TheFlow's h-encore vita exploit -**This is obsolete. Please use [finalhe by soarqin](https://github.com/soarqin/finalhe).** - -This tool automates much of the installation of h-encore. - -## About -This tool automates the install process of thefl0w's h-encore exploit for PS Vita, at least everything that can be done on the PC. -Since I can't code in C or C++, I was unable to use OpenCMA as a backend, so I used QCMA. It's automatically downloaded and does not require to be installed. -Configuration of QCMA is done via registry edits. The application also detects existing QCMA installations and restores the original settings after the exploit was installed. - -**Attention: This tool only supports connection of the PSVita using Wi-Fi, therefore it's currently only compatible with PSVita/PSTV on Firmware 3.68!** +[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) ## Usage Download from the releases section, extract it and run the executable. ## Building -Build using Visual Studio 2017, this was tested. Other C# IDEs might work as well. +Visual Studio 2017 Community Edition was tested. Might work in other IDEs as well. ## Todo -- Mac/Linux compatibility -- Fix bugs (you tell me!) -## Thanks - - thefl0w for h-encore and all their work in the vita scene - - yifanlu for psvimgtools and all their other work in the vita scene - - mmozeiko for pkg2zip - - noahc3 for auto-h-encore - - xxyz for pngshot - - All the contributors of the vita hacking scene +- Mac/Linux Compatibilty +- Fix bugs (you tell me!) \ No newline at end of file diff --git a/download-resources/Qcma.zip b/download-resources/Qcma.zip deleted file mode 100644 index 3f963ed..0000000 Binary files a/download-resources/Qcma.zip and /dev/null differ diff --git a/download-resources/create.bat b/download-resources/create.bat deleted file mode 100644 index e8ea66f..0000000 --- a/download-resources/create.bat +++ /dev/null @@ -1,6 +0,0 @@ -cd %~dp0 - -..\psvimg-create -n app -K %1 app PCSG90096/app -..\psvimg-create -n appmeta -K %1 appmeta PCSG90096/appmeta -..\psvimg-create -n license -K %1 license PCSG90096/license -..\psvimg-create -n savedata -K %1 savedata PCSG90096/savedata \ No newline at end of file diff --git a/download-resources/qcma.reg b/download-resources/qcma.reg deleted file mode 100644 index c0c07cd..0000000 Binary files a/download-resources/qcma.reg and /dev/null differ diff --git a/h-encore-auto/App.xaml b/h-encore-auto/App.xaml index 2f27785..7fb5fd7 100644 --- a/h-encore-auto/App.xaml +++ b/h-encore-auto/App.xaml @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:h_encore_auto" - StartupUri="AutoMode.xaml"> + StartupUri="MainWindow.xaml"> diff --git a/h-encore-auto/AutoMode.xaml b/h-encore-auto/AutoMode.xaml deleted file mode 100644 index 54627cc..0000000 --- a/h-encore-auto/AutoMode.xaml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - -