revanced-cli
revanced-cli copied to clipboard
💻 Command line application to use ReVanced
As the name suggests this adds SuperSU support to the CLI, also removed umount on boot (unnecessary and caused issues with SuperSU). Can detect whether running SuperSU or Magisk (or...
makes cli compatible with latest patcher cli build fails since https://github.com/revanced/revanced-patcher/commit/01cf3fb50f66748e2665d93fc5fa4c32eef3ab96
- [ ] Remove padding.
# 🐞 Issue i wanna look at the changes in patches file (to include/exclude new patches), but cli gives me an error Error: Missing required argument(s): --apk= # ⚙ Reproduce...
## 🐞 Issue When I build the revanced cli and use it, there is an error. When I download the revanced cli from the releases, there is not an error....
**Is your feature request related to a problem? Please describe.** Add a contributing.md in the repo so it's easier for new developers to know contributing guidelines. **Describe the solution you'd...
# 🐞 Issue Currently, the descriptions of options and arguments of the CLI do not follow the same voice. This can lead to confusion. # ❗ Solution Normalize the descriptions...
Hey, great project. I'm running a Xiaomi phone with CrDroid ROM (Android 12, based on LineageOS) with Magisk for root access & the official MicroG project installed and configured instead...
```bash PK=com.google.android.youtube PS=com.android.vending LDB=/data/data/$PS/databases/library.db LADB=/data/data/$PS/databases/localappstate.db cmd appops set --uid $PS GET_USAGE_STATS ignore pm disable $PS > /dev/null 2>&1 ./sqlite3 $LDB "UPDATE ownership SET doc_type = '25' WHERE doc_id = '$PK'";...