Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkennethcarino/privacy-revanced-patches
Privacy Patches for ReVanced to disable analytics and trackers, always open Gboard in incognito mode, and much more!
https://github.com/jkennethcarino/privacy-revanced-patches
android dalvik patches privacy privacy-tools revanced revanced-patches reverse-engineering
Last synced: 3 months ago
JSON representation
Privacy Patches for ReVanced to disable analytics and trackers, always open Gboard in incognito mode, and much more!
- Host: GitHub
- URL: https://github.com/jkennethcarino/privacy-revanced-patches
- Owner: jkennethcarino
- License: gpl-3.0
- Created: 2024-03-03T10:54:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T11:04:22.000Z (4 months ago)
- Last Synced: 2024-08-12T12:01:47.394Z (4 months ago)
- Topics: android, dalvik, patches, privacy, privacy-tools, revanced, revanced-patches, reverse-engineering
- Language: Kotlin
- Homepage:
- Size: 551 KB
- Stars: 18
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-ReVanced - jkennethcarino
README
# Privacy ReVanced Patches
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/jkennethcarino/privacy-revanced-patches/release.yml)
![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)This repository contains my personal collection of ReVanced Patches.
## ❓ About
Patches are small modifications to Android apps that allow you to change the behavior of or add new features,
block analytics and trackers, and much more.## 🧩 Features
Some of the features the patches provide are:
* 🚫 **Remove internet permission**: Remove unnecessary internet permission from apps that can function without internet access.
* 📉 **Disable Firebase Analytics**: Permanently disable the collection of Analytics data, all associated
broadcast receivers and services will also be removed.
* 🌐 **Disable WebView metrics collection**: Disable the collection of diagnostic data or usage statistics
that are uploaded to Google.
* 🔓 **Bypass signature verification**: Bypass the signature verification when the app starts up.
* 🥸 **Always-incognito mode for Gboard**: Always open in incognito mode to disable typing history collection and personalization.
* ✨ **And much more!**## 🚀 Getting started
You can use [ReVanced CLI](https://github.com/ReVanced/revanced-cli) or [ReVanced Manager](https://github.com/ReVanced/revanced-manager) to use Privacy ReVanced Patches.
To use these patches with the ReVanced Manager, follow the steps below:
1. Open the **ReVanced Manager** app.
2. Select the **Settings** tab.
3. In the **Advanced** section, enable the **Show universal patches** option.
4. In the **Data sources** section, enable the **Use alternative sources** option and click on the **Alternative sources**.
5. Set the following alternative sources:
Patches organization: `jkennethcarino`
Patches source: `privacy-revanced-patches`
Integration organization: `jkennethcarino`
Integration source: `privacy-revanced-integrations`## 📚 Everything else
### 🛠️ Building
To build Privacy ReVanced Patches, you can follow the [ReVanced documentation](https://github.com/ReVanced/revanced-documentation).
## 📜 License
Privacy ReVanced Patches is licensed under the GPLv3 license. Please see the [license file](LICENSE) for more information.
[tl;dr](https://www.tldrlegal.com/license/gnu-general-public-license-v3-gpl-3) you may copy, distribute and modify Privacy ReVanced Patches as long as you track changes/dates in source files.
Any modifications to Privacy ReVanced Patches must also be made available under the GPL,
along with build & install instructions.