Merge "Add MSF Jarvis as new maintainer for Android One Tree was not being updated by previous maintainer since TWRP 2.8.6.0"
diff --git a/_devices/htc10.markdown b/_devices/htc10.markdown
new file mode 100644
index 0000000..7ec6d07
--- /dev/null
+++ b/_devices/htc10.markdown
@@ -0,0 +1,24 @@
+---
+layout: device
+title: "HTC 10"
+codename: pme
+downloadfolder: pme
+supportstatus: Current
+maintainer: CaptainThrowback
+oem: HTC
+ddof: "/dev/block/bootdevice/by-name/recovery"
+devicetree: "https://github.com/TeamWin/android_device_htc_pme"
+xdathread: "http://forum.xda-developers.com/htc-10/development/recovery-twrp-touch-recovery-t3358139"
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+{% include download.html %}
+
+{% include twrpinstall.html %}
+
+{% include fastbootinstall.html %}
+
+{% include ddinstall.html %}
diff --git a/_devices/lgg5h830.markdown b/_devices/lgg5h830.markdown
new file mode 100644
index 0000000..dbb812a
--- /dev/null
+++ b/_devices/lgg5h830.markdown
@@ -0,0 +1,28 @@
+---
+layout: device
+title: "LG G5 T-Mobile"
+codename: h830
+downloadfolder: h830
+supportstatus: Current
+maintainer: jcadduono
+oem: LG
+ddof: "/dev/block/platform/soc/624000.ufshc/by-name/recovery"
+devicetree: "https://github.com/TeamWin/android_device_lge_h830"
+xdathread: "http://forum.xda-developers.com/tmobile-lg-g5/development/recovery-team-win-recovery-project-lg-g5-t3349499"
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+<p class="text">Note: h830 requires a 3rd party unlock tool to flash.</p>
+
+{% include appinstall.html %}
+
+{% include download.html %}
+
+{% include twrpinstall.html %}
+
+{% include fastbootinstall.html %}
+
+{% include ddinstall.html %}
diff --git a/_devices/lgg5h850.markdown b/_devices/lgg5h850.markdown
new file mode 100644
index 0000000..ab8e6df
--- /dev/null
+++ b/_devices/lgg5h850.markdown
@@ -0,0 +1,28 @@
+---
+layout: device
+title: "LG G5 International"
+codename: h850
+downloadfolder: h850
+supportstatus: Current
+maintainer: jcadduono
+oem: LG
+ddof: "/dev/block/platform/soc/624000.ufshc/by-name/recovery"
+devicetree: "https://github.com/TeamWin/android_device_lge_h850"
+xdathread: "http://forum.xda-developers.com/lg-g5/development/recovery-team-win-recovery-project-lg-g5-t3363047"
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+{% include lgunlock.html %}
+
+{% include appinstall.html %}
+
+{% include download.html %}
+
+{% include twrpinstall.html %}
+
+{% include fastbootinstall.html %}
+
+{% include ddinstall.html %}
diff --git a/_includes/lgunlock.html b/_includes/lgunlock.html
new file mode 100644
index 0000000..6fecdfe
--- /dev/null
+++ b/_includes/lgunlock.html
@@ -0,0 +1,4 @@
+<div class='page-heading'>Notes About LG Devices:</div>
+<hr />
+<p class="text">Some LG devices have bootloaders that require additional steps to unlock before you are able to flash custom images. You will need to follow the steps on LG's website in order to unlock your device.</p>
+<p class="text">See: <a href="https://developer.lge.com/resource/mobile/RetrieveBootloader.dev?categoryTypeCode=ANRS">How to unlock your LG bootloader</a></p>