https://github.com/peppe289/ravemanager_android
https://github.com/peppe289/ravemanager_android
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/peppe289/ravemanager_android
- Owner: Peppe289
- License: gpl-3.0
- Created: 2023-12-27T11:23:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-07T12:36:29.000Z (10 months ago)
- Last Synced: 2025-04-12T20:59:52.346Z (2 months ago)
- Language: Dart
- Size: 474 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tweaker
Flutter project for managing the kernel without root. This application can be used with the Rave patch included in the kernel.
The custom patch implements a new custom syscall used with this application via a dynamic C library (to directly call kernel code).
The project is currently tested on the Xiaomi Pad 5 (nabu) using my kernel (Rave).
Therefore, this project is only compiled for Android arm64.## Disclaimer
This project is currently a work in progress. Feel free to submit pull requests or report issues.
## How to build
Just refer to the Flutter documentation. Have fun.