Skip to content

Using the ReVanced CLI and installing ReVanced

oSumAtrIX edited this page Jun 8, 2022 · 20 revisions

Using the CLI

  1. Make sure your phone is connected and has root access
adb shell su -c exit
  1. Copy the ADB device name
adb devices
  1. Run the CLI
java -jar revanced-cli-all.jar -a youtube.apk -c -d device-name -o revanced.apk -p revanced-patches.jar -r -t temp

If you specified an ADB device the application should now open on your device and the cli will show logs until the app is closed

Clone this wiki locally