Kprofiles Configuration Guide

Kprofiles Configuration Guide

ㅤ xevan

To configure kprofiles in Biofrost Kernel, follow these steps:

  1. Open FKM (Franco Kernel Manager).
  2. Click on the three lines (menu icon) in the app.
  3. Select "Kernel Settings" from the menu.
  4. Tap on "Custom Tunables."
  5. Choose "Add a New Tunable."
  6. Click on "Open File Manager."
  7. Navigate to the following path: /sys/kernel/kprofiles/kp_mode.

Alternatively, you can change the configuration manually using a terminal app (e.g., Termux, Terminal Emulator):

  1. Open any terminal app on your device.
  2. Type "su" to gain superuser (root) access.
  3. Enter the code: echo <number> > /sys/kernel/kprofiles/kp_mode. Replace "<number>" with the desired mode. For example, to set the mode to 1, use: echo 1 > /sys/kernel/kprofiles/kp_mode.
  4. Press Enter to execute the command.
  5. You're done.

Note: Remember to replace "<number>" with the desired mode you want to use. Here are the available profiles:

  • 0: Disabled profile, which defaults to maximum boosting (as it was before kprofiles).
  • 1 (default): Battery profile, optimized for battery backup with no boosts.
  • 2: Balanced profile, providing average boosts for a balance between performance and battery backup.
  • 3: Performance profile, offering maximum boosts for better performance and user experience.

Choose the profile that suits your preferences and enjoy.


Report Page