Merge "LYF: Fix capitalization of OEM"
diff --git a/_asus/asuszenfonemaxm2.markdown b/_asus/asuszenfonemaxm2.markdown
new file mode 100644
index 0000000..1cd90c6
--- /dev/null
+++ b/_asus/asuszenfonemaxm2.markdown
@@ -0,0 +1,28 @@
+---
+layout: device
+title: "ASUS ZenFone Max M2"
+codename: X01AD
+oem: Asus
+downloadfolder: X01AD
+supportstatus: Current
+maintainer: rohanpls
+ddof: "/dev/block/bootdevice/by-name/recovery"
+devicetree: https://github.com/rohanpls/twrp_asus_X01AD
+xdathread: "https://forum.xda-developers.com/max-m2/development/recovery-twrp-3-3-0-x-t3926913"
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+{% include dmverity.html %}
+
+{% include appinstall.html %}
+
+{% include download.html %}
+
+{% include twrpinstall.html %}
+
+{% include fastbootinstall.html %}
+
+{% include ddinstall.html %}
diff --git a/_config.yml b/_config.yml
index 69122a8..48d6eec 100644
--- a/_config.yml
+++ b/_config.yml
@@ -182,6 +182,9 @@
   vanzo:
     output: true
 
+  vestel:
+    output: true
+
   wileyfox:
     output: true
 
diff --git a/_google/androidonefifthgengm8.markdown b/_google/androidonefifthgengm8.markdown
new file mode 100644
index 0000000..e63a664
--- /dev/null
+++ b/_google/androidonefifthgengm8.markdown
@@ -0,0 +1,26 @@
+---
+layout: device
+title:  "Android One Fifth Generation (GM 8)"
+codename: gm8_sprout
+downloadfolder: gm8_sprout
+supportstatus: Current
+maintainer: Yigit Emre Yanik (yey59)
+oem: Google
+devicetree: https://github.com/TeamWin/android_device_google_gm8_sprout
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+{% include appinstall.html %}
+
+{% include download.html %}
+
+
+<div class='page-heading'>Installation:</div>
+IMPORTANT : Only works with "9.0 April sec. patch!"
+
+Install on your active slot
+
+Sample : fastboot flash boot_(activeslot) twrp.img
diff --git a/_htc/htcu12+.markdown b/_htc/htcu12+.markdown
index 2995d9b..5dbef93 100644
--- a/_htc/htcu12+.markdown
+++ b/_htc/htcu12+.markdown
@@ -21,6 +21,7 @@
 Release 3.2.3-4 supports HTC´s firmware 1.53.xxx.y with security patch state of 1st December 2018. Starting with 3.2.3-4 booting TWRP won´t mount system RW, therefore no longer impacting OTA functionality by solely booting TWRP.
 Release 3.2.3-5 supports HTC´s firmware 1.57.xxx.y with security patch state of 1st January 2019.
 Release 3.3.0-0 supports HTC´s firmware 1.62.xxx.y with security patch state of 1st February 2019.
+Release 3.3.0-1 supports HTC´s firmware 1.68.xxx.y with security patch state of 1st April 2019.
 
 {% include download.html %}
 
@@ -31,7 +32,7 @@
 If you do not already have TWRP installed:
 Download both the img and the zip. Make sure you download the img, that matches your current firmware´s security patch date before booting it! As of HTC´s Software Update 1.30.xxx.y the security patch state changed to 1st September 2018.
 As of HTC´s Software Update 1.53.xxx.y the security patch state changed to 1st December 2018. As of HTC´s Software Update 1.57.xxx.y the security patch state changed to 1st January 2019.
-As of HTC´s Software Update 1.62.xxx.y the security patch state changed to 1st February 2019.
+As of HTC´s Software Update 1.62.xxx.y the security patch state changed to 1st February 2019. As of HTC´s Software Update 1.68.xxx.y the security patch state changed to 1st April 2019.
 To confirm which version to boot, take a look at the XDA thread! All the needed information is usually available there. You will need to have fastboot binaries and the correct drivers installed. Power off your device completely. Hold power button until device vibrates, when vibration kicks in let go of the power button and hit immediately volume down button. Your device should now be in the bootloader. Boot now to download mode. Connect the device to your PC. Open a command window and run the following command from the proper location:
 
 fastboot boot path/to/twrp.img
@@ -40,4 +41,7 @@
 
 adb push path/to/twrp.zip /
 
