ZTE router management and automation toolkit for network configuration, monitoring, and firmware operations
  • Batchfile 71.6%
  • PowerShell 24.2%
  • Python 4.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-10 14:54:48 +07:00
bin Fix device selection: restore missing ztetoolbox.bat and patch csv parser in framework.bat 2026-06-10 14:54:48 +07:00
BFF_Loader.bat Initial commit 2026-06-09 15:32:06 +07:00
Command_Line.bat Initial commit 2026-06-09 15:32:06 +07:00
Drivers_and_Runtimes.txt Initial commit 2026-06-09 15:32:06 +07:00
How_to_Enter_Modes.txt Initial commit 2026-06-09 15:32:06 +07:00
Launch_CN.bat Initial commit 2026-06-09 15:32:06 +07:00
Launch_EN.bat Initial commit 2026-06-09 15:32:06 +07:00
Launch_VI.bat Initial commit 2026-06-09 15:32:06 +07:00
Magisk29.0.apk Initial commit 2026-06-09 15:32:06 +07:00
Open_Backup_Folder.bat Initial commit 2026-06-09 15:32:06 +07:00
README.md Add README.md 2026-06-09 15:37:34 +07:00
Support_and_Feedback.txt Initial commit 2026-06-09 15:32:06 +07:00
Translate_Toolbox.ps1 Fix device selection: restore missing ztetoolbox.bat and patch csv parser in framework.bat 2026-06-10 14:54:48 +07:00
ZTE_Toolbox.bat Initial commit 2026-06-09 15:32:06 +07:00

ZTE Multi-Device Toolbox

A comprehensive Windows batch toolkit for ZTE/Nubia/RedMagic devices. Provides bootloader unlocking, rooting, EDL flashing, partition management, and more.

Features

Bootloader & Security

  • Unlock Bootloader - Unlock bootloader on supported devices
  • Lock Bootloader - Re-lock bootloader
  • Clean EFISP - Clean EFISP partition
  • Clean FRP - Remove FRP lock
  • 8E5 Customized BL - Custom bootloader operations for 8E5 devices

Root & Recovery

  • Root (Magisk) - Install Magisk root via boot image patching
  • Root via Recovery - Root using custom recovery
  • Flash Recovery - Flash custom recovery images (TWRP, etc.)

EDL Mode (9008) Operations

  • EDL Flash Full - Full firmware flash via EDL mode
  • EDL Send Firehose - Send firehose programmer
  • Read/Write Partitions - Backup and restore individual partitions

Device Management

  • Device Selection - Auto-detect and configure for 50+ ZTE/Nubia/RedMagic models
  • Slot Management - Switch A/B partition slots
  • QCN Backup/Restore - Backup and restore QCN (calibration) data
  • Backup All Partitions - Complete partition backup

Utilities

  • scrcpy Integration - Screen mirroring and control via ADB
  • Fastboot/EDL/Recovery/FTM Mode Entry - Multiple methods to enter each mode
  • Theme Support - Customizable UI themes
  • Multi-language - English, Vietnamese, Chinese

Supported Devices

Includes configuration for 50+ models:

  • Nubia: NX737J, NX741J, NX809J, NX606J, NX616J, NX729J, NX659J, NX679J, NP01J, NP02J, NP03J, NP05J
  • RedMagic: NX669J, NX679S, NX709S, P725A12, P768A02, P845A02, P855A01, P855A23, P865A02, P870A01, P875A02, PQ83A01
  • ZTE: Ailsa II, TP1803, and more

See bin/conf/dev.csv for complete list.

Requirements

  • Windows 10/11 (x64)
  • Administrator privileges (auto-requested)
  • Qualcomm EDL Drivers - Download
  • Visual C++ Runtimes - Download
  • USB Debugging enabled on device
  • OEM Unlocking enabled in Developer Options

Installation

  1. Clone or download this repository
  2. Run ZTE_Toolbox.bat as Administrator
  3. Select your device model from the menu
  4. Choose desired operation

Or use language-specific launchers:

  • Launch_EN.bat - English
  • Launch_VI.bat - Vietnamese
  • Launch_CN.bat - Chinese

Usage

ZTE_Toolbox.bat

Main menu options:

Key Function
0 Unlock Bootloader
000 Lock Bootloader
1 Root (Magisk)
111 Root via Recovery
2 EDL Flash Full Firmware
3 Flash Recovery
4 Backup All Partitions
12 Write Partition
13 Read Partition
14 scrcpy (Screen Mirror)
16 Switch Slot (A/B)
17 QCN Backup/Restore
18 8E5 Customized BL
19 Clean EFISP
20 Clean FRP
A Open Backup Folder
B Change Device
D Change Theme

Entering Special Modes

See How_to_Enter_Modes.txt for detailed instructions:

  • EDL Mode (9008): Vol+ + Vol- + USB, or adb reboot edl
  • Fastboot: Power + Vol-, or adb reboot bootloader
  • FastbootD: adb reboot fastboot
  • Recovery: Power + Vol+, or adb reboot recovery
  • FTM Mode: Power + Vol- (varies by model)

Project Structure

├── ZTE_Toolbox.bat       # Main entry point
├── Launch_*.bat          # Language launchers
├── bin/
│   ├── conf/             # Device & user configs
│   ├── lang/             # Language files (en/vi/zh)
│   ├── res/              # Device-specific resources (firehose, unlock files)
│   ├── tool/
│   │   ├── Win/          # Windows binaries (adb, fastboot, edl tools, etc.)
│   │   ├── Android/      # Android binaries (magiskboot, busybox, etc.)
│   │   └── Other/        # Exploits, qualcomm config, etc.
│   └── *.bat             # Core framework modules

Credits & Resources

Support

Disclaimer

Use at your own risk. Unlocking bootloader and flashing firmware may:

  • Void warranty
  • Brick device if done incorrectly
  • Trigger anti-rollback protection
  • Cause data loss

Always backup important data before proceeding. Ensure you have the correct firmware for your exact model and region.