blob: e5e21bff185c62c52b67609924a2a3beb7c026a4 [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
Captain Throwback2296a412019-09-13 12:58:34 -04005downloadfolder: "Oreo firmware (legacy system setup)|nx609j|Pie firmware (system-as-root setup)|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 Throwback2296a412019-09-13 12:58:34 -040018{% include appinstall.html %}
19
Captain Throwbacka5f52f62019-09-11 12:18:39 -040020<div class='page-heading' id='download'>Download Links:</div>
21<hr />
22<p class="text">For Oreo firmware - legacy system setup:</p>
23<ul>
24{% for mirror in site.data.mirrors %}
25 <li>
26 <a href="{{ mirror.baseurl }}nx609j">
27 {{ mirror.description }}
28 </a>
29 </li>
30{% endfor %}
31</ul>
32<p class="text">For Pie firmware - system-as-root (SAR) setup:</p>
33<ul>
34{% for mirror in site.data.mirrors %}
35 <li>
36 <a href="{{ mirror.baseurl }}nx609j_SAR">
37 {{ mirror.description }}
38 </a>
39 </li>
40{% endfor %}
41</ul>
youyim12355742122018-06-26 21:58:42 +080042
43{% include twrpinstall.html %}
44
Captain Throwbacka5f52f62019-09-11 12:18:39 -040045{% capture fastboot %}fastboot{% if page.fastbootvendor %} -i 0x{{ page.fastbootvendor }}{% endif %}{% endcapture %}
46<html>
47<div class='page-heading' id='fastboot-install'>Fastboot Install Method (No Root Required):</div>
48<a id='fastboot'></a>
49<hr />
50<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>
51<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>
52<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>
53<p class="code">adb reboot bootloader</p>
54<p class="text">You should now be in fastboot mode.</p>
55<p class="text">Your device needs to be unlocked before it can flash custom images. To unlock your device type:</p>
Captain Throwback91c86602019-09-12 19:59:44 -040056<p class="code">{{ fastboot }} oem nubia\_unlock NUBIA\_NX609J</p>
Captain Throwbacka5f52f62019-09-11 12:18:39 -040057<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>
58<p class="code">{{ fastboot }} flash recovery twrp.img</p>
59<p class="text">Choose the "Reboot to recovery" option in bootloader to enter TWRP.</p>
60<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>
61<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>
62</html>
youyim12355742122018-06-26 21:58:42 +080063
Captain Throwbacka5f52f62019-09-11 12:18:39 -040064{% include ddinstall.html %}