-Go to install and browse to the zip and install the zip. The zip will install TWRP to both boot slots. Please note: If you were previously rooted and want to keep your device rooted or want to root, you now have to flash the root.zip.
+Go to install, browse to the zip and install the zip. The zip will install TWRP to both boot slots. Please note: If you were previously rooted and want to keep your device rooted or want to root, you now have to flash the root.zip.
+
+As of TWRP 3.3.0-0 TWRP can also be flashed permanently via the "Install Recovery Ramdisk" option inside a temporarily booted TWRP, which can be choosen when selecting an .img file!
+Please note: If you were previously rooted and want to keep your device rooted or want to root, you now have to flash the root.zip.
diff --git a/_oem/vestel.markdown b/_oem/vestel.markdown
new file mode 100644
index 0000000..32dc7c4
--- /dev/null
+++ b/_oem/vestel.markdown
@@ -0,0 +1,4 @@
+---
+layout: device
+oem: Vestel
+---
diff --git a/_posts/2019-05-22-twrp-3.3.1-0-released.markdown b/_posts/2019-05-22-twrp-3.3.1-0-released.markdown
new file mode 100644
index 0000000..0bd54c4
--- /dev/null
+++ b/_posts/2019-05-22-twrp-3.3.1-0-released.markdown
@@ -0,0 +1,23 @@
+---
+layout: post
+title:  "TWRP 3.3.1-0 Released"
+date:   2019-05-22 09:39:42
+categories: site update
+version: 3.3.1-0
+---
+
+TWRP {{ page.version }} is out now for most currently supported devices.
+
+What's new in {{ page.version }}:
+
+	* Fix selinux issues during formatting - dianlujitao
+	* Various fixes for toybox and toolbox builds - CaptainThrowback and bigbiff
+	* Flash both A and B partitions when installing a recovery ramdisk - Dees_Troy
+	* Add option to uninstall TWRP app from /system - Dees_Troy
+	* Create digest for subpartitions - bigbiff
+
+Want to get notifications when we release new versions of TWRP? [Install the TWRP app and select your device!](https://twrp.me/app)
+
+We need your help! The bulk of TWRP work is done by a handful of people on a volunteer basis. We have pushed most of our device files to [our github](http://github.com/TeamWin/) and we have [a gerrit instance](http://gerrit.twrp.me). If you have the ability, please help us maintain our official devices and/or add your device to our official device list. Thanks in advance!
+
+Head over to the [devices page](http://twrp.me/Devices) to find install instructions and download links.
diff --git a/_samsung/samsunggalaxynote4qualcomm.markdown b/_samsung/samsunggalaxynote4qualcomm.markdown
index 37c4cf5..3c03dda 100644
--- a/_samsung/samsunggalaxynote4qualcomm.markdown
+++ b/_samsung/samsunggalaxynote4qualcomm.markdown
@@ -8,7 +8,7 @@
 oem: Samsung
 ddof: "/dev/block/platform/msm_sdcc.1/by-name/recovery"
 devicetree: "https://github.com/TeamWin/android_device_samsung_trlte"
-xdathread: "http://forum.xda-developers.com/note-4/orig-development/tool-utility-twrp-2-8-1-x-teamwin-t2956011"
+xdathread: "https://forum.xda-developers.com/note-4/snapdragon-dev/recovery-twrp-3-3-1-0-t3933427"
 ---
 
 {% include disclaimer.html %}
diff --git a/_vestel/vestelvenusv4.markdown b/_vestel/vestelvenusv4.markdown
new file mode 100644
index 0000000..2b53a70
--- /dev/null
+++ b/_vestel/vestelvenusv4.markdown
@@ -0,0 +1,27 @@
+---
+layout: device
+title: "Vestel Venus V4"
+codename: orka
+oem: Vestel
+downloadfolder: orka
+supportstatus: Current
+maintainer: barishirece
+ddof: "/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/recovery"
+devicetree: https://github.com/TeamWin/android_device_vestel_orka
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+{% include dmverity.html %}
+
+{% include appinstall.html %}
+
+{% include download.html %}
+
+{% include twrpinstall.html %}
+
+{% include fastbootinstall.html %}
+
+{% include ddinstall.html %}
diff --git a/oem/vestel.html b/oem/vestel.html
new file mode 100644
index 0000000..b83b189
--- /dev/null
+++ b/oem/vestel.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: Vestel
+permalink: /Devices/Vestel/
+exclude: true
+---
+
+<div class="home">
+
+  <hr />
+  <ul class="post-list" id="post-list">
+    {% for post in site.vestel %}
+      <p>
+	<strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+      </p>
+    {% endfor %}
+  </ul>
+</div>