|
1 | 1 | <p align="center"> |
2 | | - <img width="108" height="108" src="https://i.imgur.com/TPKCbg6.png"/> |
3 | | -</p> |
4 | | - |
5 | | -<p align="center"> |
6 | | - <img height="360" src="https://lh3.googleusercontent.com/vmi_rXs0nfqfAh3woDLDRxDW0tx_UM1nx8zCda7nY4FoO6ebmvSQJaHT-GENzEOp34o"/> |
7 | | - <img height="360" src="https://lh3.googleusercontent.com/DXaSIdkmBzUsQzPOkkIbY5YdKVsohcTb4IeSq9q70PPdG07yovHCD7X6XPebtesM0L0"/> |
8 | | - <img height="360" src="https://lh3.googleusercontent.com/zrIdQ1jGiaDb_kfnxAPqd8bJwejjJzvq7whU-kGXvT0G86l3RHzuseAnZZpP7r3RaV0"/> |
9 | | - <img height="360" src="https://lh3.googleusercontent.com/fpWBqB-qTRp1zfw6r7aBm6auQD7cdw-3vQbKsqwVVo5lcPHvQq96XKVdO1gRTydF8qU"/> |
| 2 | + <img width="160" height="160" src="https://i.imgur.com/TPKCbg6.png"/> |
10 | 3 | </p> |
11 | 4 |
|
12 | 5 | # SysctlGUI |
13 | 6 |
|
| 7 | +SysctlGUI is a Android application designed for power users, developers, and enthusiasts who want to |
| 8 | +fine-tune their device's performance by directly editing kernel parameters. |
| 9 | +It provides a user interface for the <code>sysctl</code> command-line utility, |
| 10 | +making advanced kernel tweaking accessible and manageable. |
| 11 | + |
| 12 | +***Important: This app requires root access to work.*** |
| 13 | + |
14 | 14 | [](https://www.codacy.com/gh/Lennoard/SysctlGUI/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Lennoard/SysctlGUI&utm_campaign=Badge_Grade) |
15 | | - |
16 | | - |
17 | | - |
18 | | - |
19 | | - |
| 15 | +[](https://github.com/Lennoard/SysctlGUI/actions/workflows/codeql.yml) |
| 16 | +[](https://app.bitrise.io/app/03e8fa82-8168-4a7f-9005-b8e5d056417f) |
20 | 17 |
|
21 | | -A GUI application for Android <code>sysctl</code> to edit kernel variables |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
22 | 22 |
|
23 | 23 | ## Features |
24 | | -- Browse filesystem for specific kernel parameters |
25 | | -- Select parameters from a searchable list |
26 | | -- Show documentation for known parameters |
27 | | -- Load parameters from a configuration file |
28 | | -- Reapply parameters at startup |
29 | | -- Mark parameters as favorite for easy access |
| 24 | +- **Parameter Management:** Easily browse the filesystem or search a comprehensive list to find kernel parameters, with in-app documentation to help you understand their impact. |
| 25 | +- **Persistent Tweaks:** Automatically reapply your chosen settings on every boot. |
| 26 | +- **Configuration Profiles:** Save and load sets of parameters from configuration files, making it simple to switch between different performance profiles or share your setup. |
| 27 | +- **Favorites System:** Mark frequently used parameters for quick and easy access. |
30 | 28 |
|
31 | 29 | ## Technologies |
32 | 30 |
|
@@ -56,11 +54,20 @@ This project utilizes a modern Android development stack, leveraging a comprehen |
56 | 54 |
|
57 | 55 | ## Contributing |
58 | 56 |
|
59 | | -We welcome contributions to SysctlGUI! |
| 57 | +Contributions are always welcomed. Please see the [contributing guide](CONTRIBUTING.md) for more details on how to contribute with this project. |
60 | 58 |
|
61 | 59 | ### Translations |
62 | 60 | If you'd like to help translate the app into other languages, please see the [translation guide](TRANSLATING.md) for instructions on how to get started. Your contributions will help make SysctlGUI accessible to a wider audience. |
63 | 61 |
|
| 62 | +## Screenshots |
| 63 | + |
| 64 | +<p align="center"> |
| 65 | + <img height="360" src="https://lh3.googleusercontent.com/vmi_rXs0nfqfAh3woDLDRxDW0tx_UM1nx8zCda7nY4FoO6ebmvSQJaHT-GENzEOp34o"/> |
| 66 | + <img height="360" src="https://lh3.googleusercontent.com/DXaSIdkmBzUsQzPOkkIbY5YdKVsohcTb4IeSq9q70PPdG07yovHCD7X6XPebtesM0L0"/> |
| 67 | + <img height="360" src="https://lh3.googleusercontent.com/zrIdQ1jGiaDb_kfnxAPqd8bJwejjJzvq7whU-kGXvT0G86l3RHzuseAnZZpP7r3RaV0"/> |
| 68 | + <img height="360" src="https://lh3.googleusercontent.com/fpWBqB-qTRp1zfw6r7aBm6auQD7cdw-3vQbKsqwVVo5lcPHvQq96XKVdO1gRTydF8qU"/> |
| 69 | +</p> |
| 70 | + |
64 | 71 | ## Download |
65 | 72 |
|
66 | 73 | <a href='https://apt.izzysoft.de/fdroid/index/apk/com.androidvip.sysctlgui'><img alt='Get it on IzzyOnDroid' height="64" src='https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png'/></a> |
|
0 commit comments