Encore

Magisk KSU APatch

Finding the perfect balance between raw gaming power and all-day battery life has always been the holy grail of Android tweaking. Encore Tweaks by Rem01Gaming achieves exactly that. Driven by a highly optimized C++ daemon, this systemless module dynamically adjusts your device's core performance parameters on the fly. Whether you are pushing high frame rates in heavy games or scrolling through social media, Encore ensures your hardware is tuned perfectly. Complete with a beautiful VueJS-powered WebUI, it represents the next generation of device management for Magisk, KernelSU, and APatch.

Dynamic Intelligence

Experience unparalleled smoothness during intensive gaming sessions while intelligently scaling back power to save battery during everyday tasks.

C++ Daemon Engine

Migrating away from legacy shell scripts, Encore is powered by a robust C++ daemon. This allows for object-oriented abstractions, drastically reduced CPU overhead, and instant reaction times when detecting app launches.

Native VueJS WebUI

Configure your performance profiles visually. The module ships with a beautiful Single-Page Application (SPA) built on VueJS, offering a native app-like experience directly within your root manager.

Smart Battery Preservation

When you exit a game, the daemon instantly drops into a highly efficient idle state. It scales down frequencies and adjusts kernel parameters to ensure your device runs cool and sips battery throughout the day.

Crowdsourced Localization

Thanks to integration with Weblate and active contributors, the module and its WebUI are fully translated into multiple languages, making extreme performance tuning accessible to a global audience.

The Evolution of Encore Tweaks

Earlier iterations of performance modules heavily relied on constant shell loop checks (e.g., while true; do ... done) to detect foreground applications. This method was notoriously inefficient, often causing battery drain simply by checking if a game was running.

Starting from the massive 5.0 update, Encore Tweaks was rewritten from the ground up. The developer, Rem01Gaming, abandoned standard C/Shell paradigms in favor of a modern C++ Daemon.

# System Architecture Overview:
[Event] User launches "com.tencent.ig" (PUBG Mobile).
[Daemon] C++ listener detects window focus state change via low-level hooks.
[Execution] Governor switches to 'performance', thermal limits are dynamically shifted.
[Event] User switches to "com.whatsapp".
[Execution] Daemon instantly drops back to balanced/powersave profiles.

Coupled with the modular VueJS WebUI, users no longer have to parse complex text files to adjust thresholds. The UI communicates directly with the daemon's backend config files (now cleanly separated into a dedicated directory), ensuring that changes are applied in real-time.

Frequently Asked Questions

Encore Tweaks is a powerful systemless root module developed by Rem01Gaming. It is designed to dynamically balance your device's resources—maximizing gaming performance when you need it, and intelligently preserving battery life during everyday use.

Since version 5.0, Encore relies on a robust daemon completely rewritten in C++. This daemon continuously monitors system load and automatically scales CPU/GPU governors, thermal profiles, and memory management based on the active application.

Yes! Encore features a fully rebuilt, native-like WebUI powered by VueJS. You can configure profiles, monitor system states, and toggle features directly from your root manager without needing to type terminal commands.

The WebUI natively supports KernelSU, APatch, and KSUNext. For Magisk users (which currently lacks native WebUI integration), you can access the interface by installing third-party tools like MMRL, KsuWebUI, or WebUI-X.

No. Encore is specifically designed to safely push performance limits by optimizing how the device handles workload distribution. However, intensive gaming will naturally generate heat, so it is always recommended to use the module responsibly alongside proper hardware cooling.

Module Info

  • Version 5.1.1
  • Module By
    Rem01Gaming
  • Contributors Rem01Gaming, weblate, rsuntk, AronnaxM, mrcego
  • Source Code View Repository
  • Tags
    #Encore #Encore Tweaks #Rem01Gaming #Performance #Battery Optimizer #Gaming Mod #WebUI #Magisk Module #KernelSU #APatch
  • Requirement
    Magisk KernelSU APatch
  • Latest Update