blob: aaa5f4fb7e0413385814b0b9a4c6776278b9465f [file] [log] [blame]
youyim12355742122018-06-26 21:58:42 +08001---
2layout: device
Captain Throwbacka5f52f62019-09-11 12:18:39 -04003title: "Nubia ZTE 红魔电竞游戏手机 (Red Magic)"
4codename: nx609j
5downloadfolder: "nx609j, nx609j_SAR"
youyim12355742122018-06-26 21:58:42 +08006supportstatus: Current
Captain Throwbackef65c932019-09-04 14:25:07 -04007maintainer: youyim, Captain_Throwback
youyim12355742122018-06-26 21:58:42 +08008oem: Nubia
Captain Throwbacka5f52f62019-09-11 12:18:39 -04009ddof: "/dev/block/bootdevice/by-name/recovery"
youyim12355742122018-06-26 21:58:42 +080010devicetree: https://github.com/TeamWin/android_device_nubia_nx609j
Captain Throwbacka5f52f62019-09-11 12:18:39 -040011xdathread: "https://forum.xda-developers.com/red-magic/development/nx609j-twrp-stock-rominternational-t3964626"
youyim12355742122018-06-26 21:58:42 +080012---
13
14{% include disclaimer.html %}
15
16{% include supportstatus.html %}
17
Captain Throwbacka5f52f62019-09-11 12:18:39 -040018<html>
19<div class='page-heading' id='app-install'>App Install Method (Requires Root):</div>
20<a id='app'></a>
21<hr />
22<p class="text">Download the Official TWRP App (root required):</p>
23<ul class="text">
24 <li><a href="https://play.google.com/store/apps/details?id=me.twrp.twrpapp">Play Store (recommended)</a></li>
25 <li><a href="https://dl.twrp.me/twrpapp/">No Play Store?&nbsp;Download the latest version here.</a></li>
26</ul>
27<p class="text">Install the app and open it.&nbsp;Agree to the Terms.&nbsp;Select TWRP Flash. Select your device from the device list (nx609j or nx609j_SAR) and choose a version. The file will download to your Downloads folder. Browse to and select the file. Tap on Flash to Recovery. Find out <a href="https://twrp.me/app/">more about the app here.</a></p>
28</html>
29
30<div class='page-heading' id='download'>Download Links:</div>
31<hr />
32<p class="text">For Oreo firmware - legacy system setup:</p>
33<ul>
34{% for mirror in site.data.mirrors %}
35 <li>
36 <a href="{{ mirror.baseurl }}nx609j">
37 {{ mirror.description }}
38 </a>
39 </li>
40{% endfor %}
41</ul>
42<p class="text">For Pie firmware - system-as-root (SAR) setup:</p>
43<ul>
44{% for mirror in site.data.mirrors %}
45 <li>
46 <a href="{{ mirror.baseurl }}nx609j_SAR">
47 {{ mirror.description }}
48 </a>
49 </li>
50{% endfor %}
51</ul>
youyim12355742122018-06-26 21:58:42 +080052
53{% include twrpinstall.html %}
54
Captain Throwbacka5f52f62019-09-11 12:18:39 -040055{% capture fastboot %}fastboot{% if page.fastbootvendor %} -i 0x{{ page.fastbootvendor }}{% endif %}{% endcapture %}
56<html>
57<div class='page-heading' id='fastboot-install'>Fastboot Install Method (No Root Required):</div>
58<a id='fastboot'></a>
59<hr />
60<p class="text"><a href="http://developer.android.com/sdk/index.html#linux-bundle-size">You will need the platform-tools from the Android SDK on your computer.</a> Find the Android command line tools section on the page linked and install the SDK tools package. From the SDK Manager, download only the platform-tools to get adb and fastboot binaries.</p>
61<p class="text">Windows users will need proper drivers installed on their computer. You can try the <a href="https://forum.xda-developers.com/android/software-hacking/live-iso-adb-fastboot-driver-issues-t3526755" target=_blank>simple FWUL adb/fastboot ISO</a> or the <a href="http://www.xda-developers.com/universal-naked-driver-solves-your-adb-driver-problems-on-windows/">Naked ADB drivers</a> or the <a href="https://adb.clockworkmod.com/">Universal ADB drivers</a> if you don't already have a working driver installed</p>
62<p class="text">On your device, go into Settings -> About and find the Build Number and tap on it 7 times to enable developer settings. Press back and go into Developer Options and enable OEM unlocking and USB debugging. From your computer, open a command prompt and type:</p>
63<p class="code">adb reboot bootloader</p>
64<p class="text">You should now be in fastboot mode.</p>
65<p class="text">Your device needs to be unlocked before it can flash custom images. To unlock your device type:</p>
66<p class="code">{{ fastboot }} oem nubia_unlock NUBIA_NX609J</p>
67<p class="text">Download the correct image file and copy the file into the same folder as your adb and fastboot binaries. Rename the image to twrp.img and type:</p>
68<p class="code">{{ fastboot }} flash recovery twrp.img</p>
69<p class="text">Choose the "Reboot to recovery" option in bootloader to enter TWRP.</p>
70<p class="text">NOTE: Many devices will replace your custom recovery automatically during first boot. To prevent this, boot to TWRP and swipe to "Allow System Modifications". TWRP will then patch the stock ROM to prevent the stock ROM from replacing TWRP. If you don't follow this step, you will have to repeat the install.</p>
71<p class="text"><strong>WARNING</strong>: Choosing to "Allow System Modifications" in TWRP may result in a non-booting device if dm-verity is enabled. Disable dm-verity before (or immediately after) choosing this option using a dm-verity disable zip or a root zip like Magisk.</p>
72</html>
youyim12355742122018-06-26 21:58:42 +080073
Captain Throwbacka5f52f62019-09-11 12:18:39 -040074{% include ddinstall.html %}