This is a Proof of concept of running LSPatch on Android Nougat according to
https://github.com/WinterWolfVN/Support-Old-Android-Docs
LSPatch Manager running on Phicomm N1 (Android Nougat 7.1.2 stock rom) with TAXP module loaded successfully
All source dependencies that were previously Git submodules are vendored in this repository. A normal clone contains the complete source tree; no git submodule initialization is required.
LSPatch is a Rootless implementation of LSPosed framework, integrating Xposed API by inserting dex and so into the target APK.
This fork is intended to adapt for Android Nougat API 24 using desugar_jdk_libs_nio:2.1.5 and API fallback/downgrading. It is not recommended to use on higher Android devices such as Android 9+
- Min: Android 7 (API 24)
- Max: Android 14 (at least tested)
- Support Android Nougat
- Support Android Marshmallow
- Support Android Lollipop
For stable releases, please go to Github Releases page
For canary build, please check Github Actions
Note: debug builds are only available in Github Actions
- Through jar
- Download
lspatch.jar - Run
java -jar lspatch.jar
- Through manager
- Download and install
manager.apkon an Android device - Follow the instructions of the manager app
You can contribute translation here.
LSPatch is licensed under the GNU General Public License v3 (GPL-3) (http://www.gnu.org/copyleft/gpl.html).
