Merge "add gts6, gts6lwifi, d1q, d2q"
diff --git a/_asus/asuszenfone62019.markdown b/_asus/asuszenfone62019.markdown
index 0f3a59c..9a3163f 100644
--- a/_asus/asuszenfone62019.markdown
+++ b/_asus/asuszenfone62019.markdown
@@ -23,9 +23,9 @@
 <div class="page-heading">Installation</div>
 Please unlock your bootloader according to instructions documented <a href="https://www.xda-developers.com/asus-zenfone-6-bootloader-unlock-tool-kernel-source-code/">here</a>
 
-Next download twrp-3.3.1-1-I01WD.img and do
+Next download twrp-3.3.1-x-I01WD.img and do
 <pre>
-fastboot boot twrp-3.3.1-1-I01WD.img
+fastboot boot twrp-3.3.1-x-I01WD.img
 </pre>
 
-This will allow you to install the permanent version. Download twrp-I01WD-installer-3.3.1-1.zip and install it normally through the Install button in TWRP.
+This will allow you to install the permanent version. Download twrp-I01WD-installer-3.3.1-x.zip and install it normally through the Install button in TWRP.
diff --git a/_motorola/motorolamotog7power.markdown b/_motorola/motorolamotog7power.markdown
new file mode 100644
index 0000000..b244fb7
--- /dev/null
+++ b/_motorola/motorolamotog7power.markdown
@@ -0,0 +1,36 @@
+---
+layout: device
+title:  "Motorola Moto G7 Power"
+codename: ocean
+downloadfolder: ocean
+devicetree: https://github.com/TeamWin/android_device_motorola_ocean
+supportstatus: Current
+maintainer: SyberHexen
+oem: Motorola
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+NOTE-1: Monthly security updates may (or may not) break decryption of /data in TWRP.
+NOTE-2: Decryption of /data works only when installing TWRP permanently!
+
+{% include download.html %}
+
+<div class='page-heading'>Installation:</div>
+NOTE: Your bootloader MUST be UNLOCKED before booting or installing TWRP
+If you already have TWRP installed:
+Download the latest zip and install the zip using TWRP, or if you have Magisk installed, flash directly in Magisk Manager as a module.
+
+If you do not already have TWRP installed:
+Download both the img and the zip. Copy the zip to your device. You will need to have the latest fastboot binaries and the correct drivers installed. Power off your device completely. Hold volume down and turn on the device. Your device should now be in the bootloader menu. 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
+
+This will temporarily boot TWRP on your device. Use ADB or MTP to push the zip onto your device:
+
+adb push path/to/twrp.zip /sdcard
+
+Go to install and browse to the zip and install the zip. The zip will install TWRP on boot partition of both slots.
+
+If you accidently flash TWRP to your device using fastboot instead of temporarily booting the image, you will need to download the latest firmware for your device and reflash the boot image.
diff --git a/_samsung/samsunggalaxytrend.markdown b/_samsung/samsunggalaxytrend.markdown
index 7361fcc..d4da824 100644
--- a/_samsung/samsunggalaxytrend.markdown
+++ b/_samsung/samsunggalaxytrend.markdown
@@ -7,7 +7,7 @@
 maintainer: Grace5921
 oem: Samsung
 ddof: "/dev/block/mmcblk0p6"
-devicetree: "https://github.com/TeamWin/device_samsung_kyleve"
+devicetree: "https://github.com/TeamWin/android_device_samsung_kyleve"
 ---
 
 {% include disclaimer.html %}