Advertisement
usukage

Nubia Red Magic 3 / 3S Flashing TWRP & Granting Root Access

Jul 9th, 2019 (edited)
1,191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.83 KB | None | 0 0
  1. Detailed guide to Nubia Red Magic 3 / 3S Flashing TWRP & Granting Root Access (Magisk Systemless) Android 9
  2. using Windows 10 computers
  3. UPDATED: Dec. 13, 2020
  4.  
  5. original thread by Secretcow
  6. https://forum.xda-developers.com/red-magic-3/how-to/guide-flashing-twrp-granting-root-t3936148
  7. https://forum.xda-developers.com/red-magic-3/how-to/guide-unlocking-red-magic-3s-bootloader-t3935630
  8.  
  9. Requirements:
  10. - Nubia Red Magic 3 / 3S Chinese (CN) ROM
  11. - Windows computer. NOTE: Done this using Windows 10, so I'm not exactly sure if latest ADB works the same on Windows 7.
  12. - Nubia Red Magic 3 / 3S' battery charge should be at 50% above at least.
  13. - You need a USB cable to connect your phone to PC. (Users reported better luck with USB 2.0 port vs usb 3.0.)
  14.  
  15. NOTE: Done this using Windows 10, so I'm not sure exactly what goes with Windows 7.
  16. =============================================================================
  17. Download latest the ADB (Android Debug Bridge) from Android Developers site.
  18. =============================================================================
  19. 1.) Go to https://developer.android.com/studio/releases/platform-tools
  20. 2.) Click Download SDK Platform-Tools for Windows.
  21. 3.) Click the checkbox beside 'I have read and agree with the above terms and conditions'
  22. and click DOWNLOAD ANDROID SDK PLATFORM-TOOLS FOR WINDOWS
  23. 4.) Create a folder in C:\ Drive and name it ADB. Extract platform-tools_rxx.x.x-windows.zip inside ADB folder.
  24. NOTE: platform-tools_rxx.x.x-windows.zip varies per website latest update
  25. 5.) Download TWRP from
  26. https://forum.xda-developers.com/red-magic-3/development/recovery-unofficial-twrp-nubia-red-t3962482
  27. or
  28. https://androidfilehost.com/?fid=1899786940962571494
  29.  
  30. Click Yes on 'Do you want to this app to allow changes to your device.
  31. 6.) On your Windows desktop, press the Window logo button on your keyboard, type 'cmd'. Right-click on Command Prompt and click Run as administrator.
  32. 7.) On command prompt, type 'cd c:\ADB' and press Enter. *type without quotes *DO NOT CLOSE Command prompt!
  33.  
  34. =================================
  35. Preparing Nubia Red Magic 3 / 3S
  36. =================================
  37. 8.) Enable the Developer Options
  38. Go to your Settings -> About phone tap on the Build Number 7 Times until you see a message “Developer options enabled“
  39. *You can find "Developer options" from Settings > Other system settings menu.
  40. 9.) Turn on OEM Unlocking and USB debugging.
  41. 10.) Connect your Nubia Red Magic 3 to your Windows 10 computer using USB Cable to a USB 2.0 port.
  42.  
  43. 11.) Go to https://github.com/topjohnwu/Magisk/releases
  44. Download Magisk. NOT Magisk MANAGER
  45.  
  46. Current version as of Dec. 13, 2020
  47. Stable Magisk Version: v21.1
  48.  
  49. 12.) Get your Nubia Red Magic 3. Swipe down from top, tap on 'Charging this device via USB'. Tap Transmit files
  50. 13.) Click on 紅魔3 (or any similar chinese character) and click Browse by path. Copy the Magisk zip you get from Step 11 and paste it there.
  51.  
  52. 14.) Go back to your command prompt (from step 7) type adb devices
  53. This will show List of devices attached <your phone's serial number> device
  54. =============================
  55. Unlocking bootloader
  56. =============================
  57. 15.) Type 'adb reboot bootloader' and press Enter. *type without quotes
  58. 16.) Type 'fastboot devices' and press Enter. This is to confirm the phone is detected by your computer.
  59. 17.) You'll see DEVICE STATE - locked. Unlock it with by typing in the command prompt
  60. 'fastboot oem nubia_unlock NUBIA_NX629J'
  61.  
  62. It will show something like
  63. (bootloader) START update nubia fastboot unlock flag!!!
  64. (bootloader) set state to 1 ok!!!
  65. OKAY [ 0.009s]
  66. Finished. Total time: 0.010s
  67.  
  68. *After executing this step, you'll see DEVICE STATE is unlocked. FASTBOOT UNLOCK COUNT became 1.
  69.  
  70. 18.) Type 'fastboot flashing unlock' and press Enter.
  71. NOTE: If command prompt displays
  72. FAILED (remote: ' Device already : unlocked!')
  73. fastboot: error: Command failed
  74. **THIS IS OK. It means you already done the unlocking before. Only 1 execution of this and no need to repeat again
  75. =============================
  76. Flashing TWRP
  77. =============================
  78. 19.) Type fastboot flash recovery twrp-3.3.1-3-NX629J-mauronofrio.img and press enter
  79. It will show something like
  80.  
  81. Sending 'recovery' (98304 KB) OKAY [ 2.306s]
  82. Writing 'recovery' OKAY [ 0.639s]
  83. Finished. Total time: 2.961s
  84.  
  85. 20.) Get your phone. You can unplug it from the USB cable. Boot to the newly flashed TWRP recovery. Press Volume down, make sure the blue area above says 'Reboot to recovery mode' press power button to confirm.
  86.  
  87. * After reboot, 'The boot loader is unlocked..' warning will show - THIS IS NORMAL
  88. afterwards, if you are following the steps well,
  89. 'teamwin recovery project' logo should show. Wait for it to finish loading.
  90.  
  91. After this, TWRP will ask for your Password. (Mount Decrypt Data)
  92. toggle ABC key to change the keypad to numbers. key in your PIN and then tap the blue checkmark button.
  93. =============================================================
  94. Unmodified System Partion will show - ONE TIME QUESTION ONLY
  95. Keep System Read only? Question and an explanation
  96. just "Swipe to Allow Modifications"
  97. =============================================================
  98.  
  99. =============================
  100. Installing Magisk
  101. =============================
  102. 21.) Tap 'Install'. Search for Magisk-v2x.x.zip. Tap Magisk-v20.3.zip and 'swipe to confirm flash'.
  103. 22.) After finished, tap 'Reboot System'.
  104. 23.) Go to https://github.com/topjohnwu/Magisk/releases/
  105. Download the latest Magisk Manager. MagiskManager-v7.5.1.apk (as of Jan. 23, 2020)
  106. Install it on your Nubia Red Magic 3.
  107. After installed open Magisk Manager to confirm the version and manager installed.
  108. =============================
  109. Installing GApps
  110. =============================
  111. 24.) For the meantime, download open_gapps-arm64-9.0-pico-20200117.zip (Jan. 17, 2020)
  112. https://sourceforge.net/projects/opengapps/files/arm64/20200117/open_gapps-arm64-9.0-pico-20200117.zip/download
  113. *Thanks to Jay Bag'z for finding out the latest GApps have issues with NRM3 v2.45 update.
  114.  
  115. 25.) Same as step 13, this time copy and paste open_gapps-arm64-9.0-pico-2019xxxx.zip there. 'xxxx; here depends on the date of gapps version.
  116. 26.) Go back to command prompt and type 'adb reboot bootloader' and press Enter.
  117. 27.) Press Volume down, make sure the blue area above says 'Reboot to recovery mode' press power button to confirm.
  118. It will boot to TWRP asking for your Password. (Mount Decrypt Data). Type your PIN that you set on your phone
  119. 28.) Tap 'Install'. Search for open_apps-arm64-9.0-pico-2019xxxx.zip. Tap it and 'swipe to confirm flash'.
  120. 29.) After finished, tap 'Wipe Cache/Dalvik'. Swipe to Wipe.
  121. 30.) Tap 'Reboot System'.
  122.  
  123. Afterwards it will show the bootloader warning and will boot into Android.
  124. Congrats your NRM3 is now granted with root access and GApps is installed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement