https://github.com/Magisk-Modules-Alt-Repo/disable-low-ram
Magisk module to disable Low-Ram flag on Android Go devices
https://github.com/Magisk-Modules-Alt-Repo/disable-low-ram
android-go low-ram magisk magisk-module module
Last synced: 4 months ago
JSON representation
Magisk module to disable Low-Ram flag on Android Go devices
- Host: GitHub
- URL: https://github.com/Magisk-Modules-Alt-Repo/disable-low-ram
- Owner: Magisk-Modules-Alt-Repo
- License: gpl-3.0
- Created: 2024-05-26T18:08:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-21T14:25:41.000Z (7 months ago)
- Last Synced: 2025-06-21T15:28:36.961Z (7 months ago)
- Topics: android-go, low-ram, magisk, magisk-module, module
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-root - Disable Low Ram Flag - Disable Low‑RAM flag on Android Go devices. `FOSS` `[M]` (🔧 System Modifications / Root Hiding and Play Integrity)
README
# Disable Low Ram Flag
[](https://github.com/Magisk-Modules-Alt-Repo/disable-low-ram) [](https://github.com/Magisk-Modules-Alt-Repo/disable-low-ram/releases) [](https://github.com/Magisk-Modules-Alt-Repo/disable-low-ram?tab=readme-ov-file#requirements) [](https://github.com/Magisk-Modules-Alt-Repo/disable-low-ram/releases/latest) [](https://github.com/Magisk-Modules-Alt-Repo/disable-low-ram/blob/main/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](https://android.stackexchange.com/a/228854).
## 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.
3. Click **Install from storage** button and select this module's .zip file.
4. Wait for the installation process to complete and click **Reboot**.
## Credits
- [Magisk](https://github.com/topjohnwu/Magisk)
- [MMT-Extended](https://github.com/Zackptg5/MMT-Extended)
## License
This module is licensed under the GNU General Public License v3.0. See the [LICENSE](https://github.com/Magisk-Modules-Alt-Repo/disable-low-ram/blob/main/LICENSE) file for more details.