RaidenTweaks

Magisk KSU APatch

Experiencing micro-stutters during heavy gaming or noticing unusual battery drain on your device? RaidenTweaks by raidenkkj offers a meticulous systemless solution. By modifying critical kernel parameters, adjusting memory values, and removing strict thermal scheduling limits, this universal optimization module unlocks your device's hidden capabilities safely across all primary root environments.

Performance Redefined

A low-overhead, script-based tuning utility executing at early initialization levels to balance hardware responsiveness with raw processing power.

Kernel Governor Tweaks

Adjusts schedutil and interactive governor settings. It decreases processing ramp-up latency when demanding applications request thread execution, completely mitigating frame drops in high-framerate environments.

Idle Sleep Enhancements

Forces the Android operating system to clear active wakelocks and transition cores quickly into structural deep-sleep states (C-states) when the display panel remains switched off, preventing background battery leakage.

LVM & RAM Optimization

Re-configures the kernel virtual memory system by adjusting dirty ratios, background page writebacks, and low-memory killer thresholds. This optimizes multitask caching layout and decreases file system overhead.

Display Touch Polling Fix

Injects specialized driver configuration property flags to force sustained rendering updates, stabilizing input digitization. Touch operations feel distinctly snappier and register with minimal baseline hardware delay.

Automated Optimization Vector Mechanics

The core architecture of RaidenTweaks relies on an expansive boot initialization framework. Instead of constantly monitoring tasks via a resource-intensive background service daemon, the module directly updates virtual subsystem configuration handles inside the Linux /sys/ and /proc/ interfaces once during system boot up sequence.

By updating core configuration vectors dynamically, RaidenTweaks operates seamlessly across a wide variety of different Qualcomm Snapdragon and MediaTek Dimensity system architectures without conflicting with low-level vendor storage parameters.

# Live system target optimization parameters applied via boot initialization script
echo "0" > /sys/module/cpu_boost/parameters/input_boost_ms
echo "1" > /sys/module/lowmemorykiller/parameters/enable_adaptive_lmk
echo "10" > /proc/sys/vm/dirty_background_ratio
echo "20" > /proc/sys/vm/dirty_ratio
setprop windowsmgr.max_events_per_sec 300
input_boost_ms
Maintains uniform CPU processing states during micro-scrolling operations instead of creating temporary frequency spikes that degrade battery health prematurely.
dirty_ratio
Decreases cached storage load boundaries, allowing background execution tasks to flush system memory buffers efficiently without locking system processes.
max_events_per_sec
Overrides standard window management touch handling refresh limitations to maximize digitizer input feedback pipelines immediately.

Frequently Asked Questions

RaidenTweaks is an advanced, systemless script-driven modification framework designed to adjust Android hardware configurations, disable redundant performance throttling, and optimize Linux kernel values dynamically for a snappier user experience.

No. RaidenTweaks functions entirely systemless using root bind-mounts and live property injections. If you disable or uninstall the module through your root manager and reboot, your device returns to its stock state immediately.

The module features balanced profiling algorithms. While performance modes maximize raw CPU and GPU execution during high-load scenarios like gaming, idle states are tailored with aggressive deep sleep configurations to reduce power consumption.

Yes, RaidenTweaks operates alongside both OEM stock kernels and custom kernel builds. It checks current kernel capability flags dynamically at boot time to apply compatible tuning parameters safely.

Module Info

  • Version v2.5.0
  • Module By
    raidenkkj
  • Contributors raidenkkj, module-testers, core-devs
  • Source Code View Repository
  • Tags
    #RaidenTweaks #Performance Boost #Battery Optimizer #Kernel Tuning #Magisk Module #KernelSU #APatch #Systemless Optimization
  • Requirement
    Magisk KernelSU APatch
  • Latest Update