Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamlooper/Android-Enhancer
A revolutionary android optimizer.
https://github.com/iamlooper/Android-Enhancer
android aosp enhancer magisk module optimizer
Last synced: 4 days ago
JSON representation
A revolutionary android optimizer.
- Host: GitHub
- URL: https://github.com/iamlooper/Android-Enhancer
- Owner: iamlooper
- License: mit
- Created: 2022-08-06T11:11:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T10:38:04.000Z (8 days ago)
- Last Synced: 2024-11-06T11:38:27.742Z (8 days ago)
- Topics: android, aosp, enhancer, magisk, module, optimizer
- Language: C++
- Homepage:
- Size: 2.42 MB
- Stars: 212
- Watchers: 8
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
![Banner](https://github.com/iamlooper/Android-Enhancer/raw/main/banner.jpg)
# Android Enhancer (formerly AOSP Enhancer) 🚀
A revolutionary android optimizer.
## Versions 🧩
- [App](https://github.com/iamlooper/Android-Enhancer-App)
- [Module](https://github.com/iamlooper/Android-Enhancer-Module)## Download 📲
[Click here](https://www.pling.com/p/1875251/) to download the latest version of Android Enhancer. Install the app version if you want control over which tweaks to apply. Use the module version if you want a 'flash and forget' experience. Do not use the app and module versions at the same time.
## Working ⚙️
To understand the functioning of the Android Enhancer, please examine the source code from the entrypoint located [here](https://github.com/iamlooper/Android-Enhancer/blob/main/src/android_enhancer.cpp).
## Benchmarks ⚡
The given benchmarks were conducted on a Poco M3 running the GreenForce kernel on Pixel Experience Android 13.
### Scheduler latency via `hackbench` (Lower values indicate better performance)
- Without Android Enhancer: 0.919 seconds
- With Android Enhancer: 0.460 seconds### Scheduler latency via `schbench` (Lower values indicate better performance)
- Without Android Enhancer:
`50.0th: 629
75.0th: 14480
90.0th: 32416
95.0th: 39232
*99.0th: 53696
99.5th: 60992
99.9th: 85888
min=0, max=125470`- With Android Enhancer:
`50.0th: 351
75.0th: 13392
90.0th: 30432
95.0th: 37568
*99.0th: 53184
99.5th: 60096
99.9th: 82304
min=0, max=102169`### Scheduler throughput via `perf bench sched messaging` (Lower values indicate better performance)
- Without Android Enhancer: 0.513 seconds
- With Android Enhancer: 0.466 seconds### Scheduler throughput via `perf bench sched pipe` (Lower values indicate better performance)
- Without Android Enhancer: 31.806 seconds
- With Android Enhancer: 27.495 seconds## Credits 👥
- [Chirag](https://t.me/selfmuser) - Tester
- [Leaf](https://t.me/leafinferno) - Designer
- [Jis G Jacob](https://t.me/StudioKeys) - Tester
- [KTweak](https://github.com/tytydraco/KTweak) - BSD 2-Clause License
- [Uperf](https://github.com/yc9559/uperf) - Apache-2.0 License## Disclosure 🔓
[Click here](https://telegra.ph/Disclosure-09-16) to view the disclosure.