Skip to content

Red Magic WikiCommunity knowledge base for Red Magic / Nubia (ZTE) device modding.

Bootloader unlock · Root · EDL recovery · Kernel work · Reverse engineering — distilled from years of XDA community work.

⚠️ Disclaimer — read before you touch anything

You are responsible for your device

Everything documented here is at your own risk. Bootloader unlocking, rooting, flashing custom firmware, EDL operations, kernel modifications, and partition writes can — and sometimes do — result in:

  • Permanent loss of your manufacturer warranty. Once you flash anything unofficial, ZTE / Nubia / RedMagic considers the warranty void. Service centers can detect unlock state and may refuse repairs.
  • A hard-bricked, unrecoverable device. Some failure modes are not recoverable even with EDL.
  • Loss of all user data. Many procedures here wipe userdata; assume every step does.
  • Loss of features. Banking apps, Widevine L1, SafetyNet / Play Integrity, fingerprint, and some carrier services may stop working after unlock or root.
  • Permanent SoC-fuse changes. ZTE is actively rolling out updates that burn hardware fuses, locking devices forever. The information here may not stop you from being caught in that.

The contributors to this wiki, the original community members on XDA, and the maintainer of this repository are not liable for damage to your device, data, accounts, or anything else. Read every page in full before attempting the procedure. When in doubt, ask first — don't flash first.

How this wiki was assembled

This wiki was bootstrapped in May 2026 by scraping two XDA forum threads with a Claude Code agent — extracting per-post markdown, then synthesizing the high-signal content into topical pages. Last re-scraped June 2026: 153 pages, 3,040 posts.

Source threads:

The raw extracts live in data/ inside this repo. Every fact in the wiki is cited back to the post it came from in the form [#N pP] (post number, page number) so you can verify any claim in the originals.

Credits — the community did this work

This wiki is a synthesis, not original research. Every breakthrough documented here was someone else's late night. A non-exhaustive list of contributors whose work is captured (and an apology for everyone we missed — open a PR to add yourself):

ContributionWho
RM10 Pro thread OP, ROM/firmware curationSsmiles
Custom recovery (TWRP/OFRP) device treeReminon
Reverse engineering of abl_eng RSA verificationks75vl
ztecfg structure analysis, signature field mappinghoahenry
EDL / Linux / bkerler/edl integrationDarkestSpawn, GigaWrathWave
The complete locked-BL EDL root procedure (26 h debug)BD_Security
ZTE Family Toolbox (the tool itself, free)SYXZ (XDA) / 某贼 (Coolapk)
Free-unlock activism, fuse-warning broadcastsAdaUnlocked
RM11 Pro free-unlock thread, RM11 mega-guide curationAdaUnlocked, EliteBlackKaiser
Stock init_boot extraction via dd workflowHammadYasin
De-Googling-without-root walkthroughzcink
Toolbox version tracking, English translation workn00b-xda-disciple, Enddo, elrey120, jolly_roger_hook
RM9 Pro device tree (the base Reminon adapted)DarkestSpawn
Universal No-BL Root researchThe CN modding community
RM10 Pro fork of Redmagic-Control-Center; GPLv2-obligation advocacyMrKonic
ZTE NX789S kernel open-source releaseZTE Devices (opensource.ztedevices.com)
Reverse-engineered bootable RM11/RM10 kernel; GPLv2 escalationdev-reverse
Touchscreen driver fix on the RE'd kerneln00b-xda-disciple
efisp "mode" bootloader-state work; edl-ng EDL toolSnowFuhrer
gbl_root_canoe no-BL-root reference codebasesuperturtlee
WIP native-Linux (bkerler/edl) NX789J unlock writeupGrimish2280

Every author named above retains credit for their original posts. If you contributed and aren't listed, or if you'd rather not be named, open an issue or PR — see Contributing.

Why a wiki, not just the thread

XDA threads are precious but hard to navigate at 100+ pages. Forum software isn't built for "here's the canonical procedure for X" — it's built for chronological conversation. A wiki lets us:

  • Surface the current working procedure without forcing readers to scroll past 50 pages of outdated attempts.
  • Cross-link related topics (unlock ↔ EDL ↔ AVB ↔ kernel) in ways forum posts can't.
  • Accept community PRs so corrections land in one place instead of buried mid-thread.
  • Survive forum link rot.

The threads remain the authoritative primary source — anything here that disagrees with a current XDA post, trust XDA. Open a PR to correct the wiki.

How to contribute

This wiki is free and community-maintained. Found a mistake? Procedure changed? New device variant supported? See Contributing. PRs welcome — small fixes to whole new sections.

License

Content: CC BY-SA 4.0 — credit the wiki and original posters, share-alike. Tooling (the extractor script, build configs): MIT.

Released under the CC BY-SA 4.0 license.