<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:tt="http://teletype.in/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>AnyByte</title><generator>teletype.in</generator><description><![CDATA[Software developer who is a bit of everything.]]></description><image><url>https://img1.teletype.in/files/cc/e9/cce9ff2e-b572-458c-8d65-4d5074f48911.jpeg</url><title>AnyByte</title><link>https://blog.anybyte.org/</link></image><link>https://blog.anybyte.org/?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=anybyte</link><atom:link rel="self" type="application/rss+xml" href="https://teletype.in/rss/anybyte?offset=0"></atom:link><atom:link rel="next" type="application/rss+xml" href="https://teletype.in/rss/anybyte?offset=10"></atom:link><atom:link rel="search" type="application/opensearchdescription+xml" title="Teletype" href="https://teletype.in/opensearch.xml"></atom:link><pubDate>Mon, 20 Apr 2026 09:48:36 GMT</pubDate><lastBuildDate>Mon, 20 Apr 2026 09:48:36 GMT</lastBuildDate><item><guid isPermaLink="true">https://blog.anybyte.org/root-oxygenos-without-recovery</guid><link>https://blog.anybyte.org/root-oxygenos-without-recovery?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=anybyte</link><comments>https://blog.anybyte.org/root-oxygenos-without-recovery?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=anybyte#comments</comments><dc:creator>anybyte</dc:creator><title>How to Root your OnePlus without custom recovery in 5 minutes</title><pubDate>Wed, 28 Jul 2021 17:24:27 GMT</pubDate><category>Android</category><tt:hashtag>android</tt:hashtag><tt:hashtag>root</tt:hashtag><tt:hashtag>oneplus</tt:hashtag><tt:hashtag>oxygenos</tt:hashtag><tt:hashtag>magisk</tt:hashtag><tt:hashtag>twrp</tt:hashtag><description><![CDATA[In just a few steps you can Root your OnePlus phone on any version of android without using custom recovery. This guide can be especially handy for those who don't have a custom recovery like TWRP or just lazy to install it (like I am), so here I will explain how you can root your phone with just a couple of ADB commands and a few tools.]]></description><content:encoded><![CDATA[
  <p id="Sirj">In just a few steps you can Root your OnePlus phone on any version of android without using custom recovery. This guide can be especially handy for those who don&#x27;t have a custom recovery like TWRP or just lazy to install it (like I am), so here I will explain how you can root your phone with just a couple of ADB commands and a few tools.</p>
  <hr />
  <p id="cjiE">What you will need:</p>
  <ul id="VsCN">
    <li id="RT7w">For your phone:</li>
    <ul id="3nOH">
      <li id="0E5E">Install <a href="https://github.com/topjohnwu/Magisk/releases" target="_blank">Magisk apk</a></li>
      <li id="amZy">Install <a href="https://play.google.com/store/apps/details?id=com.arjanvlek.oxygenupdater" target="_blank">Oxygen Updater</a></li>
    </ul>
    <li id="OwaZ">For your PC:</li>
    <ul id="nvIx">
      <li id="XTfh">Download <a href="https://github.com/ssut/payload-dumper-go/releases" target="_blank">Payload Dumper</a> for your OS and unzip it wherever you like</li>
    </ul>
  </ul>
  <hr />
  <p id="zEUa">You need to do the following:</p>
  <ol id="7Xwr">
    <li id="djXn">Using <strong>Oxygen Updater</strong> on your phone - download update zip file and copy this file to your PC.</li>
    <li id="MUtm">Extract <code>payload.bin</code> from the update zip file in the folder where you extracted <strong>Payload Dumper</strong> previously.</li>
    <li id="DVaG">Run command <code>.\payload-dumper-go.exe -p boot .\payload.bin</code> (Payload Dumper executable will have a different extension on MacOS and Linux).</li>
    <li id="o6A0">After this command there will be a folder named <code>extracted</code> with a <code>boot.img</code> in it. You will need to copy this file to your phone.</li>
    <li id="KWcU">Then on your phone, open <em>Magisk</em> -&gt; <em>Install</em> -&gt; <em>Select and Patch a File</em> -&gt; <em>select</em> <code>boot.img</code>.</li>
    <li id="5ACR">This will create a patched image <code>magisk_patched.img</code> in your Downloads folder.</li>
    <li id="pn47">Copy generated <code>magisk_patched.img</code> to your PC.</li>
    <li id="ZJb5">Run command <code>adb reboot fastboot</code>.</li>
    <li id="95iN">After it booted to fastboot, run command <code>fastboot boot magisk_patched.img</code> and your phone should boot normally into the system.</li>
    <li id="OiqA">Now open Magisk, click <em>Install</em> -&gt; <em>Direct Install</em> -&gt; <em>Reboot</em>.</li>
    <li id="1aBk">All done!</li>
  </ol>
  <tt-tags id="kiGh">
    <tt-tag name="android">#android</tt-tag>
    <tt-tag name="root">#root</tt-tag>
    <tt-tag name="oneplus">#oneplus</tt-tag>
    <tt-tag name="oxygenos">#oxygenos</tt-tag>
    <tt-tag name="magisk">#magisk</tt-tag>
    <tt-tag name="twrp">#twrp</tt-tag>
  </tt-tags>

]]></content:encoded></item></channel></rss>