This is XDA Developers and, contrary to popular belief, we do actually talk about a lot of stuff concerning development. This article is a little different from the more news or tutorial-related content. In this, I talk about my opinions on root and its utility in 2020 and show you my rooted Samsung Galaxy Note 20 Ultra. There might also be a link at the bottom pointing to instructions on how to root your own US Galaxy if you want, but you have to promise to read the entire article. Promise? Pinkie-swear? OK, good.

History

Back in 2018, I bought the Galaxy Note 9. But not just any Galaxy Note 9. I imported the Exynos variant through eBay. Why would I do something like that? For two main reasons. The US colors were kind of boring. I really wanted the copper color. The US variants also couldn't be bootloader unlocked, and I like having root access. Bonus benefit: it was significantly cheaper than the US variants at that point.

I've got T-Mobile, so having an international Samsung phone wasn't terrible. The band support wasn't complete (no LTE Band 71), but WiFi calling and VoLTE worked fine. And I had root, so that was a worthy trade-off for me. The major issues were the underpowered and inefficient Exynos processor and the lack of an included warranty.

Fast forward to 2020, and things are a little different. T-Mobile's LTE Band 71 is a lot more prominent in my area than it was in 2018, which means a compatible phone will get better coverage. Band support is also much more fragmented in the international Galaxy phones, thanks to the mess that is 5G. And it's just not as easy to import an international Galaxy as it was in 2018, and the units available are usually more expensive than the US variants, which tips the scales.

Finally, I had a Note 9 to trade-in. Samsung was (and still is) offering a $550 trade-in value for the Note 9. That's a lot of value. A random eBay seller wasn't going to give me $550 off a Samsung phone if I sent them my Note 9, and selling it on Swappa to a prudent buyer wouldn't have fetched this much.

I'm a big fan of the Galaxy Note lineup. I like having access to a proper active stylus when I need it, even if I don't need it that often. So, of course, I wanted to get the Galaxy Note 20. The base variant may "only" be a $1000, but for all the compromises it makes, it just wasn't worth it. So I got the Note 20 Ultra. Using that $550 trade-in, the ~7% student discount, and a 5% referral bonus, I got my purchase down to $700. And since I pre-ordered my unit, I also got $150-worth of accessories for free. I saved $600 on the phone and an "extra" $150 off some useful gadgets.

Samsung Galaxy Note 20 Ultra Review: For Those Ahead of the Curve

Now, you may have a different opinion on this, but for me, having root really just wasn't worth all the trade-offs this year. So now I have the US Unlocked Galaxy Note 20 Ultra (in Mystic Bronze, of course).

But I do have root! Why do I have root? How do I have root? You'll have to keep reading to find out.

Why I like Root

First off, maybe I should explain a little bit about why I like having root access.

The first reason is convenience. I'm an app developer, and I make some pretty low-level apps for Android. A lot of them require special permissions that can only be granted through ADB.... or with root! It's a lot quicker to just tap a "GRANT" button in the app than it is to plug into my computer, open a command prompt, and manually type out the ADB commands. It might not be worth the hassle if you need to do this a few times in a month, but any increase in frequency beyond this makes root a worthy step.

Grant Write Secure Settings permission on rooted Samsung Galaxy Note 20 Ultra

Secondly: theming. I know on Samsung devices, it's possible to install custom themes without root using tools like Synergy. But it's still a hassle. There are a lot of limitations, and a lot of steps, to install themes. If you're theming third-party apps that get frequent updates, it just gets worse.

Theming with root is as simple as pressing a button and rebooting. I use my own app, OneUI Tuner, to work around a whole bunch of One UI's annoyances, like adding more tiles to the quick settings header, or enabling clock seconds. I also use Swift Installer to make my notification shade transparent and give my apps a more unified look. That's all possible without root, but it's much more of a hassle.

Thirdly, I like to tinker. Root gives me access to the entire filesystem. I can use MiXplorer to poke around the various partitions and folders to maybe find something interesting. I can also use apps like Root Activity Launcher to open hidden or restricted Activities in installed apps.

HiddenMenu on rooted Samsung Galaxy Note 20 Ultra

The fourth reason is DSUs. Android 10 has a neat feature where, on bootloader-unlocked devices, you can temporarily load and boot a GSI. It's an easy way to test out Android 11 without having to deal with clearing data or reinstalling a firmware. On Android 11, this likely won't be necessary anymore, but I'm not on Android 11. Unfortunately, this doesn't work out-of-the-box on the Note 20 Ultra. It installs but fails to boot. I'm sure it's possible with some kernel modifications, but that's not my area of expertise.

Yet another reason is ad-blocking. Sure, there are plenty of non-root ad blockers like DNS66 or NextDNS, but in my experience, none of them work nearly as well as root solutions like AdAway. The non-root apps constantly let through ads in Chrome and other apps, while AdAway's method of overriding the system's hosts file works perfectly. This method also has the advantage of not using any extra battery life.

AdAway on rooted Samsung Galaxy Note 20 Ultra

Finally, it's my phone! I want to be able to use it on my terms. After three years, I might flash an AOSP-based ROM, or a One UI port from a later device. Or I might not. That should be up to me, not Samsung.

Why others like Root

Now, it's possible that my reasons for rooting and unlocking aren't nearly as compelling to you as they are to me. And that's completely fair. But these aren't the only reasons to do so, and I'm not the only one to have gone through this process. Here are some reasons provided by the other people who've rooted their US Galaxy devices.

  • Better audio tuning, for example with Viper4Android. - @mentalmuso
  • Proper app debloating, where pm disable just isn't enough. - @mentalmuso, @perennialexhaustion
  • Privacy features, like freezing or removing untrustworthy apps, and blocking intrusive services. - @perennialexhaustion
  • Using custom kernels for better performance or battery life. - @klabit87
  • Installing native Linux tools such as iptables to make terminal-usage more powerful. - @perennialexhaustion

And here are some reasons I've come up with that aren't particularly compelling to me, but are quite popular in the root space.

  • Wireless ADB. Yes, I know this is native on Android 11, and you can enable it through wired ADB, but I'm on Android 10, and using wired ADB to enable wireless ADB kind of defeats the purpose.
  • Custom ROMs, whether stock- or AOSP-based. Many people aren't happy with the features included in their stock ROMs, or they just prefer a more vanilla Android experience.
  • App reverse engineering. There's a neat tool called Frida that helps you step through and reverse engineer Android apps. But it needs root.
  • Kernel tuning. Not every change to the kernel has to be done with a custom one. Using apps like Kernel Adiutor, you can finetune the balance between battery life and performance to match your personal tastes.
  • Enabling pre-release or hidden features. Google, for instance, is notorious for A/B testing new features in its apps. Root lets you force-enable those features for yourself.
  • Xposed. Yes, Xposed still exists. But now it's called EdXposed and works systemlessly thanks to Magisk.

In case you're newer to the rooting scene (or you never really paid much attention to it), the Xposed Framework is a powerful customization and modification for Android. It allows module developers to override, add, and remove various behaviors in Android. This in turn lets you do things like make in-depth themes, add buttons to your power menu, move status bar icons around, basically whatever you want. Xposed has been around forever, and in its newest form of EdXposed, it's still getting plenty of attention.

For instance, there's an EdXposed module for One UI that's like a OneUI Tuner on steroids. Instead of being limited to what resource overlays support, Firefds Kit lets you do things like enable biometric unlock after a reboot, or disable app signature verification.

Even with all that, it's very possible that you're still not convinced that root is needed. Which, again, is completely justified. If root isn't for you, it isn't for you. But I can tell you that at least 25 other people have unlocked at least one US Galaxy device with this method. There are dozens of us! Dozens!

Proof of Root on the Samsung Galaxy Note 20 Ultra

Before anyone complains (even though this is 1300 words in already), I am actually rooted, and I can support that claim with evidence. Take a look at the screenshots and video below.

As you can see, I have Magisk v20.4 up and running, along with a build of TWRP for the international Snapdragon variant, and a custom kernel. The kernel and TWRP were made by mentalmuso, who will also soon have a bootloader unlocked US Galaxy Note 20 Ultra.

I've also switched my Recents provider to use Lawnchair instead of Samsung's default or Good Lock's Task Changer. And, of course, I'm using Swift Installer and OneUI Tuner to theme and customize my device. While Swift Installer and OneUI Tuner will both work without root, through the use of Synergy, they're a lot easier to use with Magisk installed.

It's still a Rooted Samsung smartphone

This isn't some magical root exploit or anything. My Galaxy Note 20 Ultra is properly bootloader unlocked, and that means KNOX has been tripped. I can't use Samsung Pass or Samsung Pay. The former detects that I'm rooted, just like it would on an international variant. Weirdly, Samsung Pay doesn't complain about root. Instead, it seems to have some sort of server connection issue. Either way, it doesn't work. And, of course, Secure Folder won't work without being modded, but I don't use that, so I don't really care. Finally, OTAs are disabled. Attempting to check for updates results in a connection error. But with tools like SamFirm, Frida, or Samloader, that's not really an issue for me.

Samsung Galaxy Note 20 XDA Forums ||| Samsung Galaxy Note 20 XDA Ultra Forums

But everything else works fine. Magisk Hide is still letting SafetyNet pass, so things like Google Pay work without issue. I can (and have) installed Magisk modules without any issues, and now I've got the experience I wanted, with full US compatibility and a proper warranty.

Samsung Galaxy Note 20 Ultra

The Samsung Galaxy Note 20 Ultra has the best hardware of any Android smartphone, but Samsung's One UI software isn't everyone's cup of tea. That's why I bought and rooted it.
The Samsung Galaxy Note 20 Ultra has the best hardware of any Android smartphone, but Samsung's One UI software isn't everyone's cup of tea. That's why I bought and rooted it.
Affiliate Links
Samsung
View at Samsung