Merge "Xiaomi Mi Mix 2: add xda thread"
diff --git a/_config.yml b/_config.yml
index 5ee3dc6..2924447 100644
--- a/_config.yml
+++ b/_config.yml
@@ -104,6 +104,9 @@
   mattel:
     output: true
 
+  meizu:
+    output: true
+
   micromax:
     output: true
 
@@ -134,6 +137,9 @@
   pantech:
     output: true
 
+  planet:
+    output: true
+
   quanta:
     output: true
 
@@ -152,6 +158,9 @@
   twrp:
     output: true
 
+  vanzo:
+    output: true
+
   wileyfox:
     output: true
 
diff --git a/_huawei/huaweip20pro.markdown b/_huawei/huaweip20pro.markdown
new file mode 100644
index 0000000..ddcfc6d
--- /dev/null
+++ b/_huawei/huaweip20pro.markdown
@@ -0,0 +1,39 @@
+---
+layout: device
+title:  "Huawei P20 Pro"
+codename: charlotte
+downloadfolder: charlotte
+supportstatus: Current
+maintainer: Zanooda
+oem: Huawei
+devicetree: https://github.com/TeamWin/android_device_huawei_charlotte
+xdathread: https://forum.xda-developers.com/huawei-p20-pro/development/recovery-twrp-3-2-1-0-touch-recovery-t3779336
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+Note: Data cannot be decrypted in TWRP at this time. MTP also does not work, but you can still use adb to push and pull files.
+
+{% include appinstall.html %}
+
+{% include download.html %}
+
+{% include twrpinstall.html %}
+
+<div class='page-heading' id='fastboot-install'>Fastboot Install Method (No Root Required):</div>
+<a id='fastboot'></a>
+<hr />
+<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>
+<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>
+<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 USB debugging. From your computer, open a command prompt and type:</p>
+<p class="code">adb reboot bootloader</p>
+<p class="text">You should now be in fastboot mode.</p>
+
+<p class="text">Your device needs to be unlocked before it can flash custom images. To unlock your device type:</p>
+<p class="code">fastboot oem unlock</p>
+
+<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>
+<p class="code">fastboot flash recovery_ramdisk twrp.img</p>
+<p class="code">fastboot reboot</p>
+<p class="text">Note many devices will replace your custom recovery automatically during first boot. To prevent this, use <a href="http://www.google.com">Google</a> to find the proper key combo to enter recovery. After typing <span class="code">fastboot reboot</span>, hold the key combo and boot to TWRP. Once TWRP is booted, TWRP will 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>
diff --git a/_meizu/m1721.markdown b/_meizu/m1721.markdown
index 12d6fa4..b46b1e0 100644
--- a/_meizu/m1721.markdown
+++ b/_meizu/m1721.markdown
@@ -10,7 +10,11 @@
 ---
 
 {% include disclaimer.html %}
+
 {% include supportstatus.html %}
+
 {% include appinstall.html %}
+
 {% include download.html %}
+
 {% include twrpinstall.html %}
diff --git a/_oem/meizu.markdown b/_oem/meizu.markdown
new file mode 100644
index 0000000..a821db4
--- /dev/null
+++ b/_oem/meizu.markdown
@@ -0,0 +1,4 @@
+---
+layout: device
+oem: Meizu
+---
diff --git a/_oem/planet.markdown b/_oem/planet.markdown
new file mode 100644
index 0000000..c24056e
--- /dev/null
+++ b/_oem/planet.markdown
@@ -0,0 +1,4 @@
+---
+layout: device
+oem: Planet
+---
diff --git a/_oem/vanzo.markdown b/_oem/vanzo.markdown
new file mode 100644
index 0000000..f583b8e
--- /dev/null
+++ b/_oem/vanzo.markdown
@@ -0,0 +1,4 @@
+---
+layout: device
+oem: Vanzo
+---
diff --git a/_vanzo/vanzoa315.markdown b/_vanzo/vanzoa315.markdown
new file mode 100644
index 0000000..0dfa6b7
--- /dev/null
+++ b/_vanzo/vanzoa315.markdown
@@ -0,0 +1,26 @@
+---
+layout: device
+title:  "Vanzo A315"
+codename: a315
+downloadfolder: a315
+supportstatus: Current
+maintainer: deadman96385
+oem: Vanzo
+devicetree: https://github.com/TeamWin/android_device_vanzo_a315
+ddof: "/dev/block/bootdevice/by-name/boot"
+xdathread: "https://forum.xda-developers.com/android/general/recovery-twm-amazing-x3s-zte-blade-a315-t3744802"
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+{% include appinstall.html %}
+
+{% include download.html %}
+
+{% include twrpinstall.html %}
+
+{% include mtkinstall.html %}
+
+{% include ddinstall.html %}
\ No newline at end of file
diff --git a/_xiaomi/xiaomimimax2.markdown b/_xiaomi/xiaomimimax2.markdown
new file mode 100644
index 0000000..895be0f
--- /dev/null
+++ b/_xiaomi/xiaomimimax2.markdown
@@ -0,0 +1,29 @@
+---
+layout: device
+title:  "Xiaomi Mi Max 2"
+codename: oxygen
+downloadfolder: oxygen
+supportstatus: Current
+maintainer: MacTavishAO
+devicetree: https://github.com/TeamWin/android_device_xiaomi_oxygen.git
+oem: Xiaomi
+ddof: "/dev/block/bootdevice/by-name/recovery"
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+{% include dmverity.html %}
+
+{% include xiaomiunlock.html %}
+
+{% include appinstall.html %}
+
+{% include download.html %}
+
+{% include twrpinstall.html %}
+
+{% include fastbootinstall.html %}
+
+{% include ddinstall.html %}
diff --git a/oem/meizu.html b/oem/meizu.html
new file mode 100644
index 0000000..b476fb6
--- /dev/null
+++ b/oem/meizu.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: Meizu
+permalink: /Devices/Meizu/
+exclude: true
+---
+
+<div class="home">
+
+  <hr />
+  <ul class="post-list" id="post-list">
+    {% for post in site.meizu %}
+      <p>
+	<strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+      </p>
+    {% endfor %}
+  </ul>
+</div>
diff --git a/oem/planet.html b/oem/planet.html
new file mode 100644
index 0000000..0f5ade2
--- /dev/null
+++ b/oem/planet.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: Planet
+permalink: /Devices/Planet/
+exclude: true
+---
+
+<div class="home">
+
+  <hr />
+  <ul class="post-list" id="post-list">
+    {% for post in site.planet %}
+      <p>
+	<strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+      </p>
+    {% endfor %}
+  </ul>
+</div>
diff --git a/oem/vanzo.html b/oem/vanzo.html
new file mode 100644
index 0000000..c2f9298
--- /dev/null
+++ b/oem/vanzo.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: Vanzo
+permalink: /Devices/Vanzo/
+exclude: true
+---
+
+<div class="home">
+
+  <hr />
+  <ul class="post-list" id="post-list">
+    {% for post in site.vanzo %}
+      <p>
+	<strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+      </p>
+    {% endfor %}
+  </ul>
+</div>