After rebooting, the binaries will be available in the system's path. 1. Using ADB Locally Open or another Terminal emulator. Type su to grant root permissions. Type adb devices to verify the module is working. You can now use commands like adb shell , adb install , etc. 2. Using Fastboot Locally This allows you to flash files to your device without a PC. Open Terminal emulator. Type su . Type fastboot devices .
This guide is part of the Android Root & Development series. Always backup your data before flashing modules.
What do you plan to perform with ADB/Fastboot on your phone?
After rebooting, you can access the tools immediately through any terminal emulator.
Integrating ADB and Fastboot into Magisk as a module makes managing these tools from your device easier. Working with this setup allows you to:
: Magisk handles the installation cleanly without modifying your system partition.
Download a terminal app like Termux from a trusted source to run your commands.
Request root access by typing the following command and pressing enter: su Use code with caution.