Skip to main content

Posts

Showing posts from May, 2023

ReVanced YT

How to use ReVanced CLI Prerequisites Use Linux OR Download JDK 17 Download adb  adb(Linux):  apt install google-android-platform-tools-installer App To Patch (Supported YT apks) Embedded URL's below ReVanced CLI ReVanced Patches ReVanced Integrations Official Repo Check all options in CLI (help menu) java -jar revanced-cli-2.21.1-all.jar -h Check all patches available (list menu) java -jar revanced-cli-2.21.1-all.jar -b revanced-patches-2.173.0.jar -a yt.apk -l To Apply Patches java -jar revanced-cli.jar -c -a appname.apk -o output-appname.apk -m revanced-integrations.apk -b revanced-patches.jar   Install Patched apk on phone with microg (non-root) To install directly on phone use (Root)  install same version unpatched.apk on phone. add option -d to above command,  -d device-name(from adb) Enable Dev Options > Enable Usb Debugging  adb   devices (copy device name) > allow on device (prompt) adb  shell su -c exit (give roo...