<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[GUIDE] How to install UT on Samsung S10e beyond0lte, S10 beyond1lte, S10+ beyond2lte (Exynos)]]></title><description><![CDATA[<p dir="auto">This guide isn't created by the porter/maintainer of the port. This is only based on my personal experience, specifically on S10 and hopefully it can be helpful for those that needs step by step and more detailed guide than the current ones. Please feel free to correct or add anything in this guide. Hopefully we'll get these devices in the installer soon.</p>
<p dir="auto">You may also join the <a href="https://t.me/utbeyondxlte" rel="nofollow ugc">telegram group</a> to ask questions/help and/or check the pinned messages.</p>
<p dir="auto"><strong>My device</strong></p>
<ul>
<li>S10 (beyond1lte)</li>
<li>SM-G973F/DS</li>
</ul>
<p dir="auto"><strong>Starting point</strong></p>
<ul>
<li>Locked bootloader</li>
<li>Security update: 01/2022 with a pending update</li>
<li>Android 12 - OneUI 4.0</li>
</ul>
<p dir="auto"><strong>Step by step</strong></p>
<p dir="auto">A. <em>Unlock the Bootloader:</em><br />
Source: <a href="https://forum.xda-developers.com/t/recovery-official-3-6-1-x-twrp-for-galaxy-s10-e-5g-exynos.4180287/" rel="nofollow ugc">https://forum.xda-developers.com/t/recovery-official-3-6-1-x-twrp-for-galaxy-s10-e-5g-exynos.4180287/</a></p>
<ol>
<li>Make sure <strong>OEM Unlock</strong> is <strong>ON</strong> in <strong>developer settings</strong> (<a href="https://android.gadgethacks.com/how-to/activate-developer-options-your-galaxy-s10-0194524/" rel="nofollow ugc">How To</a>)</li>
<li>Turn off the phone</li>
<li>While pressing <strong>Vol Down + Bixby key</strong>, plug the device to a <strong>PC via USB cable</strong> to enter <strong>download mode</strong>;</li>
<li><strong>Long press Vol Up</strong> then confirm you want to unlock bootloader (this is needed one time only)<br />
<em>* Please be aware all your data will be erased including internal storage and phone will reboot!!</em></li>
<li>Let the phone boot normally. <strong>Complete Android setup</strong> and <strong>connect to internet</strong> (wireless or mobile data) in order to unlock RMM (Not sure what this is)</li>
<li>Make sure <strong>OEM Unlock</strong> is <strong>ON</strong> in <strong>developer settings</strong></li>
<li>Turn off the phone</li>
<li>Repeat Step 3 to boot to <strong>Download mode</strong> then short press <strong>Vol Up</strong> to confirm you want to go to <strong>download mode</strong><br />
<em>* If by any chance you see RMM state=Prenormal or KG state=Prenormal, redo from step 5!</em></li>
</ol>
<p dir="auto">B. <em>Flash TWRP Recovery:</em><br />
(You may skip to flashing LOS recovery but I'm not sure how to use that to flash zip files and wiping partitions)</p>
<ol>
<li>
<p dir="auto">Download appropriate <a href="https://forum.xda-developers.com/t/recovery-official-3-6-1-x-twrp-for-galaxy-s10-e-5g-exynos.4180287/" rel="nofollow ugc">TWRP .img file</a> according to your device.</p>
</li>
<li>
<p dir="auto">Download <a href="https://downloads.corsicanu.ro/samsung/vbmeta-27.10.2020/vbmeta.img" rel="nofollow ugc">avb disabled vbmeta .img</a></p>
</li>
<li>
<p dir="auto">While your device is in Download mode, open your preferred terminal in linux and run the following (replace texts enclosed by <code>&lt;&gt;</code> with the path of downloaded img files):<br />
<code>sudo heimdall flash --RECOVERY &lt;/path/to/twrp.img&gt; --VBMETA &lt;/path/to/vbmeta.img&gt;</code></p>
<p dir="auto"><em>After pressing enter to run the command, grab the phone and press <strong>Vol Up + Bixby + Power</strong> to force it to boot straight to TWRP after flashing</em><br />
<em>Otherwise, press the same buttons while the device is turned off to boot to recovery.</em></p>
</li>
</ol>
<p dir="auto">!! Only if coming from full stock firmware</p>
<ul>
<li>In TWRP home screen, press <strong>Wipe &gt; Format data &gt; yes</strong></li>
<li>Download and flash <a href="https://github.com/corsicanu/multidisabler-samsung/releases" rel="nofollow ugc">multidisabler-samsung-3.*</a> zip to disable security and encryption (Install &gt; Choose zip file &gt; Swipe to start flashing)</li>
</ul>
<p dir="auto">C. <em>Flash LOS Recovery:</em></p>
<ol>
<li>Download recovery image from <a href="https://download.lineageos.org/" rel="nofollow ugc">LineageOS</a><br />
Sample file name: lineage-18.1-20220311-recovery-beyond1lte.img</li>
<li>While your device is in <strong>Download mode</strong>, run the following command<br />
<code>sudo heimdall flash --RECOVERY &lt;/path/to/LOS_recovery.img&gt; --VBMETA &lt;/path/to/vbmeta.img&gt;</code></li>
</ol>
<p dir="auto">D. _<em>Flash Ubuntu Touch:</em><br />
(This is using LOS recovery. I think you may flash with TWRP too but since updates are done by manually flashing, fastboot may be better and simpler instead of transferring files to the device for flashing via TWRP)</p>
<ol>
<li>Download the latest <a href="https://gitlab.com/ubports/community-ports/android10/samsung-galaxy-s10/samsung-exynos9820/-/pipelines" rel="nofollow ugc">artifacts.zip</a> file by clicking on the action button on the right most side of the latest <code>passed</code> pipeline item. Select the appropriate item for your device.<br />
Example:  <em>devel-flashable-beyond&lt;0/1/2&gt;lte:archive</em></li>
<li>Download <a href="https://github.com/temp-utvendor/prebuilt-vendor-images/releases" rel="nofollow ugc">vendor image</a> for your device.</li>
<li>Boot to recovery</li>
<li>Go to <strong>Advanced &gt; Enter fastboot</strong></li>
<li>Plug the device to your PC.</li>
<li>Run the following commands. Replace the texts enclosed by <code>&lt;&gt;</code> with the correct paths and file name.<pre><code>fastboot flash boot &lt;/path/to/boot.img&gt;
fastboot flash system &lt;/path/to/ubuntu.img&gt;
fastboot flash vendor &lt;/path/to/vendor-ut-beyond&lt;0/1/2&gt;lte.img&gt;
</code></pre>
</li>
<li>Reboot and enjoy UT!</li>
</ol>
]]></description><link>https://forums.ubports.com/topic/7566/guide-how-to-install-ut-on-samsung-s10e-beyond0lte-s10-beyond1lte-s10-beyond2lte-exynos</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 01:23:42 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/7566.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 14 Mar 2022 16:25:29 GMT</pubDate><ttl>60</ttl></channel></rss>