Skip to content

It keeps the developer options setting that removes the 60 Hz frame rate limit in games enabled after every reboot.

Notifications You must be signed in to change notification settings

bcrtvkcs/EnableTheRemoveGameFPSLimitDevSettingAutomatically-Magisk-KSUModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enable The "Remove Game FPS Limit" Dev Setting Automatically Magisk & KSU Module

Overview

A Magisk / KernelSU module that automatically enables the "Remove Game FPS Limit" developer setting on every boot so you don't have to re-enable it manually each time.

⚠️ DISCLAIMER ⚠️

I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. Please do some research if you have any concerns about features included in this module before flashing it. YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you!

What Does It Do?

Android has a hidden developer option that removes the 60 Hz frame rate cap in games. However, this setting resets to disabled after every reboot. This module sets the system property debug.graphics.game_default_frame_rate.disabled to its enabled state automatically after each boot.

How It Works

  1. Waits for the device to fully boot.
  2. Reads the current value of debug.graphics.game_default_frame_rate.disabled to detect the device's property format.
  3. Sets the property to the correct enabled value for that format.
  4. Verifies the change and reports the result in the module description.

Property Format Compatibility

Different devices store this property in different formats:

Device Type Disabled Value Enabled Value
String format false true
Numeric format 0 1

The module auto-detects which format your device uses and sets the value accordingly. If the first attempt fails, it automatically falls back to the other format.

Installation

  1. Download the latest release.
  2. Flash it via Magisk, KernelSU, or KernelSU Next.
  3. Reboot the device.
  4. Verify that the setting is enabled (see below).
  5. You're all set!
  6. If you experience any issues, please let me know through the Issues panel.

Compatibility

  • Android 8.0+
  • KernelSU or KernelSU Next or Magisk

About

It keeps the developer options setting that removes the 60 Hz frame rate limit in games enabled after every reboot.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages