Ultra Optimization Reborn

Ultra Optimization Reborn

@TosikV02

· Safe to flash ·

589 Downloads
v4.10Version
0.14 MBSize
Root ModulesCategory

About this module

Advanced Android optimization Magisk module Dynamic switching of CPU governor, sensor disabling etc. and other low-level kernel optimizations on or off screen. Supports Android 10–16+, ARM 32/64-bit. How it works Right after boot, the module launches two components: · hibernation — a C++ background C++ daemon that checks how long it’s been since you last interacted with your screen, every N seconds or so, and does something about it when it’s reached. · Screen ON: enabled performance governor, sensors, mem_sleep. · Screen OFF: power-saving governor, disabled sensors, suspend as deep sleep (if supported). · service.sh This is the script that runs every boot (including on an SSD), and it generates the config if it doesn’t exist, makes a couple of system tweaks (like removing the .ubuntu-release_upgrades file that can cause problems later on a fresh install), adds users and shell configurations (like enabling GPM on X for mouse scrolling), and (on newer kernels) mutes the headphones for video playback. Key features · Smart CPU governor switching – automatic selection from ~40 governors. Screen on = performance (schedutil, interactive…) ; screen off = power saving (powersave, conservative…). Falls back to none if control unavailable. · Sensor hibernation – turns off camera & microphone when screen is off via service call sensor_privacy. Android 10–16+ compatible. Automatically disabled if service not found. · Deep suspend (Suspend-to-RAM). mem_sleep=deep will be set when screen is off. Kernel support required. · enhanced TCP: selected optimization methods and best algorithms together, bbr3 > bbr2 > bbr > cubic > westwood > reno. · Reduce logging – kernel debug messages, printk messages, ramdump generation, IO stats, Wi-Fi messages reduced. Many other debug options have been disabled via resetprop at boot time. In general, everything that can be disabled to remove system/kernel logs has been disabled. Disable of amount of logging has been focused on. · Other tweaks. Disable some un-needed system services (statsd, cnss_diag, etc), disable BLE scanning, disable packet capture hotword, disable screensaver, fixes for some issues with unity-based software (such as steam and Origin), disable kernel panic, disable CRC checking in mmc_core. Optionally disable GMS (is off by default). · Interaktive Menu zur Optimierung deines Smartphone! Drücken Sie L + Kürzen für Ultraoptimierung. Kommandos für den terminal: ultraopt. Außerdem kann das RAM von Hand gereinigt werden, DEX Optimierung und Apps, die entweder optimiert, gelöscht oder installiert werden. Installation Download the .zip module file. Open Magisk → Modules → + button → select the file. Wait for installation to complete. Reboot your device. Config is generated automatically on first boot. On reinstall/update, the old config is removed and recreated. Commands sh su -c ultraopt # open interactive menu su -c ultraopt -ram # clear RAM su -c ultraopt -clean # clear cache and temp files su -c ultraopt -dex # optimize apps (dex2oat) su -c ultraopt -bg # kill background apps su -c ultraopt -tcp # reapply TCP optimization su -c ultraopt -fstrim # triming system su -c ultraopt -h # help