Android Resource Flow logo

Android Resource Flow

By@VOID_ADB
Open Source
Downloads
281
Version
v2.0.0
Size
0.05 MB
Updated
23 Aug 2026

Module Overview

🚀 Android Resource Flow v2

An AxManager/ADB module featuring 60 capability-first functions that optimize Android device resources (CPU, RAM, jobs, alarms, wakelocks, battery, network, I/O, GPU, animations, connectivity, and system services) without compromising notifications, Google services, or system stability.

🔥 What's inside the 60 functions?

The module features 38 optimization functions and 22 detection functions.

  • Optimization Functions: Target areas such as memory, background processes, battery, Doze, network, storage, GPU, animations, synchronization, and system services.
  • Detection Functions: Analyze resources like LMKD, ZRAM, CPU Governor, Hardware Composer, temperature, DNS, DEX, debugging, refresh rate, and the overall system state.

This allows the module to identify what the device actually supports before attempting any changes.

🛡️ Capability-First Approach

Every function checks the Android version, manufacturer (OEM), available commands, and current values BEFORE applying any changes.

When necessary, it uses multiple fallback methods and confirms whether the change was actually applied:

  • [✓] Successfully applied
  • [—] Not supported
  • [! ] Failed to apply

🔄 Safe Rollback

All original values are logged and automatically restored upon uninstallation.

📱 Compatibility

  • Android 5+ (SDK 21+) for animations/GPU.
  • Android 9+ (SDK 28+) for most functions.

Works via ADB/Shizuku, without root, and without a resident daemon.

🚫 What the Module NEVER Modifies

  • Notifications
  • Google Services
  • DPI
  • Resolution
  • Refresh Rate
  • Game Files

"It's not just executing commands. It's detecting, adapting, applying, and verifying."
— Android Resource Flow v2.0.0 — VOID

Rate this Module

Share your experience with the community.

* You will be prompted to login via Google in one click to verify your rating.

VOID_ADB

VOID_ADB

Official Developer

VOID • ADB Developer Criando ferramentas para transformar a experiência no Android. ⚡

More from VOID_ADB

Comments (10)

EnriqueBrach
@EnriqueBrach

Great module, brother, keep it up!🤞🏻❤️🫂

VOID_ADB
@VOID_ADB

Thank you so much, bro! I’m always trying to do my best for the ADB community. ❤️‍🩹

H
@Haruko

You are very nice dev

VOID_ADB
@VOID_ADB

🙂🌹

H
@Haruko

Is it the updated version of system ui flow

VOID_ADB
@VOID_ADB

No, it’s not an updated version of SystemUI Flow. They are separate modules with different purposes. SystemUI Flow is specifically focused on SystemUI, while this one has a different focus and works in another area of the system. 😸👍

H
@Haruko

Is it same as system ui flow

VOID_ADB
@VOID_ADB

No, they are two different modules. Android Resource Flow works with Android’s resources in a more general way, while SystemUI Flow is focused specifically on SystemUI and the overall smoothness of the interface. So, even though some functions may seem similar, their purpose is different. Resource Flow covers a broader part of the system, while SystemUI Flow is more focused on the interface and its responsiveness.

H
@Haruko

Can u also make an fast boot module, basically when we restart our device it doesn't take that much time. For rooted devices, those module just disable the boot animations for fast boot. Can u make something like that for no root

VOID_ADB
@VOID_ADB

Well, I can definitely try to make something like that. It’s an interesting idea, especially for non-root devices, since most existing fast-boot solutions rely on root access. I’ll see what can realistically be done through ADB/Shizuku and Android’s available APIs to reduce boot time without modifying critical system files. Thanks for the idea!