Skip to content
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

ReVanced CLI fails to open patched app #4

Closed
josesilveiraa opened this issue May 3, 2022 · 3 comments
Closed

ReVanced CLI fails to open patched app #4

josesilveiraa opened this issue May 3, 2022 · 3 comments

Comments

@josesilveiraa
Copy link

Exception in thread "main" java.lang.IllegalStateException: ADB returned non-zero status code for command: su -c /data/adb/ReVanced/mount.sh
        at app.revanced.cli.runner.AdbRunnerKt.assertZero(AdbRunner.kt:134)
        at app.revanced.cli.runner.AdbRunnerKt.access$assertZero(AdbRunner.kt:1)
        at app.revanced.cli.runner.AdbRunner$runApk$3.invoke(AdbRunner.kt:68)
        at app.revanced.cli.runner.AdbRunner$runApk$3.invoke(AdbRunner.kt:56)
        at app.revanced.cli.runner.AdbRunnerKt.use(AdbRunner.kt:150)
        at app.revanced.cli.runner.AdbRunnerKt.access$use(AdbRunner.kt:1)
        at app.revanced.cli.runner.AdbRunner.runApk(AdbRunner.kt:56)
        at app.revanced.cli.Main$Companion.runCLI(Main.kt:91)
        at app.revanced.cli.Main$Companion.main(Main.kt:167)
        at app.revanced.cli.Main.main(Main.kt)```
        
@oSumAtrIX
Copy link
Member

@CriticalRange
Copy link

Btw, i was able to fix this by installing the stock apk that is used while patching with ReVanced, and it fixed.

@oSumAtrIX
Copy link
Member

oSumAtrIX commented May 6, 2022

Pull the latest changes and try again. Use the main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants