Combine the Samsung Galaxy S3 & S3 LTE with one markdown, both are Exynos4
devices and the should be managed together.
Set the maintainer to html6405 and link xda thread.
Change-Id: I6ae435d1be02b2d7310a5681554cc7b31d17033f
diff --git a/_samsung/samsunggalaxys3internationalexynos.markdown b/_samsung/samsunggalaxys3internationalexynos.markdown
index 0eaaddf..60a9d9e 100644
--- a/_samsung/samsunggalaxys3internationalexynos.markdown
+++ b/_samsung/samsunggalaxys3internationalexynos.markdown
@@ -1,14 +1,14 @@
---
layout: device
title: "Samsung Galaxy S III (International Exynos)"
-codename: i9300
-downloadfolder: i9300
-supportstatus: Not Current
-maintainer: None
+codename: m0
+downloadfolder: "i9300|i9300|i9305|i9305"
+supportstatus: Current
+maintainer: html6405
oem: Samsung
-ddof: "/dev/block/bootdevice/by-name/recovery"
devicetree: "https://github.com/TeamWin/android_device_samsung_i9300"
-xdathread: "https://forum.xda-developers.com/galaxy-s3/orig-development/recovery-twrp-3-3-1-0-t4023605"
+xdathread: "https://forum.xda-developers.com/t/recovery-official-twrp-3-5-0_9-0-i9300-i9305.4241781/post-84590975"
+ddof: "/dev/block/platform/dw_mmc/by-name/RECOVERY"
---
{% include disclaimer.html %}
@@ -17,7 +17,28 @@
{% include appinstall.html %}
-{% include download.html %}
+<div class='page-heading'>Download Links:</div>
+<hr />
+<p class="text">i9300:</p>
+<ul>
+{% for mirror in site.data.mirrors %}
+ <li>
+ <a href="{{ mirror.baseurl }}i9300">
+ {{ mirror.description }}
+ </a>
+ </li>
+{% endfor %}
+</ul>
+<p class="text">i9305:</p>
+<ul>
+{% for mirror in site.data.mirrors %}
+ <li>
+ <a href="{{ mirror.baseurl }}i9305">
+ {{ mirror.description }}
+ </a>
+ </li>
+{% endfor %}
+</ul>
{% include twrpinstall.html %}