asus_sm84xx: add devices
Change-Id: I1377e2d4793e0cedec32d6d586566352f61b9ee2
diff --git a/_asus/rogphone6.markdown b/_asus/rogphone6.markdown
new file mode 100644
index 0000000..79017c0
--- /dev/null
+++ b/_asus/rogphone6.markdown
@@ -0,0 +1,68 @@
+---
+layout: device
+title: "ASUS ROG Phone 6/6 Pro (Qualcomm ONLY)"
+codename: AI2201
+oem: ASUS
+downloadfolder: AI2201
+supportstatus: Current
+maintainer: Captain_Throwback
+commontree: https://github.com/TeamWin/android_device_asus_sm84xx-common
+devicetree: https://github.com/TeamWin/android_device_asus_AI2201
+zuliptopic: https://twrp.zulipchat.com/#narrow/stream/290973-support-device/topic/ASUS.20ROG.20Phone.206
+---
+
+
+{% include disclaimer.html %}
+
+
+{% include supportstatus.html %}
+
+
+{% include dynamicpartitions.html %}
+
+
+<html>
+<div class='page-heading'>Known Issues:</div>
+<hr />
+ <li>
+ <p class="text">No vibration/haptics</p>
+ <p class="text">No battery percentage</p>
+ <p class="text">No USB-OTG support</p>
+ </li>
+</html>
+
+
+{% include download.html %}
+
+
+{% include twrpinstall.html %}
+<b>NOTE:</b> By default, only the current slot will be flashed. Checking the "Flash to both slots" box will flash to both the active and inactive slots.
+
+
+<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="https://developer.android.com/studio/releases/platform-tools">You will need the platform-tools from the Android SDK on your computer.</a> Download the platform-tools as per your operating system.</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="https://forum.xda-developers.com/google-nexus-5/development/adb-fb-apx-driver-universal-naked-t2513339">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, use <a href="https://rog.asus.com/us/phones/rog-phone-3-model/helpdesk_download">the official ASUS app</a>.</p>
+<p class="text">Download the correct image file and copy the file into the same folder as your platform-tools. Rename the image to twrp.img and type:</p>
+<p class="code">fastboot flash recovery\_a twrp.img</p>
+<p class="code">fastboot flash recovery\_b twrp.img</p>
+<p class="code">fastboot reboot</p>
+</html>
+
+
+<html>
+<div class='page-heading'>dd Install Method (Requires Root):</div>
+<a id='dd'></a>
+<hr />
+<p class="text">Download the latest image file (.img) from the download link above. Place it in the root of your /sdcard folder and rename it to twrp.img. Run the following commands via adb shell or a terminal emulator app:</p>
+<p class="code">su</p>
+<p class="code">dd if=/sdcard/twrp.img of=/dev/block/by-name/recovery\_a</p>
+<p class="code">dd if=/sdcard/twrp.img of=/dev/block/by-name/recovery\_b</p>
+</html>
+
diff --git a/_asus/zenfone9.markdown b/_asus/zenfone9.markdown
new file mode 100644
index 0000000..67ee13a
--- /dev/null
+++ b/_asus/zenfone9.markdown
@@ -0,0 +1,68 @@
+---
+layout: device
+title: "ASUS ZenFone 9"
+codename: AI2202
+oem: ASUS
+downloadfolder: AI2202
+supportstatus: Current
+maintainer: Captain_Throwback
+commontree: https://github.com/TeamWin/android_device_asus_sm84xx-common
+devicetree: https://github.com/TeamWin/android_device_asus_AI2202
+zuliptopic: https://twrp.zulipchat.com/#narrow/stream/290973-support-device/topic/ASUS.20ZenFone.209
+---
+
+
+{% include disclaimer.html %}
+
+
+{% include supportstatus.html %}
+
+
+{% include dynamicpartitions.html %}
+
+
+<html>
+<div class='page-heading'>Known Issues:</div>
+<hr />
+ <li>
+ <p class="text">No vibration/haptics</p>
+ <p class="text">No battery percentage</p>
+ <p class="text">No USB-OTG support</p>
+ </li>
+</html>
+
+
+{% include download.html %}
+
+
+{% include twrpinstall.html %}
+<b>NOTE:</b> By default, only the current slot will be flashed. Checking the "Flash to both slots" box will flash to both the active and inactive slots.
+
+
+<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="https://developer.android.com/studio/releases/platform-tools">You will need the platform-tools from the Android SDK on your computer.</a> Download the platform-tools as per your operating system.</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="https://forum.xda-developers.com/google-nexus-5/development/adb-fb-apx-driver-universal-naked-t2513339">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, use <a href="https://rog.asus.com/us/phones/rog-phone-3-model/helpdesk_download">the official ASUS app</a>.</p>
+<p class="text">Download the correct image file and copy the file into the same folder as your platform-tools. Rename the image to twrp.img and type:</p>
+<p class="code">fastboot flash recovery_a twrp.img</p>
+<p class="code">fastboot flash recovery_b twrp.img</p>
+<p class="code">fastboot reboot</p>
+</html>
+
+
+<html>
+<div class='page-heading'>dd Install Method (Requires Root):</div>
+<a id='dd'></a>
+<hr />
+<p class="text">Download the latest image file (.img) from the download link above. Place it in the root of your /sdcard folder and rename it to twrp.img. Run the following commands via adb shell or a terminal emulator app:</p>
+<p class="code">su</p>
+<p class="code">dd if=/sdcard/twrp.img of=/dev/block/by-name/recovery_a</p>
+<p class="code">dd if=/sdcard/twrp.img of=/dev/block/by-name/recovery_b</p>
+</html>
+