ZTE router management and automation toolkit for network configuration, monitoring, and firmware operations
- Batchfile 71.6%
- PowerShell 24.2%
- Python 4.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| bin | ||
| BFF_Loader.bat | ||
| Command_Line.bat | ||
| Drivers_and_Runtimes.txt | ||
| How_to_Enter_Modes.txt | ||
| Launch_CN.bat | ||
| Launch_EN.bat | ||
| Launch_VI.bat | ||
| Magisk29.0.apk | ||
| Open_Backup_Folder.bat | ||
| README.md | ||
| Support_and_Feedback.txt | ||
| Translate_Toolbox.ps1 | ||
| ZTE_Toolbox.bat | ||
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
- Clone or download this repository
- Run
ZTE_Toolbox.batas Administrator - Select your device model from the menu
- Choose desired operation
Or use language-specific launchers:
Launch_EN.bat- EnglishLaunch_VI.bat- VietnameseLaunch_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
- Firehose/EDL files: Sourced from official firmware
- AVB Exploits: Littlenine, anonymous1
- scrcpy: Genymobile/scrcpy
- Magisk: topjohnwu/Magisk
- Device configs: Community contributions (yhcres.top, gitee.com/mouzei/bff)
Support
- Feedback: Support_and_Feedback.txt
- Community: Check toolbox menu options C, E, F, G for links
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.