Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akinaacct/apatchtool
APatchAutoPatchTool: A script for automating the installation of APatch.
https://github.com/akinaacct/apatchtool
apatch automation root shell shell-script shell-scripts
Last synced: 3 months ago
JSON representation
APatchAutoPatchTool: A script for automating the installation of APatch.
- Host: GitHub
- URL: https://github.com/akinaacct/apatchtool
- Owner: AkinaAcct
- License: apache-2.0
- Created: 2024-02-14T12:45:36.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T15:42:41.000Z (3 months ago)
- Last Synced: 2024-11-07T16:38:10.512Z (3 months ago)
- Topics: apatch, automation, root, shell, shell-script, shell-scripts
- Language: Shell
- Homepage:
- Size: 1.71 MB
- Stars: 20
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# APatchTool
Aka. APatch Auto Patch Tool
A script that provides custom patching options.
> [!WARNING]
> Still under testing!---
This script has the following functions:
- User-specified image path or get from current Android device.
- User-specified KernelPatch version. Or default, latest release.
- User-specified SuperKey. [What is SuperKey?](https://apatch.top/faq.html#what-is-superkey)
- Supports directly install.
- Supports OTA updates.
- Supports embedding KPMs.---
## Usage
### Android
- Open Termux
- Prepare
```sh
cd ${HOME}
curl -LO https://raw.githubusercontent.com/AkinaAcct/APatchAutoPatchTool/main/AAP.sh
chmod +x AAP.sh
```- Run
Usage:
```sh
./AAP.sh -h
```### Linux
> [!NOTE]
> This should work. If you encounter any problems, please submit an issue with logs provided by debug mode.- Just like in Termux:
```sh
cd ${HOME}
curl -LO https://raw.githubusercontent.com/AkinaAcct/APatchAutoPatchTool/main/AAP.sh
chmod +x AAP.sh
```- Run
Usage:
```sh
./AAP.sh -h
```---
If you have issues or need feedback, please run `AAP.sh` in debug mode. To enable debug mode, run:
```sh
APTOOLDEBUG=1 ./AAP.sh [ARGS]
```---
If you encounter any issues, please submit an issue on github.
---
Credits:
- [Magisk](https://github.com/topjohnwu/magisk): For magiskboot
- [KernelPatch](https://github.com/bmax121/KernelPatch): For kptools and kpimg