Skip to content

AkinaLTS/APatchTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

176 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socialify

APatchTool

What is this

A script automating the process of patching the kernel with KernelPatch, and supports the following features:

  • User-specified image path or get from current Android device.
  • User-specified KernelPatch version. Or default, latest release.
  • User-specified SuperKey. What is SuperKey?
  • Supports directly install.
  • Supports OTA updates.
  • Supports embedding KPMs.

Usage

Android

  • Open Termux

  • Prepare

cd ${HOME}
curl -LO https://raw.githubusercontent.com/AkinaAcct/APatchAutoPatchTool/main/AAP.sh
chmod +x AAP.sh
  • Run

Usage:

./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:
cd ${HOME}
curl -LO https://raw.githubusercontent.com/AkinaAcct/APatchAutoPatchTool/main/AAP.sh
chmod +x AAP.sh
  • Run

Usage:

./AAP.sh -h

Reporting Bugs

If you have issues or need feedback, please run AAP.sh in debug mode. To enable debug mode, run:

APTOOLDEBUG=1 ./AAP.sh [ARGS] | tee AAP_Log_$(date +"%Y-%m-%d_%H:%M:%S").txt

Logs will be stored in AAP_Log_[date]_[time].txt
Create an issue on github, and upload it as the log.


If you encounter any issues, please submit an issue on github.


Credits

About

(Aka. APatchAutoPatchTool) A script for automating the installation of APatch.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages