https://github.com/jefino9488/frameworkpatcherv2
Automated workflow to patch hyper frameworks
https://github.com/jefino9488/frameworkpatcherv2
android framework hyperos
Last synced: about 1 month ago
JSON representation
Automated workflow to patch hyper frameworks
- Host: GitHub
- URL: https://github.com/jefino9488/frameworkpatcherv2
- Owner: Jefino9488
- License: agpl-3.0
- Created: 2025-03-25T16:34:54.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2026-01-16T06:00:22.000Z (about 1 month ago)
- Last Synced: 2026-01-16T10:26:02.675Z (about 1 month ago)
- Topics: android, framework, hyperos
- Language: Smali
- Homepage: https://framework-patcher-v2.vercel.app
- Size: 53.2 MB
- Stars: 19
- Watchers: 1
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Framework Patcher V2
[](https://github.com/Jefino9488/FrameworkPatcherV2/actions/workflows/android15.yml)
[](https://github.com/Jefino9488/FrameworkPatcherV2/actions/workflows/android16.yml)
**Advanced Android Framework Patching System with Multi-Platform Support**
[Features](#features) • [Quick Start](#quick-start) • [Documentation](#documentation) • [DeepWiki](https://deepwiki.com/Jefino9488/FrameworkPatcherV2) • [Support](#support)
## Overview
Framework Patcher V2 is a comprehensive solution for patching Android framework files (`framework.jar`, `services.jar`,
`miui-services.jar`). It automates the creation of universal modules compatible with Magisk, KernelSU, and SUFS,
supporting Android 15 and 16
## Features
- **Signature Verification Bypass**: Allows installation of unsigned or modified applications.
- **CN Notification Fix**: Resolves notification delays on MIUI China ROMs.
- **Disable Secure Flag**: Enables screenshots and screen recording in secure apps.
- **Kaorios Toolbox**: Integrates Play Integrity fixes and device spoofing.
- **Multi-Platform Support**: Command-line, Web UI, Telegram Bot, and GitHub Actions.
## Quick Start
### Telegram Bot (Recommended)
1. Message the bot and send `/start_patch`.
2. Follow the interactive prompts to select version and features.
3. Upload your JAR files.
### Web Interface
Visit [framework-patcher-v2.vercel.app](https://framework-patcher-v2.vercel.app) to generate modules via a user-friendly
UI.
### Command Line
```bash
# Clone repository
git clone https://github.com/Jefino9488/FrameworkPatcherV2.git
cd FrameworkPatcherV2
# Run patcher
./scripts/patcher_a15.sh 35 [OPTIONS]
```
For detailed usage instructions, see the [User Guide](docs/guides/USAGE.md).
## Documentation
Comprehensive documentation is available in the [`docs/`](docs/README.md) directory.
- [User Guide](docs/guides/USAGE.md)
- [Feature Details](docs/features/FEATURE_SYSTEM.md)
- [Developer Guide](docs/guides/developer_guide.md)
## Support
- **Telegram**: [@Jefino9488](https://t.me/Jefino9488)
- **Support Group**: [@codes9488](https://t.me/codes9488)
- **GitHub Issues**: [Report Issues](https://github.com/Jefino9488/FrameworkPatcherV2/issues)
## License
This project is licensed under the GPL-2.0 License. See the [LICENSE](LICENSE) file for details.
## Credits
See [CREDITS.md](CREDITS.md) for a complete list of contributors and third-party tools.