The USB Mass Storage module by Enginex0 is a root-level utility that forces Android devices to mount as traditional USB mass storage drives rather than using the default Media Transfer Protocol (MTP). This allows direct block-level access to the device's storage from a computer.
What is USB Mass Storage?
USB Mass Storage (UMS) is a standard protocol that allows a computer to treat an Android device exactly like a typical USB flash drive. Back before Android shifted entirely to MTP, phones used UMS natively. While MTP treats your data like database entries—causing those notoriously slow transfer speeds and random lockups—UMS grants raw, direct block-level access to the file system.
My Experience
I've been running this on my daily driver to bypass the annoyingly slow MTP transfer speeds when moving massive ROM backups to my PC. Under the hood, it modifies the kernel's USB gadget configuration to expose a block device directly, meaning my computer recognizes the phone instantly like a standard flash drive without those random mid-transfer drops.
Core Features
- Direct block access gives your PC the ability to read the phone's storage natively, entirely avoiding the usual MTP file-handling limitations.
- Data recovery becomes much easier because Windows or macOS disk utilities can actually scan the mounted partition for deleted files.
- Fixes random disconnects that constantly happen when copying thousands of tiny cache files or large app backups via a standard cable connection.
- Terminal configuration options are built into the module for users who want to manually specify which storage blocks get exposed to the host machine.
Support & Requirements
- Android Version: Android 8.0 and above.
- Root Requirement: Magisk or KernelSU.
How to Install
- Download the latest USB Mass Storage
.ziprelease directly from the GitHub repository. - Open your Magisk or KernelSU manager app and navigate to the Modules section.
- Tap "Install from storage," select the downloaded file, and hit reboot once the flashing process completes.