The fully automated installer handles ADB checks, debloating, rooting, and module installation — automatically.
A few minutes of prep makes the rest painless. Have these ready and you are good to go.
Start here — pick your device to get the exact steps.
Which device do you have?
👆 Select your device to see the exact steps.
This lets your computer talk to your player. You only do it once, and there's nothing to break. Do all three parts below on the player (DX340 / DX340Max / DX320MAX / DX270 / DX180) in Android mode, in order.
Settings › About phone › tap Build number 7 times
You'll see "You are now a developer!" when it works. Enter your PIN if asked.
Settings › System › Developer options › USB debugging: ON
"Developer options" only shows up after the first part. Tap OK on any warning — it's safe.
Plug in the USB-C cable › tap Allow on the pop-up
Tick "Always allow from this computer" first. No pop-up? Re-plug the cable or unlock the screen.
📸 Step by step — tap any image to enlarge
⬇ Download Anantar-Ultimate-Installer.zip
Extract the ZIP to any folder. Keep Wi-Fi connected during the install so the device can fetch what it needs.
Open the file that matches your computer:
Windows-Anantar-Ultimate-Installer.bat
🍎 macOS / Linux: MacOS-Anantar-Ultimate-Installer.command
macOS Tip: If it fails, open Terminal → type chmod +x → drag the .command file in → press Enter → try again.
Windows Tip: If the installer can't find ADB, download platform-tools, extract it, and place the platform-tools folder inside the installer folder. Then run the .bat again.
Follow the on-screen prompts. If Magisk asks for "Additional Setup", tap OK. Wait for the ANANTAR ULTIMATE logo in the terminal — the device then reboots automatically.
The .bat / .command file is just a launcher. It talks to your device over ADB (Android Debug Bridge) and drives the whole install for you. Here's the sequence, so nothing on screen surprises you:
adb isn't on your computer, it downloads Google's official platform-tools into the installer folder and uses that.adb remount. If someone earlier ran adb remount on this unit (a common cause of bootloops), the installer clears the leftover overlay, re-enables verity, and reboots the device to a clean read-only state before continuing.basic_debloat.sh on the device to trim non-essential background services.adb root, then auto-grants ADB superuser + notification permissions in Magisk and opens the Magisk app so the “Additional Setup” dialog appears — tap OK when it does.update.json from our server to find the latest version, then downloads the Anantar Ultimate Magisk module to the device.magisk --install-module and verifies the module directory actually exists. On a brand-new device Magisk can still be finishing its first-run setup, so it retries (up to 5 times) until the install sticks.Nothing is flashed or destructive here — your device is already rooted via Magisk, and the installer only adds the Magisk module on top. The whole thing is reversible from inside the Magisk app.
This lets your computer talk to your player. You only do it once, and there's nothing to break. Do all three parts below on the player (DX340 / DX340Max / DX320MAX / DX270 / DX180) in Android mode, in order.
Settings › About phone › tap Build number 7 times
You'll see "You are now a developer!" when it works. Enter your PIN if asked.
Settings › System › Developer options › USB debugging: ON
"Developer options" only shows up after the first part. Tap OK on any warning — it's safe.
Plug in the USB-C cable › tap Allow on the pop-up
Tick "Always allow from this computer" first. No pop-up? Re-plug the cable or unlock the screen.
📸 Step by step — tap any image to enlarge
⬇ Download Anantar-Ultimate-Installer.zip
Same download as every device — it already contains the DX320MAX installer. Extract the ZIP to any folder and keep Wi-Fi connected during the install.
Open the file that starts with DX320SERIES_ and matches your computer:
DX320SERIES_Windows-Anantar-Ultimate-Installer.bat
🍎 macOS / Linux: DX320SERIES_MacOS-Anantar-Ultimate-Installer.command
The terminal pauses and asks you to press ENTER at a couple of points — press it only after you've done the matching on-device tap in Step 4.
During the install the terminal will say “LOOK AT YOUR DEVICE SCREEN.” There are just two taps, in order:
That's it — no other taps. When the Anantar Ultimate screen appears on the device, it reboots automatically and Infinity Player opens. You're done. 🎉
The DX320 series uses a flash-based method — its bootloader must be unlocked already. The installer needs administrator rights on Windows (right-click the .bat → Run as administrator), because it installs a USB driver and flashes the boot partition. Here's the sequence:
2.03) and downloads the matching pre-patched boot image from our server — one patched image per firmware version.basic_debloat.sh script on the device.fastboot flash boot), then reboots back to Android — the device is now rooted.update.json and the Anantar Ultimate module on your PC (reliable DNS), pushes the ZIP to the device, and runs magisk --install-module.The only thing written to the device is the boot partition (the pre-patched image) and the Magisk module — nothing else is touched. To undo: reflash the original boot image, or remove the module from the Magisk app.
Once installed, future versions update straight from the device. No computer needed — everything happens inside Infinity Player.
Launch Infinity Player and open Settings.
Scroll to Anantar Ultimate Update. It checks for the latest version and shows what's new.
Tap Update, let it download and install, then reboot when prompted — done.



Everything below is optional. Expand only what you need — your install already sounds great without it.
Switching your microSD from exFAT to EXT4 is one of the most impactful changes you can make for audio quality.
Why it helps: EXT4 is handled natively by the Linux kernel, removing the exFAT FUSE/software translation layer. That lowers CPU overhead and electrical noise — expect roughly a 10–15% SQ improvement: a larger soundstage, better 3D positioning, and more micro-detail. Anantar Ultimate provides full native EXT4 support in MangoOS.
Format via ADB:
Limitations & how to revert:
Uninstall completely:
💡 If sending the device to iBasso for service, factory reset after unrooting.
A-B test (disable / enable):
adb reboot recovery.adb sideload DX340_full_ota_x.xx.zip.⚠️ Windows 11 has issues with fastboot — use QFIL or ADB sideload instead.
Don't panic. Every scenario has a documented path back — from a stuck boot to a full reflash.
The DX340 uses a Qualcomm SoC, so you can flash the entire firmware via QFIL (Qualcomm Flash Image Loader).
What you need:
Steps to flash (high-level):