[APP][5.0+] SysctlGUI - Modify kernel parameters at runtime (2024-04-12)

Search This thread

Lennoard

Recognized Developer
May 5, 2015
601
761
25
Teresina
hebfoptimizer.androidvip.com.br
Code:
*** Disclaimer
I have no liability for any damages or side effects caused by this application.
By choosing to use this application, you and only you will be responsible for what you do with it.

TPKCbg6.png


Introduction
SysctlGUI is a GUI application to modify kernel parameters at runtime.
This app's main purpose is to provide a graphical way to edit kernel parameters. These parameters are those listed under /proc/sys and they are edited using sysctl. Read more about sysctl here.
Sysctl GUI is a work in progress, feel free to write your comments or contribute to its development
Source code is available here.

Features
  • Browse filesystem for specifc kernel parameters
  • Select parameters from a searchable list
  • Get information about known parameters directly from kernel documentation
  • Load parameters from a configuration file (json or conf)
  • Reapply parameters at startup

Installation instructions
Make sure you meet the requeriments:
  • Android 5.0+
  • Root access

Download and install the .apk file or get the app in Google Play. See post #3 for downlod links.
* Busybox is not required but I kind of do recommed it for better compatibility and ensurance.

Thanks to/Credits
Code:
* @topjohnwu for libsu which is based on @Chainfire's libsuperuser

XDA:DevDB Information
SysctlGUI, App for all devices (see above for details)

Contributors
Lennoard
Source Code: https://github.com/Lennoard/SysctlGUI


Version Information
Status:
Stable
Current Stable Version: 2.0.0
Stable Release Date: 2022-08-02
Current Beta Version: 0.3
Beta Release Date: 2019-08-29

Created 2019-08-25
Last Updated 2022-08-02
 

Attachments

  • Screenshot_20220802-235141_Sysctl GUI.png
    Screenshot_20220802-235141_Sysctl GUI.png
    163 KB · Views: 228
  • Screenshot_20220802-234938_Sysctl GUI.png
    Screenshot_20220802-234938_Sysctl GUI.png
    121.7 KB · Views: 225
  • Screenshot_20220802-234945_Sysctl GUI.png
    Screenshot_20220802-234945_Sysctl GUI.png
    156.6 KB · Views: 213
  • Screenshot_20220802-235105_Sysctl GUI.png
    Screenshot_20220802-235105_Sysctl GUI.png
    198.3 KB · Views: 206
  • Screenshot_20220802-235151_Sysctl GUI.png
    Screenshot_20220802-235151_Sysctl GUI.png
    167.3 KB · Views: 189
  • Screenshot_20220802-235309_Sysctl GUI.png
    Screenshot_20220802-235309_Sysctl GUI.png
    66.7 KB · Views: 232
Last edited:

Lennoard

Recognized Developer
May 5, 2015
601
761
25
Teresina
hebfoptimizer.androidvip.com.br
Changelogs:
You can view full version comparison here
Code:
Current changelog: 1.0.6

[new] Added popup menu to on boot params
[new] Added configurable delay to apply on boot service
[changed] Completely disable startup service if the app is set not to apply anything on boot
[changed] Small UI changes
[changed] Updated translations
[changed] Updated dependencies and plugins

More changelogs on GitHub Releases Page
 
Last edited:

thisisarjun

Senior Member
Jan 17, 2015
478
173
Hello, tried the new version and
1. The ui design of the app is really good
2.adding a search function to search for the values will be good
3. Giving description for more values will be good
But, this app works reliably with no problem
Thank u:cowboy:
 
  • Like
Reactions: Lennoard

Lennoard

Recognized Developer
May 5, 2015
601
761
25
Teresina
hebfoptimizer.androidvip.com.br

Attachments

  • sysctlgui-v1.0.5.apk
    1.7 MB · Views: 50

Lennoard

Recognized Developer
May 5, 2015
601
761
25
Teresina
hebfoptimizer.androidvip.com.br
v1.0.6 released

You can view full version comparison here
Code:
[new] Added popup menu to on boot params
[new] Added configurable delay to apply on boot service
[changed] Completely disable startup service if the app is set not to apply anything on boot
[changed] Small UI changes
[changed] Updated translations
[changed] Updated dependencies and plugins

More changelogs on GitHub Releases Page

Download:
Note: Google Play release is taking longer (days) because of the 'rona. Please use XDA Labs instead.
Google Play | XDA Labs | GitHub
 
  • Like
Reactions: duttyend

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    v2.2.0 released


    You can view full version comparison here

    • Fixed browsing variables sometimes showing empty folders
    • Added themed launcher icon (Android 13+)
    • Fixed search parameters by @free-bots
    • Updated German translations by @free-bots


    Download:

    Google Play | GitHub
    1
    v2.2.1 released


    You can view full version comparison here

    • Fixed performance issues in browser variables option
    • Added Turkish locales by @mikropsoft


    Download:

    Google Play | GitHub
  • 13
    Code:
    *** Disclaimer
    I have no liability for any damages or side effects caused by this application.
    By choosing to use this application, you and only you will be responsible for what you do with it.

    TPKCbg6.png


    Introduction
    SysctlGUI is a GUI application to modify kernel parameters at runtime.
    This app's main purpose is to provide a graphical way to edit kernel parameters. These parameters are those listed under /proc/sys and they are edited using sysctl. Read more about sysctl here.
    Sysctl GUI is a work in progress, feel free to write your comments or contribute to its development
    Source code is available here.

    Features
    • Browse filesystem for specifc kernel parameters
    • Select parameters from a searchable list
    • Get information about known parameters directly from kernel documentation
    • Load parameters from a configuration file (json or conf)
    • Reapply parameters at startup

    Installation instructions
    Make sure you meet the requeriments:
    • Android 5.0+
    • Root access

    Download and install the .apk file or get the app in Google Play. See post #3 for downlod links.
    * Busybox is not required but I kind of do recommed it for better compatibility and ensurance.

    Thanks to/Credits
    Code:
    * @topjohnwu for libsu which is based on @Chainfire's libsuperuser

    XDA:DevDB Information
    SysctlGUI, App for all devices (see above for details)

    Contributors
    Lennoard
    Source Code: https://github.com/Lennoard/SysctlGUI


    Version Information
    Status:
    Stable
    Current Stable Version: 2.0.0
    Stable Release Date: 2022-08-02
    Current Beta Version: 0.3
    Beta Release Date: 2019-08-29

    Created 2019-08-25
    Last Updated 2022-08-02
    5
    3
    Changelogs:
    You can view full version comparison here
    Code:
    Current changelog: 1.0.6
    
    [new] Added popup menu to on boot params
    [new] Added configurable delay to apply on boot service
    [changed] Completely disable startup service if the app is set not to apply anything on boot
    [changed] Small UI changes
    [changed] Updated translations
    [changed] Updated dependencies and plugins

    More changelogs on GitHub Releases Page
    3
    Now on Google Play: link
    3
    v1.0.2 released

    v1.0.2 Changelog:
    • Fixed theme in night/light system variants
    • Added more parameters descriptions (net core, entropy)

    Download:
    Google Play | XDA Labs | GitHub