Magisk Modules Center
Open in Telegram
Essential Magisk/KSU/Brevent-LADB modules and useful apps in everyday life.
Show more708
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
●GOD SPEED MODE[AdFree].
🔄Changelog:
-Removed the conflictive modules deactivation at installation process.
●GOD SPEED MODE A.I.[AdFree].
🔄Reupdated:
-Removed the conflictive modules deactivation at installation process.
iUnlocker V2
New advanced module to unlock graphics in android games all at once, systemless with magisk.
Requirements:
Magisk v27.0 or KSU
Zygisk enabled if using magisk or ZygiskNext module if KSU
●GitHub
SQLite Optimizer v1.0 is available.
- VACUUM: This command is used to clean up the main database. What it does is to copy the contents of the database into a temporary file and then reload the original file from the copy. This process removes free pages, aligns table data to be contiguous, and generally cleans up the database file structure. It is useful for reducing the size of the database file and improving performance by eliminating data fragmentation.
- REINDEX: This command is used to delete and recreate indexes from scratch. It is particularly useful when the definition of a sort sequence has changed or when there are expression-based indexes involving a function whose definition has changed. Rebuilding indexes can improve query efficiency and ensure that the indexes correctly reflect the current data in the database.
IMPORTANT:
• This module is unstable, won't be supported by me and the project is totally discontinued.
• On some devices it can cause problems with the databases of certain apps, for example, on my device it blocks notifications from Telegram clients like Nekogram.
The objective of the module is to optimize the databases to achieve better performance within the apps (you can feel them more fluid).
●[REDone] Edition:
- Boost Your Performance & Privacy. This version simulates that you are using a Samsung A10.
🎯 Android TCP Optimization
• Adjusting the initcwnd and initrwnd parameters can have a significant improvement in TCP performance, resulting in faster web page downloads and faster connections between servers.
× By @ LeanHijosdesusMothers
⚉ GitHub
☬ @ ModulOStk
Repost from 📣 Android tweaker - Updates
# Android tweaker.
~ STATUS: [
STABLE]
~ VERSION: 2.1.5
~ DOWNLOAD | GitHub
~ DEV @c0d3h01
~ CHANNEL @androidtweaker
~ ChangeLogs:
- Implemented Auto ram boost.
- Implemented Auto cache cleaner service.
- Implemented Sqlite3 optimization (binary required).
- implemented Prop tweaks.
- Implemented CPU CoreClt.
- Implemented Thermal services.
- Improved File system.
- Reworked I/O tweaks.
- Reworked GPU variables.
- Removed Network tweaks(Non-Comp).
- Fixed preload permission.
- Fixed CPU (battery).
- Reworked File system.
- Implemented GMS doze.
- Fixed minor bugs.
- Worked on many changes.SQLite Optimizer
Magisk Module "SQLite Optimizer" is a module designed to optimize SQLite databases on your Android/device.
In the process, this module will run the SQL commands "VACUUM" and "REINDEX" on every SQLite database found on the device. The "VACUUM" command will clean up unused space in the database, while the "REINDEX" command will rebuild the index to improve performance and data accessibility.
This SQLite database optimization can help improve the performance of applications that use SQLite databases, reduce database size, and avoid storage space fragmentation. This can have a positive impact on application speed, power consumption, and device storage usage.
The "SQLite Optimizer" module can be installed via Magisk Manager, this module will automatically optimize the SQLite database.
