QuestPatcher
QuestPatcher copied to clipboard
Generic il2cpp modding tool for Oculus Quest (1/2) apps.
With the v60 update, Meta broke all apps using MRC (Mixed Reality Capture, in other words third-person view that gets sent over TCP to a PC). This is because this...
Using localizable resources allows others to properly localize the app without replacing string in a fork. - [x] Extract and replace static strings in layout files - [x] Extract and...
this `System.InvalidOperationException: Cannot process request because the process (129916) has exited. at System.Diagnostics.Process.ThrowIfExited(Boolean ) at System.Diagnostics.Process.EnsureState(State ) at System.Diagnostics.Process.get_Modules() at System.Diagnostics.Process.get_MainModule() at QuestPatcher.Core.ProcessUtil.InvokeAndCaptureOutput(String fileName, String arguments) in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\ProcessUtil.cs:line 79 at...
Hello you lovely lot, (I'm trying to get to mod beat sabre) I've looked at previous posts, and have tried restating, opening QP as administrator, but I keep getting this:...
Patching failed!: QuestPatcher.Core.AdbException: Failure [DELETE_FAILED_INTERNAL_ERROR] at QuestPatcher.Core.AndroidDebugBridge.RunCommand(String command, Int32[] allowedExitCodes) in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\AndroidDebugBridge.cs:line 148 at QuestPatcher.Core.AndroidDebugBridge.UninstallApp(String packageId) in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\AndroidDebugBridge.cs:line 186 at QuestPatcher.Core.Patching.PatchingManager.PatchApp() in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\Patching\PatchingManager.cs:line 463 at QuestPatcher.ViewModels.PatchingViewModel.StartPatching() in D:\a\QuestPatcher\QuestPatcher\QuestPatcher\ViewModels\PatchingViewModel.cs:line 59
It seems like QuestPatcher is unable to read the JSON at `https://raw.githubusercontent.com/Lauriethefish/QuestUnstrippedUnity/main/index.json`, which seems weird, given that it is able to download `platform-tools` and other dependencies just fine. I can...
I'm suffering from these errors. QuestPatcher.Core.AdbException: remote object '/sdcard/QuestPatcher/com.beatgames.beatsaber/installedMods/OculusDB_CoreMods_1.28.0_4124311467/ mod-list/ questui/mod.json' does not exist at QuestPatcher.Core.AndroidDebugBridge.RunCommand(String command, Int32[] allowedExitCodes) in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\AndroidDebugBridge.cs:line 150 at QuestPatcher.Core.AndroidDebugBridge.DownloadFile(String name, String destination) in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\AndroidDebugBridge.cs:line 188...
Ability to toggle WirelessADB mode for the headset, for those with shorter cables to fetch logs while playing, or even those with less than ideal USB cables to allow a...
Hello @Lauriethefish ! I wanted to express my gratitude for the incredible software you've developed. It's been an invaluable tool, and I truly admire the dedication you've put into ensuring...