Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.
/ disable-low-ram Public archive

Magisk module to disable Low-Ram flag on Android Go devices

License

Notifications You must be signed in to change notification settings

sekedus/disable-low-ram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disable Low Ram Flag

GitHub Release GitHub Release Date Minimum Magisk Version GitHub Downloads (all assets, all releases) GitHub License

This magisk module disable ro.config.low_ram flag on Android Go devices.

Low-Ram flag is typically enabled on smartphones with less than 2 GB of RAM to reduce memory and space usage, more.

What it does

This module uses the magisk tool "resetprop" to modify Low-Ram property found in vendor/build.prop to:

ro.config.low_ram=false

Requirements

  • Magisk v20.4 or higher

Installation

  1. Open the Magisk App and select the Modules menu.
  2. Click Install from storage button and select this module's .zip file.
  3. Wait for the installation process to complete and click Reboot.

Credits

License

This module is licensed under the GNU General Public License v3.0. See the LICENSE file for more details.