Merge "LG G4 H815 new: maintainer + thread main fixes: making decryption work and fixing time issues my device tree: https://github.com/steadfasterX/android_device_lge_h815/tree/android-6.0"
diff --git a/_devices/samsunggalaxynote4qualcomm.markdown b/_devices/samsunggalaxynote4qualcomm.markdown
index 710616c..f1c9c76 100644
--- a/_devices/samsunggalaxynote4qualcomm.markdown
+++ b/_devices/samsunggalaxynote4qualcomm.markdown
@@ -88,6 +88,17 @@
</li>
{% endfor %}
</ul>
+<p class="text">International Duos:</p>
+<ul>
+{% for mirror in site.data.mirrors %}
+ <li>
+ <a href="{{ mirror.baseurl }}trlteduoszh">
+ {{ mirror.description }}
+ </a>
+ </li>
+{% endfor %}
+</ul>
+
{% include twrpinstall.html %}
diff --git a/_devices/samsunggalaxynote7china.markdown b/_devices/samsunggalaxynote7china.markdown
new file mode 100644
index 0000000..46569b6
--- /dev/null
+++ b/_devices/samsunggalaxynote7china.markdown
@@ -0,0 +1,28 @@
+---
+layout: device
+title: "Samsung Galaxy Note 7 (China Qualcomm)"
+codename: graceqltechn
+oem: Samsung
+downloadfolder: graceqltechn
+supportstatus: Current
+maintainer: jcadduono
+ddof: "/dev/block/bootdevice/by-name/recovery"
+devicetree: "https://github.com/TeamWin/android_device_samsung_graceqltechn"
+xdathread: "http://forum.xda-developers.com/note-7/development/recovery-official-twrp-galaxy-note-7-t3458413"
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+{% include dmverity.html %}
+
+{% include appinstall.html %}
+
+{% include download.html %}
+
+{% include twrpinstall.html %}
+
+{% include odininstall.html %}
+
+{% include ddinstall.html %}
diff --git a/_devices/samsunggalaxys7china.markdown b/_devices/samsunggalaxys7china.markdown
new file mode 100644
index 0000000..fc004b2
--- /dev/null
+++ b/_devices/samsunggalaxys7china.markdown
@@ -0,0 +1,28 @@
+---
+layout: device
+title: "Samsung Galaxy S7 (China Qualcomm)"
+codename: heroqltechn
+oem: Samsung
+downloadfolder: heroqltechn
+supportstatus: Current
+maintainer: jcadduono
+ddof: "/dev/block/bootdevice/by-name/recovery"
+devicetree: "https://github.com/TeamWin/android_device_samsung_heroqltechn"
+xdathread: "http://forum.xda-developers.com/galaxy-s7/development/recovery-official-twrp-galaxy-s7-t3458579"
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+{% include dmverity.html %}
+
+{% include appinstall.html %}
+
+{% include download.html %}
+
+{% include twrpinstall.html %}
+
+{% include odininstall.html %}
+
+{% include ddinstall.html %}
diff --git a/_devices/samsunggalaxys7edgechina.markdown b/_devices/samsunggalaxys7edgechina.markdown
new file mode 100644
index 0000000..97acdca
--- /dev/null
+++ b/_devices/samsunggalaxys7edgechina.markdown
@@ -0,0 +1,28 @@
+---
+layout: device
+title: "Samsung Galaxy S7 edge (China Qualcomm)"
+codename: hero2qltechn
+oem: Samsung
+downloadfolder: hero2qltechn
+supportstatus: Current
+maintainer: jcadduono
+ddof: "/dev/block/bootdevice/by-name/recovery"
+devicetree: "https://github.com/TeamWin/android_device_samsung_hero2qltechn"
+xdathread: "http://forum.xda-developers.com/s7-edge/development/recovery-official-twrp-galaxy-s7-edge-t3458589"
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+{% include dmverity.html %}
+
+{% include appinstall.html %}
+
+{% include download.html %}
+
+{% include twrpinstall.html %}
+
+{% include odininstall.html %}
+
+{% include ddinstall.html %}
diff --git a/_includes/appinstall.html b/_includes/appinstall.html
index 568a9ee..bdaf53d 100644
--- a/_includes/appinstall.html
+++ b/_includes/appinstall.html
@@ -5,7 +5,7 @@
<p class="text">Download the TWRP Manager app:</p>
<ul class="text">
<li><a href="http://play.google.com/store/apps/details?id=com.jmz.soft.twrpmanager">Play Store</a></li>
- <li><a href="http://jmz.so/1n6IJDL">No Play Store? Find a direct download link at the bottom of this page.</a></li>
+ <li><a href="http://download.jmzsoftware.com/TWRPManager.apk">No Play Store? Find a direct download link at the bottom of this page.</a></li>
</ul>
<p class="text">Install the app and open it. Tap on Install TWRP. Select your device from the device list ({{ page.codename }}) and then tap on Install Recovery. The file will download and be installed automatically.</p>
-</html>
\ No newline at end of file
+</html>