<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Re: Rooting, Custom Recovery, Boot-loader, Kernel, and more [Basics Only] in Tech Talk</title>
    <link>https://r2.community.samsung.com/t5/Tech-Talk/Rooting-Custom-Recovery-Boot-loader-Kernel-and-more-Basics-Only/m-p/5032007#M73114</link>
    <description>Some do it for open access. But it is never done officially. Zero warranty and high risk.</description>
    <pubDate>Wed, 29 Jul 2020 17:05:33 GMT</pubDate>
    <dc:creator>AbandonedAccount</dc:creator>
    <dc:date>2020-07-29T17:05:33Z</dc:date>
    <item>
      <title>Rooting, Custom Recovery, Boot-loader, Kernel, and more [Basics Only]</title>
      <link>https://r2.community.samsung.com/t5/Tech-Talk/Rooting-Custom-Recovery-Boot-loader-Kernel-and-more-Basics-Only/m-p/5021603#M72945</link>
      <description>&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;For detailed understanding, use a search engine. These are basics only.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 id="toc-hId-309850432"&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Android Partitions&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;BR /&gt;&lt;STRONG&gt;Boot Partition –&lt;/STRONG&gt; the partition that stores the device kernel, ramdisk, firmware (modem), EFS (this contains your device IMEI, WiFi Mac address, Bluetooth Mac address, Network information, etc.).&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Recovery –&lt;/STRONG&gt; the partition that allows you to flash custom ROMs, kernels, etc.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;System –&lt;/STRONG&gt; the partition where the OS (ROM) and system apps are installed.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Data – &lt;/STRONG&gt;the partition where all user apps are installed and their data stored.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Cache –&lt;/STRONG&gt; the partition that holds temporary app data.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Internal Storage –&lt;/STRONG&gt; the partition that saves user files like documents, pictures, videos, music, downloads, etc.&lt;BR /&gt;&lt;BR /&gt;The &lt;B&gt;free space&lt;/B&gt; that you see in any device just out of the box is your internal storage. The difference (stated capacity minus free space) is occupied by the other partitions listed above.&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;What is a kernel?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;A kernel is an intermediary that tells the device/ OS what to do for a specific user action.&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;For example:&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;BR /&gt;if you press the volume up key, the kernel tells the OS to increase the volume.&lt;BR /&gt;&lt;BR /&gt;If you press the power button, the kernel decides what to do for each key combination:&lt;BR /&gt;&lt;BR /&gt;boot to system if you press the power button only&lt;BR /&gt;&lt;BR /&gt;boot to recovery if you press and hold power + volume down button&lt;BR /&gt;&lt;BR /&gt;boot to Download mode if you press power + volume up button&lt;BR /&gt;&lt;BR /&gt;Similarly, every touch-based action that we do on the screen gets an appropriate response from the OS/ device because the kernel tells the OS/ device what to do.&lt;BR /&gt;&lt;BR /&gt;In simple terms, you are directly interacting with the kernel, and the kernel in turn conveys user action to the OS/ device. &lt;STRONG&gt;The kernel controls the hardware.&lt;/STRONG&gt; The user as well as all applications communicate directly with the Kernel, which in turn passes on the instructions to the OS/ hardware.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;You –&amp;gt; Kernel –&amp;gt; System or Recovery or Download mode&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="724974-a800f4f6c01a80303709ca61f1f34d07.png"&gt;&lt;img src="https://r2.community.samsung.com/t5/image/serverpage/image-id/1070172iAC5D815A83FADD53/image-size/large?v=v2&amp;amp;px=999" role="button" title="724974-a800f4f6c01a80303709ca61f1f34d07.png" alt="724974-a800f4f6c01a80303709ca61f1f34d07.png" /&gt;&lt;/span&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT size="4"&gt;What is bootloader?&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;The boot partition where the Kernel, Modem, etc. resides.&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;Why is bootloader locked?&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Boot loader&amp;nbsp;is locked to protect your data. If someone tries to bypass inbuilt security and tries installing something before booting to the system, the very 1st step is to unlock the bootloader. And when bootloader is unlocked, all data is wiped, and this secures your data from being accessed by someone without authorization.&lt;BR /&gt;&lt;BR /&gt;Unlocking the bootloader opens the door to other partitions like recovery, which in turn is what we need to flash ROMs, Frameworks, Mods, etc.&lt;BR /&gt;&lt;BR /&gt;Once you unlock the bootloader, keep it unlocked. It is easier to fix problems on a device with an unlocked bootloader. Lock the bootloader ONLY if you want to go back to 100% stock (stock ROM, stock Kernel, stock Recovery, stock EVERYTHING!), and locking should be the very last step to return to stock.&lt;BR /&gt;&lt;BR /&gt;Except for warranty claim, or reselling the device, there are hardly any benefits of re-locking the bootloader.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Samsung&lt;/STRONG&gt; has E-Fuse (Knox Feature), If&amp;nbsp;boot loader is unlocked or device is rooted it will be&amp;nbsp;triggered.(Temporary&amp;nbsp;solutions like using special code to make it look like it is not triggered are&amp;nbsp;available along with few By-passing methods)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;Why install a custom recovery?&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;1. To take a Nandroid backup. In other words, a complete system image.&lt;BR /&gt;&lt;BR /&gt;2. To install non-stock software like Custom ROMs, X-posed Framework, etc. With custom ROMs, you can have access to latest Android versions not supported by phone manufacturer&lt;BR /&gt;&lt;BR /&gt;3. To root your device (unlocking the bootloader or installing a custom recovery or a custom ROM does NOT root your device. It only prepares your system to be rooted)&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;What is root?&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Rooting is gaining administrative access to your device. This involves breaking the security “wall” that is built into the OS for your own security.&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Steps to root:&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;1. Unlock the bootloader&lt;BR /&gt;2. Install a custom recovery (to install custom ROMs, mods, etc.)&lt;BR /&gt;3. Root (your device is NOT rooted at steps 1 or 2)&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;Advantages and Disadvantages of Rooting&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;ADVANTAGES&lt;/U&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;1. AdAway - block ads by modifying hosts file and not routing traffic via a VPN&lt;BR /&gt;2. Firewall - control app access to internet without creating a VPN connection&lt;BR /&gt;3. Use dedicated VPN service while keeping ads away and firewall working&lt;BR /&gt;4. Titanium Backup&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;FONT face="helvetica"&gt;• backup &amp;amp; restore apps and data completely&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="helvetica"&gt;• freeze apps from running in the background&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="helvetica"&gt;• disable system apps &amp;amp; bloatware&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="helvetica"&gt;• prevent an app from being updated (example, YouTube AdAway)​&lt;/FONT&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;5. Viper - amazing sound (be careful, can damage hardware)&lt;BR /&gt;6. Schedule automatic restart of device&lt;BR /&gt;7. YouTube AdAway - block YouTube ads( Vanced&amp;nbsp;advantages too)&lt;BR /&gt;8. Greenify can hibernate apps automatically.&lt;BR /&gt;9. Others root apps/ mods.&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;U&gt;DISADVANTAGES&lt;/U&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;1. Potential Security vulnerabilities&lt;BR /&gt;2. Some apps (like banking apps) may not work&lt;BR /&gt;3. Loss of manufacturer warranty&lt;BR /&gt;4. Potential to "brick" the device&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;STRONG&gt;What is Bricking?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Do remember that Kernels, ROMs, Custom Recoveries, etc. are all device specific. They are specific down to the component level. &lt;/STRONG&gt;For example, devices like &lt;B&gt;&lt;FONT size="4"&gt;Samsung&lt;/FONT&gt;&lt;/B&gt; flagships that ship with Qualcomm processor in the USA and Exynos processor in other markets will require different custom ROMs, Recoveries, etc. &lt;STRONG&gt;Using the right files for flashing is extremely important to avoid bricking your device.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;What is Bricking?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Bricking is when your device fails to boot (and is as good as a brick). There are 3 types of bricking:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Soft brick &lt;/STRONG&gt;&lt;STRONG&gt;- &lt;/STRONG&gt;device starts but is stuck at boot animation. This is caused by flashing an incompatible file. Easy to fix.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Hard brick&lt;/STRONG&gt; - device doesn't respond at all. It can be fixed using "unbrick" tools and methods.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Permanent brick&lt;/STRONG&gt;&lt;STRONG&gt; - &lt;/STRONG&gt;congratulations, your device is now a brick. You can't fix it.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;The post only explains the terminology and concepts.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Modifying your device is a risky affair. Do them at your own risk.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 16:33:44 GMT</pubDate>
      <guid>https://r2.community.samsung.com/t5/Tech-Talk/Rooting-Custom-Recovery-Boot-loader-Kernel-and-more-Basics-Only/m-p/5021603#M72945</guid>
      <dc:creator>immi007</dc:creator>
      <dc:date>2020-07-28T16:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Rooting, Custom Recovery, Boot-loader, Kernel, and more [Basics Only]</title>
      <link>https://r2.community.samsung.com/t5/Tech-Talk/Rooting-Custom-Recovery-Boot-loader-Kernel-and-more-Basics-Only/m-p/5030533#M73097</link>
      <description>Never play with the Root though.. it will turn your device to paper weight.</description>
      <pubDate>Wed, 29 Jul 2020 13:52:19 GMT</pubDate>
      <guid>https://r2.community.samsung.com/t5/Tech-Talk/Rooting-Custom-Recovery-Boot-loader-Kernel-and-more-Basics-Only/m-p/5030533#M73097</guid>
      <dc:creator>AbandonedAccount</dc:creator>
      <dc:date>2020-07-29T13:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Rooting, Custom Recovery, Boot-loader, Kernel, and more [Basics Only]</title>
      <link>https://r2.community.samsung.com/t5/Tech-Talk/Rooting-Custom-Recovery-Boot-loader-Kernel-and-more-Basics-Only/m-p/5031844#M73112</link>
      <description>not entirely true.... there pros and cons to it and if you have a old device which you want to have better software features then root could be helpful</description>
      <pubDate>Wed, 29 Jul 2020 17:10:52 GMT</pubDate>
      <guid>https://r2.community.samsung.com/t5/Tech-Talk/Rooting-Custom-Recovery-Boot-loader-Kernel-and-more-Basics-Only/m-p/5031844#M73112</guid>
      <dc:creator>immi007</dc:creator>
      <dc:date>2020-07-29T17:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Rooting, Custom Recovery, Boot-loader, Kernel, and more [Basics Only]</title>
      <link>https://r2.community.samsung.com/t5/Tech-Talk/Rooting-Custom-Recovery-Boot-loader-Kernel-and-more-Basics-Only/m-p/5032007#M73114</link>
      <description>Some do it for open access. But it is never done officially. Zero warranty and high risk.</description>
      <pubDate>Wed, 29 Jul 2020 17:05:33 GMT</pubDate>
      <guid>https://r2.community.samsung.com/t5/Tech-Talk/Rooting-Custom-Recovery-Boot-loader-Kernel-and-more-Basics-Only/m-p/5032007#M73114</guid>
      <dc:creator>AbandonedAccount</dc:creator>
      <dc:date>2020-07-29T17:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Rooting, Custom Recovery, Boot-loader, Kernel, and more [Basics Only]</title>
      <link>https://r2.community.samsung.com/t5/Tech-Talk/Rooting-Custom-Recovery-Boot-loader-Kernel-and-more-Basics-Only/m-p/5653177#M110268</link>
      <description>the only thing i found funny is Permanent Brick article &lt;span class="lia-unicode-emoji" title=":rolling_on_the_floor_laughing:"&gt;🤣&lt;/span&gt;&lt;BR /&gt;Congratulations &lt;span class="lia-unicode-emoji" title=":confetti_ball:"&gt;🎊&lt;/span&gt; Your Device is now a Brick. Now go make a building using it &lt;span class="lia-unicode-emoji" title=":rolling_on_the_floor_laughing:"&gt;🤣&lt;/span&gt;</description>
      <pubDate>Thu, 08 Oct 2020 19:10:26 GMT</pubDate>
      <guid>https://r2.community.samsung.com/t5/Tech-Talk/Rooting-Custom-Recovery-Boot-loader-Kernel-and-more-Basics-Only/m-p/5653177#M110268</guid>
      <dc:creator>HECKER_Sr</dc:creator>
      <dc:date>2020-10-08T19:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Rooting, Custom Recovery, Boot-loader, Kernel, and more [Basics Only]</title>
      <link>https://r2.community.samsung.com/t5/Tech-Talk/Rooting-Custom-Recovery-Boot-loader-Kernel-and-more-Basics-Only/m-p/11221415#M246420</link>
      <description>Someone likes to copy-paste. But no credits? &lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;</description>
      <pubDate>Tue, 05 Apr 2022 15:58:03 GMT</pubDate>
      <guid>https://r2.community.samsung.com/t5/Tech-Talk/Rooting-Custom-Recovery-Boot-loader-Kernel-and-more-Basics-Only/m-p/11221415#M246420</guid>
      <dc:creator>TheMystic</dc:creator>
      <dc:date>2022-04-05T15:58:03Z</dc:date>
    </item>
  </channel>
</rss>

