Lauriethefish / QuestPatcher

Generic il2cpp modding tool for Oculus Quest (1/2/3) apps.
zlib License
261 stars 393 forks source link

Operation not permitted issue #184

Open IuriiChe opened 1 month ago

IuriiChe commented 1 month ago

I have this issue: QuestPatcher.Core.AdbException: Code 1: rm: chmod '/sdcard/Android/data/com.beatgames.beatsaber/files/mods/' to 0700: Operation not permitted rm: /sdcard/Android/data/com.beatgames.beatsaber/files/mods/: Permission denied at QuestPatcher.Core.AndroidDebugBridge.RunCommand(String command, Int32[] allowedExitCodes) in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\AndroidDebugBridge.cs:line 433 at QuestPatcher.Core.AndroidDebugBridge.RunShellCommand(String command, Int32[] allowedExitCodes) in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\AndroidDebugBridge.cs:line 466 at QuestPatcher.Core.AndroidDebugBridge.RemoveDirectory(String path) in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\AndroidDebugBridge.cs:line 570 at QuestPatcher.Core.Modding.ModManager.CreateModDirectories() in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\Modding\ModManager.cs:line 189 at QuestPatcher.Core.Modding.ModManager.LoadModsForCurrentApp() in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\Modding\ModManager.cs:line 210 at QuestPatcher.Core.QuestPatcherService.RunStartup() in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\QuestPatcherService.cs:line 137 at QuestPatcher.Services.QuestPatcherUiService.LoadAndHandleErrors() in D:\a\QuestPatcher\QuestPatcher\QuestPatcher\Services\QuestPatcherUiService.cs:line 96

I am not sure if it is related, but to get access to the required folder I need this address: This PC\Quest 3\Internal shared storage\Android\data\com.beatgames.beatsaber\files
Is it possible to tell Quest patcher to look in another folder?